wormhole/wormchain/README.md

34 lines
752 B
Markdown
Raw Normal View History

2022-10-21 10:23:25 -07:00
# Wormchain
**Wormchain** is a blockchain built using Cosmos SDK and Tendermint and initially created with [Ignite](https://github.com/ignite).
2022-10-21 10:23:25 -07:00
## Building
2022-11-16 10:52:32 -08:00
Build and install wormchain. You will need golang version 1.16+ installed.
2022-10-21 10:23:25 -07:00
```
make build/wormchaind
2022-10-21 10:23:25 -07:00
```
## Develop
See [development.md](./development.md)
## How to run the tests
run "tilt up -- --wormchain"
cd ./ts-sdk
npm ci
npm run build
cd ../testing/js
npm ci
npm run test
## Learn more about Cosmos & Ignite
- [Ignite](https://github.com/ignite)
- [Ignite Docs](https://docs.ignite.com/)
- [Cosmos SDK documentation](https://docs.cosmos.network)
- [Cosmos SDK Tutorials](https://tutorials.cosmos.network)
- [Discord](https://discord.gg/cosmosnetwork)