Royco Launch Kit is the easiest way to create your own front end for the Royco Protocol. The Royco Protocol is an open-source protocol that allows anyone to create a marketplace for incentivizing anything. This Launch Kit contains an entirely open-source and free-to-use template for a front-end to access the Royco Protocol.
-
Acquire keys to a Royco SDK. You may either work with someone else running the SDK, or launch your own using the subgraph and connecting it with a pipeline to db using services like Goldksy.
-
Clone this repository and install its dependencies. We are using pnpm as the package manager.
pnpm install
- Start the development server.
pnpm run dev
- Build the project.
pnpm run build
- Run the project.
pnpm run start
Start by copying the example file and modify all the access urls and keys in order to build a fully functional front-end. The sample variables are present in .env.SAMPLE
file in the root directory.