/OpenWeb3NotaryTemplate

Use the Blockchain as a digital signature to authenticate documents, anyone with the original document can validate it and add its signature. Just connect to our D-app and be your own notary.

Primary LanguageJavaScriptMIT LicenseMIT

Use the Blockchain as a digital signature to authenticate documents, anyone with the original document can validate it and add its signature. Just connect to our D-app and be your own notary. break changes in metamask provier API in January of 2021.

This project is created using NodeJS running on Express server and using hbs template engine. Using Ethers.JS library for the dapp connection with metamask wallet.

Prerequisite

  • NodeJS installed on system
  • Metamask - browser extension
  • Account in metamask wallet

Installation

Clone the repository and run the below commands.

npm install

npm run dev or npm run start

The node application will be running on express server on port 3000 or given port.

Open browser and type url 127.0.0.1:3000/

License

MIT