https://github.com/hyperweb-io/mesh-security
https://github.com/hyperweb-io/mesh-security
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperweb-io/mesh-security
- Owner: hyperweb-io
- License: mit
- Created: 2023-07-15T02:00:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T14:36:03.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T04:50:04.390Z (over 1 year ago)
- Language: TypeScript
- Size: 2.17 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mesh Security
Typescript libraries for Mesh Security.
## Packages
#### [mesh-security](packages/mesh-security)
TS library with Cosmos SDK and Mesh Security smart contracts.
## Developing
When first cloning the repo:
```
yarn
yarn bootstrap
yarn build
```
And then get all submodules if necessary:
```
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.tech/validator)
Code built with the help of these related projects:
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) for generated CosmWasm contract Typescript classes
* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) a "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs.
* [chain-registry](https://github.com/cosmology/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 ⚛️