aniketambore / Split-Bit

A Blockchain based basic project, which focuses on interacting with the smart-contract via web3dart in flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split Bit

  • A Blockchain based basic project, which focuses on interacting with the smart-contract via web3dart in flutter.

Preview

Initial Setup

  • Meta-Mask, Chrome Extension installation.
  • Infura to connect with the RPC server.
  • Deployed Smart-Contract on Remix-Ethereum IDE.

Setup Your Meta-Mask wallet.

Setup MetaMask

Deploy SmartContract.

  • Create Simple Smart-Contract using Solidity Programing Language via Remix-Ethereum Ide
  • Just Copy/Paste the SmartContract code from lib ➡ SplitCoin.sol
  • Compile it Compile Contract
  • Deploy it Deploy Contract
  • Copy ABI Copy Contract ABI
  • Paste ABI in our project as, assets/abi.json

Infura

  • Create your account on infura Infura Sequence

ether_splitter.dart

  • Add appropriate credentials, as mentioned by comments.
//Paste your MetaMask address MetaMask Address
//Paste Your Infura Test API EndPoint link Infura EndPoint Link
//Paste the deployed contract address from Remix IDE Deployed Smart Contract
//Export the meta mask private key and paste here MetaMask Private Key

Thats it !

About

A Blockchain based basic project, which focuses on interacting with the smart-contract via web3dart in flutter.


Languages

Language:Dart 83.5%Language:HTML 9.9%Language:Solidity 2.9%Language:Swift 2.6%Language:Kotlin 0.8%Language:Objective-C 0.2%