ethereum/casper

Add vyper compiling instructions to README

开放

#152 创建于 2018年5月23日

 (12 条评论) (0 个反应) (0 位负责人)Python (184 个派生)batch import
good first issue

仓库指标

星标
 (685 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南