Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhjkim committed Jul 31, 2024
1 parent 737ccc2 commit bd001a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### Install necessary dependencies
```shell
# install ignite CLI
# Check https://github.com/ignite/cli/releases/tag/v0.26.1 to find appropriate asset version for your OS
# Check https://github.com/ignite/cli/releases/tag/v0.27.2 to find appropriate asset version for your OS
curl -L -o ignite.tar.gz https://github.com/ignite/cli/releases/download/v0.27.2/ignite_0.27.2_darwin_amd64.tar.gz
tar -xzvf ignite.tar.gz
sudo mv ignite /usr/local/bin
Expand Down Expand Up @@ -59,4 +59,4 @@ make localnet-stop
```

## License
This project is licensed under the [LGPL-3.0 license](LICENSE). Specifically, the contents within the **evmos** folder are dervied from remarkable work originally pioneered by the [Evmos Foundation](https://evmos.org/), also under the LGPL-3.0 license. We have utilized code from [Evmos v12](https://github.com/evmos/evmos/commits/release/v12.x.x/) (**`b43ee16`**) and have made several modifications. All changes are documented [here](/evmos/CHANGES.diff), as well as in the commit logs of this repository.
This project is licensed under the [LGPL-3.0 license](LICENSE).
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/settlus/chain

go 1.22.2

toolchain go1.22.5

require (
cosmossdk.io/api v0.3.1
cosmossdk.io/errors v1.0.1
Expand Down

0 comments on commit bd001a4

Please sign in to comment.