Skip to content

roycoprotocol/royco-frontend-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Royco Launch Kit: Build a Royco Front-end in Minutes

Royco Banner

Introduction

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.

Get Started

Instructions

  1. 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.

  2. Clone this repository and install its dependencies. We are using pnpm as the package manager.

pnpm install
  1. Start the development server.
pnpm run dev
  1. Build the project.
pnpm run build
  1. Run the project.
pnpm run start

Environment Variables

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.

Resources

  • Want to review the core protocol? Check out the Github.
  • Curious how it works? Check out our docs.
  • Need help or want to chat? Join the Royco Telegram.

Legal Disclaimer