milancermak / cairo-underhanded

My winning submission to the Cairo underhanded contest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a normal ERC 20 token intended for treasuries, DAOs, etc.. The treasury
should deploy it and mint itself the initial amount. It should also designate
different accounts for additional minting and burning afterwards.

The token is split into 3 files, the core of the contract being main.cairo. You
can just compile that one to get the contract:

$ starknet-compile main.cairo

Happy hunting.

About

My winning submission to the Cairo underhanded contest


Languages

Language:Cairo 100.0%