1.1.0 • Published 10 months ago

mina-fungible-token v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

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.

1.1.0

10 months ago

1.0.0

1 year ago

0.1.0

2 years ago

0.1.0-beta.3

2 years ago

0.1.0-beta.2

2 years ago

0.1.0-beta.1

2 years ago