FE Client for: https://paulx.dev/blog/2021/01/14/programming-on-solana-an-introduction/
Based on: https://github.com/metadiego/solana-escrow-fe
Install all required dependencies
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.
This FE is hardcoded to connect to a Soalana Verifier running on your localhost. To update the Soalana network that this client runs on:
- Update line 6 on initEscrow.ts
- Update line 6 on takeTrade.ts