@velo-dao/velo-ts
v2.0.2
Published
Velo Contracts Typescript Library
Readme
@velo-dao/velo-ts
npm install @velo-dao/velo-ts
yarn install @velo-dao/velo-ts
pnpm install @velo-dao/velo-ts
bun install @velo-dao/velo-tsVelo TypeScript Bundle
Clients
All contracts are scoped under the contracts object:
import { contracts } from "@velo-dao/velo-ts"
const { VeloPredictions } = contractsThen each contract will have clients, for example for VeloPredictions:
const {
VeloPredictionsClient,
VeloPredictionsMessageComposer,
VeloPredictionsQueryClient
} = VeloPredictionsCredits
🛠 Built by Digital Kitchen, based on Cosmology ⚛️ goodness!
Using CosmWasm TS Codegen:
- @cosmwasm/ts-codegen for generated CosmWasm contract Typescript classes
