noras/suibase

By noras

Updated about 20 hours ago

Open source development tools of Sui blockchain for Sui developers

Image
Databases & Storage
Languages & Frameworks
Developer Tools

244

monitor-suibaseActively MaintainedDiscordGithub

🐳 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

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.

Docker Pull Command

docker pull noras/suibase