ethereum/casper

Add vyper compiling instructions to README

オープン

#152 opened on 2018/05/23

 (12 件のコメント) (0 件のリアクション) (0 人の担当者)Python (184 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (685 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Issue

It is unclear how to build and deploy casper contract without digging into the testing infrastructure.

Propose Implementation

Add clear instructions for compiling and initialization via init to README. Including

  • which version of vyper to install
  • how to compile with vyper
  • a sample initialization via init after deploy (in web3.py)
  • note that if running on a local chain that RLP_DECODER must be deployed via that raw_tx. Give an example in web3.py

コントリビューターガイド