Skip to content

Commit

Permalink
Add mentioning sui explorer + other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Jul 27, 2024
1 parent 10ceea1 commit e767ff4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 102 deletions.
91 changes: 0 additions & 91 deletions .github/workflows/nightly-tests.yml

This file was deleted.

11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ Do '<workdir_name> update' when you instead want to update only a local Sui repo

Only notable changes are documented here. See github commits for all changes.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Suibase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unpublished]

### Added
- New built-in sui explorer (do "localnet status" to see URL). Code from https://github.com/kkomelin/sui-explorer
- New VSCode extension https://marketplace.visualstudio.com/items?itemName=suibase.suibase

### Fixed

- More robust handling of backend ( suibase-daemon )

### Changed
- For better stability, localnet uses Mysten Labs testnet branch (instead of devnet).

### Removed

Expand All @@ -28,7 +31,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- (#65) Fix support for 'sui client publish' and 'sui move' when path and/or install-dir are not specified.
- (#24) Fix help for faucet.
- Misc fix to support sui client >1.10.x for CLI new output format (tables).

### Changed

### Removed
Expand Down
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
[![Discord chat](https://img.shields.io/discord/1038616996062953554.svg?logo=discord&style=flat-square)](https://discord.gg/Erb6SwsVbH)

[![Active Development](https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
[![nightly tests](https://github.com/ChainMovers/suibase/actions/workflows/nightly-tests.yml/badge.svg)](https://github.com/ChainMovers/suibase/actions/workflows/nightly-tests.yml)

Suibase provides a development environment for the Sui network
[![release](https://github.com/ChainMovers/suibase/actions/workflows/main-nightly-tests.yml/badge.svg)](https://github.com/ChainMovers/suibase/actions/workflows/main-nightly-tests.yml)

[![nightly](https://github.com/ChainMovers/suibase/actions/workflows/dev-nightly-tests.yml/badge.svg)](https://github.com/ChainMovers/suibase/actions/workflows/dev-nightly-tests.yml)

Streamlines development and testing of your Sui network apps.

Suibase features:

It complements your existing sui installation with features such as:
- Easy start/stop/status of localnet and faucet services.

- Very fast installation and upgrade of Sui clients (no compilation needed[^1]).

- Built-in localnet sui explorer

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

- Rust and Python Helper for test automation.

All features are design to work out-of-the-box, and can be progressively introduced in your workflow and configured to your need.

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.

More info: [https://suibase.io](https://suibase.io/)

[^1]: Uses official published MystenLabs precompiled binaries. Not all platforms supported, in which case Suibase automatically revert to build from source.
[^1]: Uses official published Mysten Labs precompiled binaries. Not all platforms supported, in which case Suibase automatically revert to build from source.

0 comments on commit e767ff4

Please sign in to comment.