Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 683 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 683 Bytes

The basiscs of Solidity

Introduction to Smart Contracts A Simple Smart Contract Let us begin with a basic example that sets the value of a variable and exposes it for other contracts to access. It is fine if you do not understand everything right now, we will go into more details later.

Subcurrency Example The following contract implements the simplest form of a cryptocurrency. The contract allows only its creator to create new coins (different issuance schemes are possible). Anyone can send coins to each other without a need for registering with a username and password, all you need is an Ethereum keypair.

DemoRap

This repository provides basics of Solidity