Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 979 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 979 Bytes

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