Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nymtech/nyxd
Fork of https://github.com/CosmWasm/wasmd for Nyx validators
https://github.com/nymtech/nyxd
Last synced: 1 day ago
JSON representation
Fork of https://github.com/CosmWasm/wasmd for Nyx validators
- Host: GitHub
- URL: https://github.com/nymtech/nyxd
- Owner: nymtech
- License: other
- Created: 2022-10-14T15:57:45.000Z (about 2 years ago)
- Default Branch: release/v0.43.0
- Last Pushed: 2024-06-24T07:54:44.000Z (5 months ago)
- Last Synced: 2024-11-04T17:47:16.525Z (4 days ago)
- Language: Go
- Size: 21.4 MB
- Stars: 180
- Watchers: 5
- Forks: 23
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-ccamel - nymtech/nyxd - Fork of https://github.com/CosmWasm/wasmd for Nyx validators (Go)
README
# Nyx Zone
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.
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
many gaia-specific files. However, the `nyxd` binary should function just like `gaiad` except for the addition of the `x/wasm` module.**Note**: Requires [Go 1.20.10](https://golang.org/dl/)
**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)
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).
## Quick Start
Please refer to [validator operators guide](https://nymtech.net/operators/nodes/validator-setup.html) for setup instructions.
## Further Reading
For extended information, please refer to the [README.md](https://github.com/CosmWasm/wasmd/blob/main/README.md) of the parent `CosmWasm/wasmd` repository.