Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 828 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 828 Bytes

Pepe memecoin Contracts for Cairo

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

  • All tokens are generated through minting.
  • Anyone can call the apply_mint function to mint candidates for free.
  • Every 50 seconds can call a mint and get fixed coin.
  • Coin will be halved after every 400,000 blocks.
  • The total number of tokens is 10,000,000,000, then mint will stop.

Development

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