Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 331 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 331 Bytes

MineableToken

Make your ERC20 token mineable!

Setup

Requirements

  • Solidity

Install solidity

brew update
brew upgrade
brew tap ethereum/ethereum
brew install solidity
brew linkapps solidity

Usage

  • Deploy your token contract
  • Deploy Mineable Token contract using the token address as the parameter.