Skip to content

Commit

Permalink
Update ROADMAP.md (MystenLabs#4054)
Browse files Browse the repository at this point in the history
* Update ROADMAP.md

* Update ROADMAP.md

fixing numbered list

Co-authored-by: Randall DuBois <[email protected]>
  • Loading branch information
Clay-Mysten and randall-Mysten authored Aug 17, 2022
1 parent 01d0950 commit 6c296f7
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,43 @@
# Roadmap

Currently, builders can:
This document summarizes current state for the Sui blockchain and hints at impending changes. For the latest updates, see:
https://docs.sui.io/devnet/learn#see-whats-new

Currently, Sui builders can:
* Connect to Sui Devnet
* Write and test Move smart contracts
* Spin up a local Sui network
* Publish and run Move smart contracts on a local network
* Publish and run Move smart contracts
* Program with Sui objects
* Run a Sui Fullnode
* Use Sui Explorer to see transactions

See instructions for all of the above at:
https://docs.sui.io

In the coming months, we will release:
1. A public devnet that allows Sui devs to do all of the above on a shared network powered by Mysten-operated authorities
2. A public testnet that onboards a diverse set of non-Mysten authorities to the network
3. A public mainnet with real assets and production applications!
1. A public testnet that onboards a diverse set of non-Mysten authorities to the network
1. A public mainnet with real assets and production applications!

A more fine-grained description of the upcoming features and improvements to the Sui codebase follows.

## Ongoing work and upcoming features

### Internal devnet
* Constantly running Sui network
### Internal Devnet
* Productionizing network stack
* Benchmarking throughput and latency in various configurations

### Protocol stabilization

* Implementing reconfiguration and staking
* Ledger and state checkpoints
* Aligning Gateway Service Rust/REST/wallet APIs
* Finalizing REST data model (aka SuiJSON)
* Finalizing core data types
* Authority "Follower" APIs to support replicas
* Integration of shared objects and consensus
* Selecting principled gas costs
* Event indexing hints

### SDK and ecosystem
* Block explorer
* Key management and wallet prototypes
* Support package publishing via REST API
* More informative error messages
* More convenient APIs that hide gas object selection and nested object authentication

Expand Down

0 comments on commit 6c296f7

Please sign in to comment.