fkymy / orderbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

コントラクト

cd contracts
npm install
npx hardhat compile

バックエンド

URL: http://localhost:3001

OpenAPI: http://localhost:3001/api

cd backend
yarn install
yarn db:dev:up # yarn db:dev:restart
yarn start:dev

Postgresをブラウザで閲覧・操作

npx prisma studio

マイグレーション(backend/prisma/schema.prismaを変更した場合)

npx prisma migrate dev
yarn db:dev:restart

フロントエンド

URL: http://localhost:3000

cd frontend
yarn install
yarn dev

About


Languages

Language:TypeScript 97.4%Language:Solidity 0.9%Language:CSS 0.7%Language:Shell 0.6%Language:JavaScript 0.4%Language:Makefile 0.1%