Skip to content

igdev0/simple-escrow-app

Repository files navigation

Ethereum Escrow dApp

This is a Escrow dApp developed for ethereum blockchain.

User flow

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]
Loading

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

About

A react app developed on Ethereum blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published