Rename:
Pull the env by running:
bun run secret:dev
.env.development.local
will be created based on .env.example
Install the dependencies:
bun i
Run application with connection to the testnet network(currently Polygon Amoy - 80002):
bun run dev
Run application with connection to the mainnet network(Polygon - 137):
bun run build
To get testnet BET tokens, please send your address to the following telegram account: @bfmonster or write to email: bf.monster@proton.me
To get testnet MATIC tokens, please use the following faucet: https://faucet.polygon.technology/
To use basic UI components, you can import them from the @betfinio/components
package:
import { Select, SelectItem, SelectContent, SelectTrigger, SelectValue } from "@betfinio/components/ui";
import { Tabs, TabsContent, TabsList, TabsTrigger } from '@betfinio/components/ui';
import {
useTotalProfitStat,
useTotalStakedStat,
useTotalStakersStat,
} from 'betfinio_context/lib/query';