Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 576 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 576 Bytes

Solidity smart contract learning

  1. SimpleStorage.sol

Tech used: Ether.js, solcjs and ganache[local blockchain testnet]
Functionality: Simple CRUD operation

  1. fundRaiser.sol

Tech used: Ether.js, solcjs, alchemy - Goerli testnet.
Functionality: Decentralised fund raiser on the local blockchain.

  1. wallet.sol

Tech used: Ether.js, solcjs and ganache[local blockchain testnet]
Functionality: Simple contract to deposit, view balance, transfer money to other addresses or withdraw funds from the smart contract.