Skip to content

starkware-libs/sn-governed-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Your logo

License: Apache2.0

Starknet Governed Token

Content

Overview

This repo contains a simple governed-token implementation on Starknet. It includes the following features:

  1. An ERC20 token implementation.
  2. Upgradable.
  3. Minting and burning of the governed-token using a token_admin account role.
  4. Blocklist - a list of addresses that are not allowed to get any updates of the token.
  5. Pause/Unpause functionality.

Dependencies

Installation

Clone the repo and from within the projects root folder run:

curl --proto '=https' --tlsv1.2 -sSf https://sh.starkup.dev | sh

Getting help

Reach out to the maintainer at any of the following:

Build and Test

Build the contracts from the repo root:

scarb build

To run the tests, execute:

scarb test

Security

Starknet Governed Token follows good practices of security, but 100% security cannot be assured. Starknet Governed Token is provided "as is" without any warranty. Use at your own risk.

For more information and to report security issues, please refer to our security documentation.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages