LayerXcom / plasma-mvp-vyper

Implementation of Minimal Viable Plasma in Vyper
https://www.layerx.co.jp/
Apache License 2.0
51 stars 8 forks source link

vyper testどうやる? #7

Closed osuketh closed 6 years ago

osuketh commented 6 years ago

vyperのtestのベストプラクティスは?

nrryuya commented 6 years ago

https://github.com/maurelian/erc721-vyper 普通にtruffle使ってテスト書いてる

nrryuya commented 6 years ago

ゆくゆくはtruffleでビルド通してからプルリクマージする流れにしたいですね 下記ディレクトリ以下が新しくなっていく感じ https://github.com/maurelian/erc721-vyper/tree/master/build/contracts

nrryuya commented 6 years ago

Migrationはsolidity?よくわからず https://github.com/maurelian/erc721-vyper/blob/master/contracts/Migrations.sol

nrryuya commented 6 years ago

populous https://qiita.com/naoki_maeda/items/25fd28777d04e144aea4

osuketh commented 6 years ago

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

nrryuya commented 6 years ago

21

use OmiseGo's style test(python)