Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.21 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.21 KB

SeiStart: Lighting Up the Sei Network Ecosystem

SeiStart would serve as a comprehensive directory and gateway to the myriad of projects being built on the Sei Network. It aims to demystify the network's offerings, making it accessible for enthusiasts, developers, and investors alike to explore and engage with. Picture it as your digital atlas, charting the unexplored territories of the Sei Network, where each project represents a star in the ever-expanding galaxy of blockchain innovation.

image

Key Features:

  • 🔍 Exploring projects

Prerequisites

Node version 18.18.x

Cloning the repository

git clone [email protected]:Seistart/gateway.git

Install packages

bun i

Setup .env file

DATABASE_URL=
REDIS_KEY=

Setup Postgres with Drizzle

bun db:generate
bun db:migrate

Start the app

bun run dev

Available commands:

Running commands with npm bun run [command]

command description
dev Starts a development instance of the app
tst Starts a test instance of the app