Login, view tokens, and make transfers using the Keyp API
- Install
yarn-
Create a
.envfile at the root of the repository and fill it out using the.env.examplefile as a guide. -
Generate the sqlite database with the following script; this will create a
dev.dbfile in theapi/dbdirectory. You can choose any name for the migration.
(Optional: with the sqlite database, you don't have to create a database in your local environment.
However, if you'd like to use PostgreSQL, you can change migration_lock.toml, schema.prisma, and your .env file
according to the documentation for
Prisma's PostgreSQL connector)
yarn redwood migrate dev- Start the development server
yarn redwood devCopyright © 2023 Nifty Chess, Inc.
This project is MIT licensed.