ethereum/casper

Add vyper compiling instructions to README

Open

#152 geöffnet am 23. Mai 2018

Auf GitHub ansehen
 (12 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (184 Forks)batch import
good first issue

Repository-Metriken

Stars
 (685 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide