@velo-dao/velo-ts
v2.0.2
Published
Velo Contracts Typescript Library
Downloads
30
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-ts
Velo TypeScript Bundle
Clients
All contracts are scoped under the contracts
object:
import { contracts } from "@velo-dao/velo-ts"
const { VeloPredictions } = contracts
Then each contract will have clients, for example for VeloPredictions
:
const {
VeloPredictionsClient,
VeloPredictionsMessageComposer,
VeloPredictionsQueryClient
} = VeloPredictions
Credits
🛠 Built by Digital Kitchen, based on Cosmology ⚛️ goodness!
Using CosmWasm TS Codegen:
- @cosmwasm/ts-codegen for generated CosmWasm contract Typescript classes