LayerXcom / verified-vyper-contracts

FVyper: A collection of useful Vyper contracts developed with formal methods
Apache License 2.0
55 stars 15 forks source link

Clean up files #35

Closed nrryuya closed 5 years ago

nrryuya commented 5 years ago
- contracts
  - erc20
     - ERC20.vy
     - ERC20Mintable.vy
  - erc721
- k
  - readme
  - resources
  - erc20
  - erc721
  - makefile
  - .build
- tests
  - testのreadme
  - erc20
     - test_erc20.py
     - test_erc20_mintable.py
  - erc721
  - requirements.txt
nrryuya commented 5 years ago

36