Skip to content

MinaFoundation/soulbound-tokens

Repository files navigation

Reference implementation for Soulbound Tokens on Mina

Soulbound Tokens

Soulbound Tokens (SBTs)are tokens that can be minted and burned, but not transferred. Thus, once created, they are bound to a specific account. They have been introduced in by Weyl, Ohlhaver, and Buterin, along with several ideas for applications that they enable.

This repository contains a reference implementation, showing how SBTs can be implemented on Mina using o1js.

How to build

npm run build

How to run tests

npm run test
npm run testw # watch mode

How to run coverage

npm run coverage

License

Apache-2.0

About

Reference Implementation for soulbound tokens in Mina

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published