CryptoPod is a configurable, modular, deployable solution that brings full blockchain support to your existing systems in just a few clicks.
- Fully configurable
- Supports multiple blockchains
- Supports multiple wallet providers
- Modular
- Deployable
pnpm install -g prisma vercel
# Install dependencies
pnpm install
# Create a .env file
touch .env
# Compile the project
pnpm run watch
# Run the server
pnpm run start
If you modify the Prisma schema, you need to run:
pnpx prisma migrate dev --name "<migration_name>"
git add prisma/migrations