/Escrow

Primary LanguageTypeScript

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:

# At the root folder
npm install
npx hardhat comile

# At the app/ folder
npm install
npm run dev