Skip to content

Nakochi-crypto/sui-testnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sui Testnet

日本語

Requirements

Download

git clone https://github.com/Nakochi-crypto/sui-testnet.git

For devnet

Edit docker-compose.yml like this:

build:
  context: .
  args:
    branch_or_tag: devnet-0.27.0

Commands

cd sui-testnet before execution

Build / Update

docker compose build --no-cache

Run a fullnode

docker compose up -d

View logs

docker compose logs -f

Stop

docker compose down

Stop (db swipe)

docker compose down -v

Useful sites

Node checker

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published