ethdev279 / Web3.js-Dapp

Dapp without Web3 Clients. lives at https://salmandabbakuti.github.io/Web3.js-Dapp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web3.js Dapp

This Repo illustrated on behalf of medium article. have a look at https://link.medium.com/XAk2B6iV3W for better understanding.

Make sure You have infura Project Ropsten URL and Wallet Private Key.

Basically, this is a messenger like dapp where we can share text messages with anyone. once after creating account, you are able to send messages to anyone referring their Account address. So When you create account or sending message to Recipient address, it requires signing of your data with private key and it will be submitted to the network.(whether account creation or Sending Message). signing of data and submitting transaction will be done by plain web3.js without metamask or other clients. once miner verifies transaction, it will be reflected to you.

About

Dapp without Web3 Clients. lives at https://salmandabbakuti.github.io/Web3.js-Dapp/

License:MIT License


Languages

Language:JavaScript 59.5%Language:HTML 26.6%Language:CSS 13.9%