Skip to content

Commit d366b2b

Browse files
committed
update README
1 parent c49ffe7 commit d366b2b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Nyx Zone
22

3-
This repository hosts `nyxd`, a Cosmos zone with wasm smart contracts enabled. In the future, `nyxd`'s smart contracts will include extensions making it easy to use Coconut credentials.
3+
This repository hosts `nyxd`, a Cosmos zone with wasm smart contracts enabled. In the future, `nyxd`'s smart contracts will include extensions making it easy to use Coconut credentials.
44

5-
This code was forked from the `cosmwasm/wasmd` repository, which was itself forked from `cosmos/gaiad` as a basis by the CosmWasm project. They then added `x/wasm` and cleaned up
6-
many gaia-specific files. However, the `nyxd` binary should function just like `gaiad` except for the addition of the `x/wasm` module.
5+
This code was forked from the `cosmwasm/wasmd` repository, which was itself forked from `cosmos/gaiad` as a basis by the CosmWasm project. They then added `x/wasm` and cleaned up
6+
many gaia-specific files. However, the `nyxd` binary should function just like `gaiad` except for the addition of the `x/wasm` module.
77

88
**Note**: Requires [Go 1.20.10](https://golang.org/dl/)
9-
**Note**: The mainnet binary in the releases is built with `Go 1.20.10` so if you plan on building from source please use that version! Using other versions of Go may result in non-determinism (app-hash issues)
9+
10+
**Note**: The mainnet binary in the releases is built with `Go 1.20.10` so if you plan on building from source please use that version!
11+
12+
⚠️ Using other versions of Go may result in non-determinism (app-hash issues)
1013

1114
As this is essentially a no-modifications fork of `wasmd`, security issues are best handled upstream. For critical security issues & disclosure, see the `CosmWasm/wasmd` [SECURITY.md](https://github.com/CosmWasm/wasmd/blob/main/SECURITY.md).
1215

0 commit comments

Comments
 (0)