Skip to content

spirit-stone-world/token-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spirit Stone Contracts for Cairo

This is an ERC-20 contract modified according to OpenZeppelin's implementation and it features the following characteristics:

  • There is no initial allocation, all tokens are generated through minting.
  • Anyone can call the apply_mint function of the contract to join the mint candidates for free.
  • A mint can be available every 50 seconds.
  • The reward for each mint is fixed and will be halved after every 400,000 blocks.
  • Minting will stop when the total number of tokens reaches 8,000,000,000.

Development

  • Set cairo-test, cairo-format and starknet-compile in your $PATH.

  • Run command in Makefile.

About

A ERC-20 token written in cairo-1.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors