Coder Social home page Coder Social logo

steevepay / dapp-deathnote Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 611 KB

Decentralized Death Note on Ethereum Blockchain

Home Page: https://deathnote.steeve.eu

JavaScript 46.50% Dockerfile 0.56% HTML 4.23% Vue 48.71%
ethereum metamask truffle buefy vuejs

dapp-deathnote's Introduction

dappdeathnote

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Deploy a new contract

at the root directory, you have to create a '.env' file with your Ethereum INFURA API url:

INFURA_URL = "https://rinkeby.infura.io/v3/...";
// You can also use this link: https://rinkeby.infura.io/v3/aa7a461490244b65a54e2f67b959fa8a

Create a '.secret' file containing your ethereum wallet mnemonic (12 words, from metamask):

pistol cat dog etc...

You need Truffle installed:

$ npm install -g [email protected]

Then compile the contracts:

$ truffle compile

Then deploy you contract on the ethereum test network of your choice (configs on the 'truffle-config.js'):

$ truffle migrate --network=rinkeby

Finallyse your '.env' file by adding your deployed contract address:

FACTORY_CONTRACT_ADDRESS = "0x8...";
// or you can use the following deployed contract: 0xB005bCAfb16751Ad408d7C4bBe3A15349c0E2Bec

Runs the app:

npm run start

To interact with the application, you need Metamask installed on your browser !

dapp-deathnote's People

Contributors

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