Closed osuketh closed 6 years ago
https://github.com/maurelian/erc721-vyper 普通にtruffle使ってテスト書いてる
ゆくゆくはtruffleでビルド通してからプルリクマージする流れにしたいですね 下記ディレクトリ以下が新しくなっていく感じ https://github.com/maurelian/erc721-vyper/tree/master/build/contracts
Migrationはsolidity?よくわからず https://github.com/maurelian/erc721-vyper/blob/master/contracts/Migrations.sol
Compile and deploy Vyper smart contracts to Truffle Develop or a private Geth Node using Web3.py, then mine the transaction and view the transaction receipt before call its functions https://github.com/ltfschoen/vyper-test
use OmiseGo's style test(python)
vyperのtestのベストプラクティスは?