mina-fungible-token
v1.1.0
Published
Standard implementation of fungible tokens in Mina, as per [RFC14: Fungible Token Standard on Mina](https://github.com/o1-labs/rfcs/blob/main/0014-fungible-token-standard.md).
Downloads
285
Readme
mina-fungible-token
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.
Running tests
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
License
mina-fungible-token
is Apache licensed.