This project was bootstrapped with Create React App.
This project is running the latest react
and react-dom
v16.8
and using the latest React Hooks
.
If you have not install yarn
in you machine install yarn using brew
or for other methods https://yarnpkg.com/lang/en/docs/install/#mac-stable
Run yarn to install the dependencies.
To start locally run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Bootstrap a simple project that test out the new ETHEREUM EIP712 MetaMask functionality. Ethereum wallets like MetaMask will soon introduce the EIP712 standard for typed message signing. This standard allows wallets to display data in signing prompts in a structured and readable format. EIP712 is a great step forward for security and usability because users will no longer need to sign off on inscrutable hexadecimal strings, which is a practice which can be confusing and insecure.
- add additional provider for testing like INFURA and WALLET CONNECT.