Skip to content

An open source standard for assets on the Kadena network from Wrapped.com, written in Pact

License

Notifications You must be signed in to change notification settings

wrappedfi/wrapped_token_pact

Repository files navigation

Wrapped.com

Wrapped Token Standard on Kadena

This repository contains the source code (written in Pact) for assets on Kadena.

It has been audited by NCC Group.

GitHub contributors GitHub commit activity GitHub Stars GitHub repo size GitHub

Website wrapped.com Blog Docs Twitter WrappedFi

GitHub pull requests by-label GitHub Issues

Role Based Access Control

The token has certain roles built into it to allow administrative actions. One or more keys can be granted each of the roles and a keyset can be granted multiple roles. The following roles are available:

  • Owner
  • Minter
  • Burner
  • Revoker
  • Blacklister

Administrative Capabilities

Minting

A principal with the Minter role can mint new tokens to any principal. The total supply of the token will be increased when new tokens are minted.

Burning

A principal with the Burner role can burn new tokens from any principal. The total supply of the token will be decreased when existing tokens are burned.

Revoking

A principal with the Revoker role can move tokens from any principal to another principal.

Blacklisting

A principal with the Blacklister role can add or remove any principal to a blacklist. Any transaction sending tokens to OR from a blacklisted account will be denied and the transaction will fail.

About

An open source standard for assets on the Kadena network from Wrapped.com, written in Pact

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks