8000 GitHub - zkjet/IRL: IRL Smart Contracts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zkjet/IRL

Repository files navigation



Documentation

Presentation is available here.

Information .

Getting Started

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
└── ...
  1. 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 />
  );
}

Roadmap

  • Wire frontend to smart contracts

  • Deploy to server

Contact

@zkjetzkjet@mailfence.com

About

IRL Smart Contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0