ethereum/casper

Add vyper compiling instructions to README

Ouverte

#152 ouverte le 23 mai 2018

 (12 commentaires) (0 réaction) (0 personne assignée)Python (184 forks)batch import
good first issue

Métriques du dépôt

Stars
 (685 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur