Example implementation of a Fungible Token contract which implements storage management and testing. This is a contract-only example.
- Node.js = 16
Currently this example is only supported on Linux and Mac OS. Windows is not supported.
- Install dependencies
npm install- Build the contract
npm run build- Run tests
npm testIf you have any questions, please join our community on Discord and ask in the #dev-support channel. Also make sure to read CONTRIBUTING.md before contributing.