https://github.com/kunpengren/sui-networks
A local multiple validator nodes sui network with fauce service
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Repository
A local multiple validator nodes sui network with fauce service
Basic Info
- Host: GitHub
- Owner: KunPengRen
- Language: Python
- Default Branch: master
- Size: 354 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Sui Network Docker Compose
This was tested using MacOS 14.3.1, Docker Compose: v2.13.0.
This compose brings up 4 validators, 1 fullnode, and 1 faucet service
Beofre running the network,You must have the latest version (v1.29.9) of the Sui binary installed on your machine or complie locally using source code.
Steps for running:
- generate the genesis and validator config file
./new-genesis.sh
- run compose
(optional) `rm -r /tmp/sui`
docker compose up
additional info
The version of sui which is used to generate the genesis outputs much be on the same protocol version as the fullnode/validators (eg: mysten/sui-node:sui-v1.29.0-release)
Here's an example of how to build a sui binary that creates a genesis which is compatible with the release: v1.29.0
git checkout releases/sui-v1.19.0-release
cargo build --bin sui
you can also use sui-network/Dockerfile for building genesis
Owner
- Name: Vincent
- Login: KunPengRen
- Kind: user
- Location: Singapore
- Company: National University of Singapore
- Repositories: 14
- Profile: https://github.com/KunPengRen