https://github.com/hyperweb-io/stargazejs
StargazeJS makes it easy to compose and broadcast Stargaze and Cosmos messages
https://github.com/hyperweb-io/stargazejs
Last synced: 12 months ago
JSON representation
StargazeJS makes it easy to compose and broadcast Stargaze and Cosmos messages
- Host: GitHub
- URL: https://github.com/hyperweb-io/stargazejs
- Owner: hyperweb-io
- License: mit
- Created: 2022-08-15T19:56:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T08:19:30.000Z (about 2 years ago)
- Last Synced: 2025-01-23T19:06:36.995Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 5.29 MB
- Stars: 4
- Watchers: 13
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stargaze
Typescript libraries for the Stargaze ecosystem.
## Packages
#### [stargazejs](packages/stargazejs)
TS library with Cosmos SDK and Stargaze smart contracts.
#### [@stargaze-zone/contracts](packages/contracts)
TS library with Stargaze smart contracts.
#### [@stargaze-zone/chain](packages/chain)
Chain Registry info for Stargaze, including asset lists.
## Developing
Checkout the repository and bootstrap the yarn workspace:
```sh
# Clone the repo.
git clone https://github.com/cosmology-tech/stargazejs
yarn
yarn bootstrap
```
And then get all submodules:
```
git submodule update --init
```
### Building
```sh
yarn build
```
### Publishing
```
lerna publish
# lerna publish minor
# lerna publish major
```
## Credits
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
## Related
Checkout these related projects:
* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) a "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs.
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) for generated CosmWasm contract Typescript classes
* [chain-registry](https://github.com/cosmology-tech/chain-registry) an npm module for the official Cosmos chain-registry.
* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) A wallet connector for the Cosmos ⚛️
* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) set up a modern Cosmos app by running one command.
* [starship](https://github.com/cosmology-tech/starship) a k8s-based unified development environment for Cosmos Ecosystem
## Disclaimer
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.