question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add vyper compiling instructions to README

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:12

github_iconTop GitHub Comments

3reactions
vs77bbcommented, May 30, 2018

@anshumanv Yes, this one is reserved for now. Thank you for checking in before claiming!

3reactions
vs77bbcommented, May 30, 2018

@GagziW We added a bounty here for your time and contribution. Please click ‘Start Work’ on Gitcoin to claim it 🙂

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add vyper compiling instructions to README | ethereum Funded ...
Issue It is unclear how to build and deploy casper contract without digging into the testing infrastructure. # Propose Implementation Add clear instructions...
Read more >
vyper/README.md at master - GitHub
See the Vyper documentation for build instructions. Compiling a contract. To compile a contract, use: vyper your_file_name.vy.
Read more >
Vyper Documentation
To run the compiler use the docker run command: ... If you need to know how to install the correct version of python,....
Read more >
README.md - Android Code Search
For instructions on how to use the language-specific gRPC runtime in your ... workflow of how to build the source code, how to...
Read more >
vyperlang/community - Gitter
So I created a custom setup files (i.e. DockerfileMac and requirements-mac.txt) in my fork of the Vyper repository, and summarised the setup steps...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found