This is a simple Node.js application to calculate the total supply of ECRC20 tokens remaining and distribute 5% of the remaining equally among each of the addresses in the accounts.txt
.
- Clone the repository to your machine
- Open up a command line terminal
- Navigate to the project's directory
/CA-BC-TOKEN20
- Run
npm install
to install all needed dependencies - Run
node contract.js
- Run
node distribute.js