Skip to content

cogito-finance/cogito-token-contracts

Repository files navigation

Smart contract requirements:

  • Smart contract of the ERC-20 standard token;
  • The maximum number of tokens is 1.000.000.000;
  • Long name of the token: Cogito Governance Token;
  • Short name of the token: CGV;
  • 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.

cogito-token-contracts

Includes token contracts, migrations, tests

Cogito Governance Token

  • ERC-20 implementation for Cogito Governance Token CGV

Deployed Contracts

Requirements

Install

Install truffle

npm install -g truffle

Dependencies

npm install

Test

truffle test

Package

npm run package-npm

Release

Cogito Governance Token artifacts are published to NPM: TBD

ERC-20 implementation for Cogito Governance Token CGV

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •