This is a Escrow dApp developed for ethereum blockchain.
flowchart LR
User((User)) --> Authenticates[Authenticates]
Authenticates --> Deploys[Deploys the contract]
Deploys --> DB[(Persists in a database)]
Authenticates --> Views[Views list of contracts user is involved in]
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev