Skip to content

Simple smart contract written in solidity language. Distributed app development on Ethereum blockchain.

Notifications You must be signed in to change notification settings

praveendias1180/blockchain-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DAPP development with Solidity

Solidity Language Reference

Solidity is an object-oriented, high-level language for implementing smart contracts. Smart contracts are programs which govern the behaviour of accounts within the Ethereum state.

Solidity is statically typed, supports inheritance, libraries and complex user-defined types among other features.

With Solidity you can create contracts for uses such as voting, crowdfunding, blind auctions, and multi-signature wallets.

https://docs.soliditylang.org/en/v0.8.10/

First Dapp

My Wallet Address

0x64dfec81c2230d99Fa63A254915bB70a7F91d6D0

Balance 💰

Blockchain 101

https://www.youtube.com/watch?v=_160oMzblY8

About

Simple smart contract written in solidity language. Distributed app development on Ethereum blockchain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published