Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 967 Bytes

README.md

File metadata and controls

49 lines (35 loc) · 967 Bytes

CryptoPod

CryptoPod is a configurable, modular, deployable solution that brings full blockchain support to your existing systems in just a few clicks.

Features

  • Fully configurable
    • Supports multiple blockchains
    • Supports multiple wallet providers
  • Modular
  • Deployable

Quickstart

Prerequisites

Global Setup

pnpm install -g prisma vercel

Local Setup

# Install dependencies
pnpm install
# Create a .env file
touch .env
# Compile the project
pnpm run watch
# Run the server
pnpm run start

Development

Prisma

If you modify the Prisma schema, you need to run:

pnpx prisma migrate dev --name "<migration_name>"
git add prisma/migrations