good first issue
倉庫指標
- Star
- (685 star)
- 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
initafter 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