A shell script utility to update the active permissions for the eden.genesis
account with newly elected delegates accounts.
- 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.
/
├── 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
If you want to contribute to this repository, please follow the steps below:
- Fork the project
- Create a new branch (
git checkout -b feat/sometodo
) - Commit changes (
git commit -m '<type>(<scope>): <subject>'
) - Push the commit (
git push origin feat/sometodo
) - 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.
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.