Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 2.97 KB

README.md

File metadata and controls

65 lines (53 loc) · 2.97 KB

Multi-Sig Proposal to set Eden Delegate's Permissions

Collaborative Etiquette follow on Twitter MIT Forks

Description

A shell script utility to update the active permissions for the eden.genesis account with newly elected delegates accounts.

Quick Start

  • Install pre-requisites
  • Clone repository
  • Update ./current-eden-delegates.json with current delegate's accounts.
  • Update ./new-delegates.json with newly elected delegate's accounts (must be in alphabet order (1-5, a-z)).
  • Import and Unlock cleos wallet with proposer account keys.
  • Execute ./update-delegates.sh and enter the account proposing and proposal name.

Pre-Requisites

File structure

/
├── current-eden-delegates.json ..... JSON containing outgoing chief delegates
├── new-delegates.json .............. JSON containing new chief delegates
├── update-delegates.sh ............. Shell Script to execute multi-signature proposal
├── LICENSE ......................... Open Source License
└── README.md ....................... This Readme File

Contributing

If you want to contribute to this repository, please follow the steps below:

  1. Fork the project
  2. Create a new branch (git checkout -b feat/sometodo)
  3. Commit changes (git commit -m '<type>(<scope>): <subject>')
  4. Push the commit (git push origin feat/sometodo)
  5. Open a Pull Request

Read the EOS Costa Rica open source contribution guidelines for more information on scheduling conventions.

If you find any bugs, please report them by opening an issue at this link.

About EOS Costa Rica


EOS Costa Rica is an independently-owned, self-funded, bare-metal Genesis block producer that provides stable and secure infrastructure for EOSIO blockchains. We support open source software for our community while offering enterprise solutions and custom smart contract development for our clients.

eoscostarica.io