-
-
Notifications
You must be signed in to change notification settings - Fork 800
Vyper tools and resources
Just some guy edited this page Oct 6, 2020
·
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
- Sublime
- Atom
- IntelliJ Platform
- emacs
- cryptofex
- Brownie
- 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
- Manticore / Crytic Compiling library https://github.com/crytic/crytic-compile / https://github.com/trailofbits/manticore/blob/master/README.md
- Official Documentation
- Vyper.fun
- Vyperhub
- Awesome Vyper list
- 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.
- Vyper: The Simple Secure Smart Contract Language
- Ethereum ditching Solidity for Vyper?
- Curve Decentralised Stablecoin Exchange
- Uniswap Decentralised Exchange
- Multisend
- Lendroid
- GunClear
- Computable Protocol
- Stablecoin Swap
- 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