A demo project showcasing RGB20 asset trading.
yarn install
# or
# npm install
Setting the DATABASE_URL in the .env file.
# .evn file
DATABASE_URL="prisma+postgres://accelerate.prisma-data.net/?api_key=ey..."
npx prisma migrate dev --name init
npm run build
npm run dev