Skip to content

PubKey Link is the first Solana Discord bot that supports cNFTs. Free and open source. **DEPRECATED** Check https://github.com/pubkeyapp/pubkey-link

License

Notifications You must be signed in to change notification settings

pubkeyapp/pubkey-link-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PubKey Link

For questions about this project, please join our Discord.

Getting Started

Prerequisites

  • Node v18 or higher
  • Yarn
  • Docker

Installation

Clone the repo and install dependencies:

git clone [email protected]:pubkeyapp/pubkey-link.git
cd pubkey-link
yarn

Environment variables

Copy the .env.example file to .env and fill in the missing values.

cp .env.example .env

Starting the services

You will need to start the database before starting the backend.

yarn dev:services

Pushing the database schema

If you start from scratch, you will need to push the database schema to the database.

yarn prisma db push

Also, after each change to the schema in prisma/schema.prisma, you will need to run the above command again.

Starting the API

yarn dev:api

Starting the web ui

yarn dev:web

Starting the SDK generator

yarn dev:sdk

About

PubKey Link is the first Solana Discord bot that supports cNFTs. Free and open source. **DEPRECATED** Check https://github.com/pubkeyapp/pubkey-link

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages