Reference Links
This page is a practical link index. It is not a source of truth by itself.
Prefer official documentation and contract source for transaction behaviour. Treat unofficial pages and tools as working notes that still need verification.
Official EVE Frontier
Section titled “Official EVE Frontier”| Link | Use |
|---|---|
| Builder Documentation | Official concept, builder and tool documentation. |
| World Resources | Current World API and package resource links. |
| World Contracts | Contract source, module names and event shapes. |
| Builder Scaffold | Local examples, scripts and extension starting point. |
| EVE Vault Releases | Wallet extension and app releases. |
| dApp Kit | Wallet-facing dApp hooks and GraphQL helpers. |
World API
Section titled “World API”| Environment | Link |
|---|---|
| Stillness | World API Stillness |
| Utopia | World API Utopia |
Current Black Relay defaults are Stillness and the current cycle. Do not assume older cycle data can be resolved from the current World API.
| Link | Use |
|---|---|
| Sui Documentation | Sui object model, Move, CLI, SDKs and network behaviour. |
| Sui GraphQL | Direct object and event queries. |
| Sui TypeScript SDK | Transaction building and client-side reads. |
| Move Book | Move language fundamentals. |
Sui Public Endpoints
Section titled “Sui Public Endpoints”| Network | RPC | GraphQL | Explorer |
|---|---|---|---|
| Mainnet | https://fullnode.mainnet.sui.io:443 |
https://graphql.mainnet.sui.io/graphql |
Suiscan Mainnet |
| Testnet | https://fullnode.testnet.sui.io:443 |
https://graphql.testnet.sui.io/graphql |
Suiscan Testnet |
| Devnet | https://fullnode.devnet.sui.io:443 |
Check current Sui docs before use. | Suiscan Devnet |
| Localnet | http://localhost:9000 |
http://localhost:9125 |
Suiscan Custom Localnet |
Verify endpoints before building automation around them. Public endpoints can change behaviour, retention and rate limits.
Black Relay
Section titled “Black Relay”Black Relay belongs after the official and direct sources in the stack:
| Link | Use |
|---|---|
| Public API | Source-aware public read layer. |
| Registry Releases | Static-client and Registry import/export tooling. |
| Registry Repository | Canonical data pipeline source. |
Use Black Relay when you need a public read model not when you need to sign, mutate, deploy or prove final live object state.