Skip to content

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

License

Notifications You must be signed in to change notification settings

AdamikHQ/adamik-cryptopod

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published