Skip to content

Some simple and clear examples of smart contract with solidity language

License

Notifications You must be signed in to change notification settings

AlirezaNoorizadeh/Solidity_Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Solidity Examples

Some simple and clear examples of smart contract with solidity language

This is a collection of solidity examples that I practiced while I was learning about Solidity and writing smart contracts.

How to Use

  1. Open Remix IDE
  2. Add one of the contracts to your workspace
  3. Compile the contract to check for errors
  4. Deploy the contract to the blockchain

Getting Started with Smart Contracts in Solidity

  1. Counter
  2. Sample contract
  3. SimpleBank
  4. ERC20
  5. ERC721
  6. MinimalEtherWallet
  7. GaslessTokenTransfer
  8. CrowdFund

For more examples

samnang/solidity-examples

License

The software is available as open source under the terms of the MIT License.

About

Some simple and clear examples of smart contract with solidity language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published