Update README.md

This commit is contained in:
contractless 2026-07-12 21:08:55 +00:00
parent adb32e73db
commit e21fb80596
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ Use the release package that matches your operating system and follow the matchi
| [Blocks and Transactions](src/branch/main/docs/BLOCKS_AND_TRANSACTIONS.md) | Look up blocks and transactions, create remaining transaction types, and broadcast signed transactions. | | [Blocks and Transactions](src/branch/main/docs/BLOCKS_AND_TRANSACTIONS.md) | Look up blocks and transactions, create remaining transaction types, and broadcast signed transactions. |
| [Mempool](src/branch/main/docs/MEMPOOL.md) | Inspect pending transactions and mempool state. | | [Mempool](src/branch/main/docs/MEMPOOL.md) | Inspect pending transactions and mempool state. |
| [Data Storage](src/branch/main/docs/DATA_STORAGE.md) | Create storage keys, write app data, and use paid storage lookups. | | [Data Storage](src/branch/main/docs/DATA_STORAGE.md) | Create storage keys, write app data, and use paid storage lookups. |
| [Other Tools and Transactions](src/branch/main/docs/OTHER_TOOLS_AND_TRANSACTIONS.md) | Additional CLI tools, transaction types, and maintenance commands. | | [Other Tools](src/branch/main/docs/OTHER_TOOLS.md) | Additional CLI tools and maintenance commands. |
| [Fees](src/branch/main/docs/FEES.md) | Base fees for every native transaction type. | | [Fees](src/branch/main/docs/FEES.md) | Base fees for every native transaction type. |
| [Developers](src/branch/main/docs/DEV.md) | Architecture notes, library structure, RPC behavior, and contribution guidance. | | [Developers](src/branch/main/docs/DEV.md) | Architecture notes, library structure, RPC behavior, and contribution guidance. |
@ -72,4 +72,4 @@ Use the release package that matches your operating system and follow the matchi
Contractless is still under active testnet development. Interfaces, transaction tools, docs, and node behavior may continue to change while the chain is tested. Contractless is still under active testnet development. Interfaces, transaction tools, docs, and node behavior may continue to change while the chain is tested.
If you are interested in running a testnet node, start with the installation guide for your operating system, then review the configuration and wallet tools documentation. If you are interested in running a testnet node, start with the installation guide for your operating system, then review the configuration and wallet tools documentation.