Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 768 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 768 Bytes

Smart Wallet

Smart Wallet Configuration Panel

An ethereum based smart contract that splits the amount sent to it. It is configured using a decentralized application.

Setup

  1. Install LTS version of Node.JS. Use nvm or tj/n to manage versions of Node.JS.
  2. Install Truffle Framework. $> npm i -g truffle
  3. Install Ganache.
  4. Install MetaMask

Configuration

  1. Modify the port in truffle.js, if required.

Starting the app

  1. $> npm install
  2. $> truffle migrate --network ganache
  3. $> npm run dev

Author

Shubhamoy Chakrabarty