An open API service indexing awesome lists of open source software.

https://github.com/hyperweb-io/mesh-security


https://github.com/hyperweb-io/mesh-security

Last synced: 8 months ago
JSON representation

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 ⚛️