Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 465 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 465 Bytes

Developing on the Ethereum blockchain

Summary

Ethereum is a blockchain, first-and-foremost. Its primary artifact is the smart contract, written in the programming language Solidity, a language with syntax similar to JavaScript. Currently Vyper is being developed to offer another choice when developing smart contracts, with syntax similar to Python.

Resources