This is a template meant to kickstart dapps.
First, install packages.
bun install
Run the development server:
bun dev
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