yarn add @fuzio/contracts
All contracts are scoped under the contracts
object:
import { contracts } from "@fuzio/contracts"
const { FuzioNativePrediction } = contracts
Then each contract will have clients, for example for FuzioNativePrediction
:
const {
FuzioNativePredictionClient,
FuzioNativePredictionMessageComposer,
FuzioNativePredictionQueryClient
} = FuzioNativePrediction
🛠 Built by Digital Kitchen, based on Cosmology ⚛️ goodness!
Using CosmWasm TS Codegen:
- @cosmwasm/ts-codegen for generated CosmWasm contract Typescript classes