├── LICENSE ├── README.md ├── miner.py └── powtoken.sol /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarryR/PoWToken/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarryR/PoWToken/HEAD/README.md -------------------------------------------------------------------------------- /miner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarryR/PoWToken/HEAD/miner.py -------------------------------------------------------------------------------- /powtoken.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarryR/PoWToken/HEAD/powtoken.sol --------------------------------------------------------------------------------