rename wormhole_chain to wormchain

This commit is contained in:
Conor Patrick 2022-10-21 17:23:25 +00:00 committed by Evan Gray
parent ed41a9a4ea
commit ea663c1be4
400 changed files with 24 additions and 3 deletions

View File

@ -1,4 +1,4 @@
module github.com/wormhole-foundation/wormhole-chain
module github.com/wormhole-foundation/wormchain
go 1.16

View File

@ -1,6 +1,27 @@
# wormholechain
# Wormchain
**wormholechain** is a blockchain built using Cosmos SDK and Tendermint and created with [Starport](https://github.com/tendermint/starport).
**Wormchain** is a blockchain built using Cosmos SDK and Tendermint and created with [Starport](https://github.com/tendermint/starport).
## Building
We use [ignite](https://docs.ignite.com/) to build the protobuf. Install the latest version we've pinned.
```
curl https://get.ignite.com/cli@v0.23.0 | bash
cp ignite ~/.local/bin/
```
Build the protobuf.
```
ignite generate proto-go
```
Build and install wormchain.
```
go install ./...
```
## Develop

Some files were not shown because too many files have changed in this diff Show More