rename wormhole_chain to wormchain
This commit is contained in:
parent
ed41a9a4ea
commit
ea663c1be4
|
@ -1,4 +1,4 @@
|
||||||
module github.com/wormhole-foundation/wormhole-chain
|
module github.com/wormhole-foundation/wormchain
|
||||||
|
|
||||||
go 1.16
|
go 1.16
|
||||||
|
|
|
@ -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
|
## Develop
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue