Skip to content

KushalTanna24/Simple-Smart-contract

Repository files navigation

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.