Skip to content

cauchy48/starknet-token-contract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starknet-token-contract

Environment Setup

Use Dev Containers to setup a development enviroment quickly.

Or install necessary tools manually by following the instructions in .devcontainer/Dockerfile.

Developing

Build the project by running the command below.

scarb build

Declare the class hash of the contract by running the command below.

starkli declare target/dev/token_Token.contract_class.json

Deploy an instance of the contract by running the command below.

starkli deploy <CLASS_HASH> <CONSTRUCTORS...>

License

GNU GPLv3

Made with ❤️ by Berzan.

About

An ERC20 Token Implementation Using Cairo Language & OpenZeppelin Berzana aittir >>> (https://github.com/BerzanOrg/starknet-token-contract)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cairo 75.6%
  • Dockerfile 24.4%