Welcome to the Point Email Example. This README is a basic guide to getting started with this application.
You can find the frontend code in the ./app
folder and the smart contract in the ./contracts
.
Since the Smart Contract used in this application uses @openzeppelin/contracts
you must install the dependencies first before you deploy to the site to the network.
Run yarn
in the parent directory
Run this command from the pointnetwork folder:
point-deploy ../zapps/email.point --contracts
Go to ./app
and run:
yarn
yarn build
Start your local Point Node and deploy the dApp by following the instructions here.