Giter Site home page Giter Site logo

eth-todo's Introduction

TODO List DAPP

Setup Guide

1-Install Required Software

Download Node JS and NPM

Node.js and NPM After installing, Verify Nodejs and NPM install with the following commands

node -v
npm -v
Install Truffle

The truffle framework will be used to compile and migrate smart contracts. To install run the following command in terminal

npm install -g truffle
Install Ganache

Ganache

Install and Setup MetaMask browser extention

MetaMask

2-Setup Required Software

1- Open MetaMask. Select Create Wallet

alt text

2- Select I Agree

alt text

3- Enter a Password

alt text

4- Open Ganache. Select Quickstart.

alt text

5- Click on the Top right key icon

alt text

6- Copy the Private Key

alt text

7- Back in METAMASK Import an Account.

alt text

8- Enter the Private Key you Copied in step 6.

alt text

9- Add a network

alt text

10- Fill form with the following and save.

alt text

Start project
1- In project root directory run
truffle compile
truffle migrate --reset
cd .. client
npm install
npm run start

You will be prompted to select an account with metamax. Select the account you just imported. alt text

Connect the account to http://localhost:3000/. Once you connect the TODO List DAPP should show up on the browser. alt text

eth-todo's People

Contributors

sjkchang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.