Giter Site home page Giter Site logo

proof-of-ex's Introduction

proof-of-ex

ConsenSysAcademy Final Project

Proof of Existence

This dapp Will help to prove that a certain document/file was created on a particular date and time by a particular user.

  1. Technologies

FrontEnd: React JS.

Backend: Ethereum Blockchain (Solidity).

  1. Prerequisites
  • Operating system: any version of Ubuntu 16.04.
  • Software: npm v6.4.1 and node v11.2.0
  • Metamask
  1. Install Truffle and Ganache-CLI

Run the following command:

$ sudo npm install -g ganache-cli truffle

Run Ganache CLI:

$ ganache-cli

Ganache CLI automatically creates 10 accounts associated with 10 private keys. Each account has 100 ethers for testing purpose.

You need to copy private key in ganache-cli, then open metamask -> click on account -> click on "Import Account" -> put private key into field -> click Import -> switch account (if needed). Imported account should have 100Eth. Do not forget to select network "Localhost 8545"

  1. Change to the project directory

cd proof-of-ex/

  1. Run the following commands:

$ npm install openzeppelin-solidity

$ npm install

$ truffle compile

$ truffle migrate

$ npm run start

  1. Launch the application from a browser:

http://localhost:3000/

proof-of-ex's People

Contributors

cvillegas31 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.