stargaze
Typescript libraries for the Stargaze ecosystem.
Packages
stargazejs
TS library with Cosmos SDK and Stargaze smart contracts.
@stargaze-zone/contracts
TS library with Stargaze smart contracts.
@stargaze-zone/chain
Chain Registry info for Stargaze, including asset lists.
stargaze-zone
TS library with Cosmos SDK and Stargaze smart contracts. Includes IBC and CosmWasm modules.
Developing
Checkout the repository and bootstrap the yarn workspace:
# Clone the repo.
git clone https://github.com/cosmology-tech/stargaze-zone
yarn
yarn bootstrap
Building
yarn build
Publishing
lerna publish
# lerna publish minor
# lerna publish major
Credits
Code built with the help of these related projects:
- @cosmwasm/ts-codegen for generated CosmWasm contract Typescript classes
- @osmonauts/telescope a "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs.
- chain-registry an npm module for the official Cosmos chain-registry