Standard implementation of fungible tokens in Mina, as per RFC14: Fungible Token Standard on Mina.
This implementation is currently a beta. We do not expect the API to change anytime soon. We are awaiting an audit of the code before removing the beta status.
npm run test
If you want disable proof generation during testing, you can do so via
SKIP_PROOFS=true npm run test
The tests will run much faster that way, which is nice when you're testing locally while developing. Note that this will skip one test does
Running Examples
npm i
npm run task examples/<example-file-name>.ts
mina-fungible-token
is Apache licensed.