- Smart contract of the EPC-20 standard token;
- The maximum number of tokens is 1.000.000.000;
- Long name of the token: Rejuve token;
- Short name of the token: RJV;
- Decimal - 6;
- Mint token function;
- Functions of pause is to pause/unpause the transfers on the contract;
The functions of the mint token are necessary for the correct operation of the bridge between the Ethereum network and Cardano. As a result, the total number of tokens in both networks will not exceed 1,000,000,000 units. When installing a smart contract, a gradual release of tokens is assumed, and not a one-time one, which also determines the need for the token mint function.
Includes token contracts, migrations, tests
- ERC-20 implementation for Rejuve TBD Token
- RejuveToken (Mainnet):
- RejuveToken (Kovan):
- RejuveToken (Ropsten) :
npm install
npm run test
npm run package-npm
RejuveToken artifacts are published to NPM: https://www.npmjs.com/package/rejuve-token-contracts
ERC-20 implementation for Rejuve TBD Token