Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 2.03 KB

README.md

File metadata and controls

46 lines (26 loc) · 2.03 KB

Monitor Suibase Repository and Rebuild Docker Image Actively Maintained Discord DockerHub

🐳 Suibase Docker

Containerized environment for developing and testing Sui blockchain applications.

It provides a local Sui network and local explorer to develop and test your Sui blockchain apps.

🤔 Motivation

Developing and testing Sui blockchain applications can be complex, requiring a local network setup, explorer, and various tools. Suibase Docker simplifies this process by providing a containerized environment that's easy to set up and use. It allows developers to focus on building their applications rather than managing infrastructure, making Sui development more accessible and efficient.

🚰 Faucet

Assuming that you've create a suibase container named suibase, you can use the faucet to get some testnet Sui coins.

docker exec -ti suibase localnet faucet <address>

Suibase

🔗 Suibase's Repo

Streamlines development and testing of your Sui network apps.

Suibase features:

Easy start/stop/status of localnet and faucet services.

Very fast installation and upgrade of Sui clients (no compilation needed1).

Built-in localnet sui explorer.

RPC failover and load-balancing among free public RPC servers.

Rust and Python Helper for test automation.

All features work out-of-the-box, and can progressively be integrated and customized in your workflow.

Can safely co-exist with other official Sui installations.