Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 602 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 602 Bytes

foxtoken-2.0

Contract source for what will become the next iteration for foxtoken

Built using the OpenZeppelin templates https://github.com/OpenZeppelin/openzeppelin-solidity

notes

OpenZeppelin was chosen due to its focus on security and wide community adoption (Aragon, Civic, OMG, etc).

Only source file not provided as an OpenZeppelin template is FOX.sol

Right now it simply mints the token cap (1000001337) at contract creation and sends all tokens to the contract creator.

setup

git submodule update --init --recursive

compilation

solc --bin FOX.sol