Skip to content

slykio/slyk-demo

Folders and files

NameName
Last commit message
Last commit date
Jun 20, 2022
Oct 10, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 16, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Jun 20, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022
Sep 13, 2022

Repository files navigation

Slyk App Demo

This demo application shows how you can leverage the Slyk API to build your coin-powered product or community.

This was built with Next JS and Tailwind CSS, but following the principals used here you can use any other tech stack for your application.

A step by step guide can be found on our documentation.

Running this application

You'll need at least Node v16 to run this application.

You'll also need a Slyk API key. Create a .env file with the following:

SLYK_API_KEY=<your-api-key>

To run the application in development mode use:

yarn dev

To run in production mode first create a build with yarn build and then run it with yarn start.