
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@frankencoin/api
Advanced tools
yarn install
cp .env.example .env # fill in values
yarn infra:up # start local docker stack
yarn dev # install deps + watch mode
# bump version in package.json first
npm login
yarn npm:build
yarn npm:publish
# apply schema to deployment db (e.g. Railway)
DATABASE_URL=postgresql://... yarn prisma:push
# run a migration script
DATABASE_URL=postgresql://... yarn migrate:subscriptions
# 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
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
```bash yarn install cp .env.example .env # fill in values ```
The npm package @frankencoin/api receives a total of 15 weekly downloads. As such, @frankencoin/api popularity was classified as not popular.
We found that @frankencoin/api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.