blub-sdk
Version:
A modular SDK for interacting with the BLUB ecosystem on the Sui blockchain.
11 lines (8 loc) • 389 B
text/typescript
// constants ficam em src/utils/constants.ts
export { BLUB_COINTYPE, BLUB_DECIMALS } from "../../utils/constants";
// token queries locais
export { getBlubBalance } from "./client";
export { getBlubCirculatingSupply, getBlubTotalSupply } from "./stats";
export { getBlubPrice, getSuiPrice } from "./prices";
export { getBlubMarketCap } from "./marketcap";
export * from "../nft/points";