Skip to content

a website for verifying your participation in token sale

Notifications You must be signed in to change notification settings

xian-network/token-claim

Repository files navigation

token-claim

a website for verifying your participation in token sale

requirement

pnpm v9.x | follow instructions here to install pnpm

usage

clone the repo and move into the clone folder then install dependencies

pnpm install

create .env file at the root of the clone folder and add database and log file path

NOTE: it is advisable to put your server side files in lib/server of sveltekit project

DB_PATH=src/lib/server/the.db
LOG_FILE_PATH=src/lib/server/the.log

use migrate command to create the database

pnpm run db:migrate

run the app

pnpm run dev

open the indicated url in your browser

About

a website for verifying your participation in token sale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published