UptownResearch / pyTokenSpike

intial work on pyTokens
0 stars 0 forks source link

Move test ERC20 contracts to their own file. #2

Closed alcueca closed 4 years ago

alcueca commented 4 years ago

https://github.com/UptownResearch/pyTokenSpike/blob/a71909b85e484ff565554672b0dcaacb607c6b58/dapp/contracts/pytoken.sol#L6

Contracts that are required only for testing purposes should be in a mocks folder inside contracts. The purpose is to ignore them when deploying live.

For now, the main issue is to get the additional contracts out of pyToken.sol, for clarity.

alcueca commented 4 years ago

Done.