lockness-Ko / DECweb

A New Decentralized Anonymous Internet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DECweb

Our Logo

A New Decentralized Anonymous Internet

DECweb is a thing idk - add description

To run the node:

  • npm install -g truffle
  • npm install -g ganache-cli
  • npm install --save-dev lite-server
  • npm run dev
  • ganache-cli --port <port> --host <ip>
  • Edit truffle-config.js with the correct port and host
  • truffle migrate --reset

To connect to a remote node:

  • Create metamask custom RPC with node IP
  • Get the main account private key and add that account to metamask
  • Open the /src folder and type python -m http.server
  • Navigate to localhost:8000 with your browser of choice

About

A New Decentralized Anonymous Internet

License:MIT License


Languages

Language:JavaScript 98.1%Language:HTML 1.4%Language:Solidity 0.6%