All Projects → vyperlang → Vyper

vyperlang / Vyper

Licence: apache-2.0
Pythonic Smart Contract Language for the EVM

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vyper

Balance Open
Balance Open: A GPL3-licensed macOS menu bar app for all the world’s currencies.
Stars: ✭ 279 (-91.94%)
Mutual labels:  ethereum, ethereum-dapp
Remix Ide
Documentation for Remix IDE
Stars: ✭ 1,768 (-48.9%)
Mutual labels:  ethereum, vyper
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (-98.96%)
Mutual labels:  ethereum, ethereum-dapp
Blockchain
区块链技术
Stars: ✭ 28 (-99.19%)
Mutual labels:  ethereum, ethereum-dapp
Angular Truffle Starter Dapp
Angular CLI + Truffle Starter Dapp; write, compile & deploy smart contracts on Ethereum blockchains
Stars: ✭ 174 (-94.97%)
Mutual labels:  ethereum, ethereum-dapp
Daox Contracts
Smart contracts for creating Daox-based fundraising organization
Stars: ✭ 31 (-99.1%)
Mutual labels:  ethereum, ethereum-dapp
Trust Wallet Ios
📱 Trust - Ethereum Wallet and Web3 DApp Browser for iOS
Stars: ✭ 1,228 (-64.51%)
Mutual labels:  ethereum, ethereum-dapp
Abi Decoder
Nodejs and Javascript library for decoding data params and events from ethereum transactions
Stars: ✭ 325 (-90.61%)
Mutual labels:  ethereum, ethereum-dapp
Eth Vue
Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
Stars: ✭ 171 (-95.06%)
Mutual labels:  ethereum, ethereum-dapp
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-95.23%)
Mutual labels:  ethereum, ethereum-dapp
Blockchainstore
💰 Retail Store that runs on Ethereum
Stars: ✭ 425 (-87.72%)
Mutual labels:  ethereum, ethereum-dapp
Etheratom
Solidity compilation and Ethereum contract execution interface for hackable atom editor
Stars: ✭ 242 (-93.01%)
Mutual labels:  ethereum, ethereum-dapp
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (-88.9%)
Mutual labels:  ethereum, ethereum-dapp
Swarmdb
Wolk SWARMDB - Decentralized Database Services for Web3
Stars: ✭ 34 (-99.02%)
Mutual labels:  ethereum, ethereum-dapp
Ethlist
The Comprehensive Ethereum Reading List
Stars: ✭ 3,576 (+3.35%)
Mutual labels:  ethereum, ethereum-dapp
Solidity Auction
A simple auction dApp for Ethereum, written in Solidity.
Stars: ✭ 60 (-98.27%)
Mutual labels:  ethereum, ethereum-dapp
Augur
Augur - Prediction Market Protocol and Client
Stars: ✭ 294 (-91.5%)
Mutual labels:  ethereum, ethereum-dapp
Web3.swift
A pure swift Ethereum Web3 library
Stars: ✭ 295 (-91.47%)
Mutual labels:  ethereum, ethereum-dapp
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (-95.98%)
Mutual labels:  ethereum, ethereum-dapp
Dagger.js
Simple library to connect with dagger server and manage subscriptions for Ethereum Blockchain.
Stars: ✭ 179 (-94.83%)
Mutual labels:  ethereum, ethereum-dapp

Build Status Documentation Status Discord

PyPI Docker

Coverage Status Language grade: Python

Getting Started

See Installing Vyper to install vyper. See Tools and Resources for an additional list of framework and tools with vyper support. See Documentation for the documentation and overall design goals of the Vyper language.

See Vyper.fun for learning Vyper by building a Pokémon game.

Note: Vyper is beta software, use with care

Installation

See the Vyper documentation for build instructions.

Compiling a contract

To compile a contract, use:

vyper your_file_name.vy

Alternative for GitHub syntax highlighting: Add a .gitattributes file with the line *.vy linguist-language=Python

There is also an online compiler available you can use to experiment with the language and compile to bytecode and/or LLL.

Note: While the vyper version of the online compiler is updated on a regular basis it might be a bit behind the latest version found in the master branch of this repository.

Testing (using pytest)

(Complete installation steps first.)

python setup.py test

Contributing

  • See Issues tab, and feel free to submit your own issues
  • Add PRs if you discover a solution to an existing issue
  • For further discussions and questions, post in Discussions or talk to us on Discord
  • For more information, see Contributing
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].