izzarzn28 / DemoRepo

DemoRepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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