@fungifi/token
v0.0.3
Published
The 🍄 FungiFi ERC20 utility token.
Readme
FungiFi Token
FUNGI is a utility/governance token for the FungiFi system on the Ethereum blockchain. FUNGI tokens involve two basic value propositions for token holders:
- FUNGI token holders have voting power in the governance of the FungiFi system and can steer the direction of the organization.
- FUNGI token holders are entitled to dividends representing a portion of the fees generated by the FungiFi system.
Addresses
| Network | Address | | ------------- | ------------------------------------------ | | Görli | Not yet deployed | | Kovan | Not yet deployed | | Rinkeby | Not yet deployed | | Mainnet | Not yet deployed | | Ropsten | Not yet deployed |
Requirements
- NPM >= 6.12.1
Setup
Clone the repo
$ git clone [email protected]:FungiFi/fungifi-token.git
$ cd fungifi-tokenInstall dependencies
$ npm installBuild the project
$ npm run buildRun unit tests
$ npm run testDeploy
This project deploys the smart contracts to the Ethereum blockchain as well as publishing the NPM package whenever a release is cut from the repository in GitHub.
| Branch | Network | NPM Package Version |
|-----------|-----------|---------------------|
| develop | ropsten | < 0.0.0 |
| main | mainnet | >= 1.0.0 |
Local network
???
Testnet / Mainnet
???
