Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions sui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
namespace-identifier: sui
title: Sui Network
author: zoz (@0xzoz)
discussions-to:
status: Draft
type: Informational
created: 2022-12-06
updated: 2022-12-06
---

# Namespace for Sui

## Introduction

This document describes the syntax and structure of the namespace for Sui..

## Syntax

The namespace "sui" refers to the Sui Network.

## References

[Sui Framework](https://docs.sui.io/reference/framework)
[Sui RPC Reference](https://docs.sui.io/sui-jsonrpc): Important context on communicating with Sui nodes over RPC.

## Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
70 changes: 70 additions & 0 deletions sui/caip2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
caip: <to be assigned>
title: Blockchain Reference for the Sui namespace
author: zoz (@0xzoz)
discussions-to: https://github.com/MystenLabs/sui/issues/6624
status: Draft
type: Standard
created: 2022-12-06
updated: 2021-12-06
requires: 2
---

## Simple Summary

This document is about the details of the Sui namespace and reference for
CAIP-2.

## Abstract

In CAIP-2 a general blockchain identification scheme is defined. This is the
implementation of CAIP-2 for `sui` (sui network).

## Motivation

See CAIP-2.

### Sui Namespace

The namespace `sui` refers to the Sui network.

#### Reference Definition

The reference relies on Sui's current network topology addresses being a single production network (mainnet), two persistent testing networks (testnet and devnet) and one refers to local development work (local).
> Sui is in the stages of launching and this is to preempt mainnet when it lauches
Reference should only be populated with `mainnet`, `testnet`, `devnet` and `local` symbols.

### Resolution Method

TBD

## Rationale

TBD

## Backwards Compatibility

Not applicable

## Test Cases

This is a list of manually composed examples

```
# Sui mainnet
sui:mainnet
# Sui testnet
sui:testnet
# sui devnet
sui:devnet
```

## Links

- [CAIP-2](./caip-2.md) Blockchain ID Specification
- [Sui Developer Documentation](https://docs.sui.io/)

## Copyright

Copyright and related rights waived
via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).