SwaprHQ / presagio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next dapp starter kit

This is a template meant to kickstart dapps.

Next dapp starter kit

Tech stack

Getting Started

First, install packages.

bun install

Run the development server:

bun dev

Folder structure

Entities

Entities is where business logic lives. Instead of having that spread out on components we create classes with logic.

Markets

Logic associated with Omen markets like Outcome, Position and Market.

Tokens

Logic related to blockchain tokens like Token, Currency, NativeCurrency

About


Languages

Language:TypeScript 99.8%Language:JavaScript 0.1%Language:CSS 0.1%