🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@frankencoin/api

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frankencoin/api

```bash yarn install cp .env.example .env # fill in values ```

latest
Source
npmnpm
Version
0.3.19
Version published
Maintainers
2
Created
Source

Frankencoin API

Setup

yarn install
cp .env.example .env   # fill in values

Development

yarn infra:up   # start local docker stack
yarn dev        # install deps + watch mode

NPM package

# bump version in package.json first
npm login
yarn npm:build
yarn npm:publish

Database

# apply schema to deployment db (e.g. Railway)
DATABASE_URL=postgresql://... yarn prisma:push

# run a migration script
DATABASE_URL=postgresql://... yarn migrate:subscriptions

DB backup / restore

# dump to prisma/backup/
DATABASE_URL=postgresql://... yarn prisma:backup

# restore a dump from prisma/backup/
DATABASE_URL=postgresql://... yarn prisma:restore backup_2026-06-24_12-00-00.dump

Environment variables

PORT=3030

CONFIG_APP_URL=https://app.frankencoin.com
CONFIG_INDEXER_URL=https://ponder.frankencoin.com
CONFIG_BACKUP_INDEXER_URL=https://ponder.frankencoin.com

# Database configuration (optional - set DISABLE_DATABASE=true to skip)
DATABASE_URL=postgresql://user:password@localhost:5432/frankencoin
DISABLE_DATABASE=false

ALCHEMY_RPC_KEY=...
COINGECKO_API_KEY=CG-...
TELEGRAM_BOT_NAME=...
TELEGRAM_BOT_TOKEN=...
JWT_SECRET=...
THE_GRAPH_KEY=...

MIT licensed.

FAQs

Package last updated on 24 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts