Presentation is available here.
Get your project up and running in just a couple of minutes:
IRL Contracts is a Decentralized application utilizing smart contracts to integrate and automate real life contractable transactions such as private auto sales, landscaping contracts, and second hand collectibles.
├── src/
│ ├── App.js
│ ├── index.js
├── assets/
├── package.json
└── ...
- Step 2
npm install && cd frontend && npm install
npx hardhat compile
npx hardhat run scripts/deploy.ts
cd frontend && npm start
import React, { useEffect } from "react";
function App() {
return (
<App />
);
}