https://github.com/actav-n/escrow
https://github.com/actav-n/escrow
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/actav-n/escrow
- Owner: ActaV-N
- Created: 2023-02-02T06:02:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T16:48:30.000Z (over 2 years ago)
- Last Synced: 2025-01-12T21:09:59.993Z (5 months ago)
- Language: TypeScript
- Size: 416 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Escrow dApp(Solidity, Next.js, Prisma, Sqlite3)
This project is made up with:
- solidity: Writing smart contract for making trustable escrow.
- Next.js: dApp for interacting deployed contract or deploy new escrow contract.
- Prisma, Sqlite3: Store deployed contract address to sqlite db.Try running some of the following tasks:
```shell
# At the root folder
npm install
npx hardhat comile# At the app/ folder
npm install
npm run dev
```