Skip to content

sirateek/cs251-splitwise-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs251-splitwise-dapp

Start the app

  1. Install the required dependency.
$ npm install --save-dev hardhat
$ npm install --save-dev @nomiclabs/hardhat-ethers
  1. Start the ethereum virtual node.
$ npx hardhat node
  1. Deploy the smartcontract
$ npx hardhat run --network localhost scripts/deploy.js
  1. Update the smart contract address and abi.
  • abi - artifacts/contracts/mycontract.sol/Splitwise.json
  • contract address - (From the deployment command in the previous step)

Update at web_app/script.js

  • variable: abi, contractAddress

About

A Splitwise SmartContract writtin in solidity FE in JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages