-
-
Notifications
You must be signed in to change notification settings - Fork 814
Vyper tools and resources
Jacques Wagener edited this page Apr 5, 2019
·
59 revisions
- https://remix.ethereum.org/ or https://remix.vyper.live/ (Uses vyper-remix plugin, click on Vyper under Settings/Plugin tab).
- https://vyper.online/
- Vyper in your browser (no external calls) https://jacqueswww.github.io/vyper-in-browser/ or https://github.com/jacqueswww/vyper-in-browser
- Etherscan compiler https://etherscan.io/vyper
- vim
- Visual Code
- https://github.com/tintinweb/vscode-vyper (Also in extension store)
- https://github.com/p-/vscode-vyper
- Sublime
- Atom
- emacs
- cryptofex
- Populus
- Embark
- Truffle (compatible)
- Truper https://www.npmjs.com/package/truper
- VyperWeb3Deploy https://github.com/gakonst/VyperWeb3Deploy
- Deploy to gnache, python script https://github.com/ltfschoen/vyper-test/blob/master/scripts/main.py
- Pytest ethereum plugin https://github.com/fubuloubu/pytest-ethereum
- SmartCheck - linter and automated security checker https://tool.smartdec.net
- Official Documentation
- Additional notes install on MacOS
- ERC721 Vyper Implementation of Non Fungabile Tokens
- Understanding Vyper
- A day with Vyper
- Chainshot Introduction to Vyper
- Chainshot Challenge
- Add your own Chainshot Challenge:
- How I learned to stop worrying and love Vyper
- Blockgeeks Vyper Video Tutorial
- A general outline of Ethereum's upcoming contracts language, Vyper. Purpose, design philosophy, features, adoption, research and development.
-
Uniswap Decentralised Exchange
-
Multisend
- Mastering Ethereum Chapter 8 https://www.oreilly.com/library/view/mastering-ethereum/9781491971932/ | https://github.com/ethereumbook/ethereumbook/blob/develop/08smart-contracts-vyper.asciidoc
- Hands-On Blockchain for Python Developers https://www.packtpub.com/big-data-and-business-intelligence/hands-blockchain-python-developers
© Vyper Foundation