An open API service indexing awesome lists of open source software.

https://github.com/actav-n/escrow


https://github.com/actav-n/escrow

Last synced: 4 months ago
JSON representation

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
```