Skip to content

Commit 43aeba1

Browse files
eric-stacksgitbook-bot
authored andcommitted
GITBOOK-56: add new update
1 parent fb90c74 commit 43aeba1

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

docs/build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ We all have different styles of learning. If you've already got a good concept o
5050
| Launching a token | [Create Tokens](get-started/create-a-token/) |
5151
| Interested in security / auditing / grants | [Stacks Bug Bounties](https://immunefi.com/bug-bounty/stacks/information/), [Stacks Foundation](https://stacks.org/grants) |
5252
| Curious about current use cases | [Use Cases](get-started/use-cases/) |
53-
| Searching for a complete list of devtools | [Stacks Devtools Ecosystem](stacks-devtools-ecosystem.md) |
53+
| Searching for a complete list of devtools | [Stacks Devtools Ecosystem](stacks-devtools-catalog.md) |
5454

5555
***
5656

docs/build/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@
9999

100100
***
101101

102-
* [Stacks Devtools Ecosystem](stacks-devtools-ecosystem.md)
102+
* [Stacks Devtools Catalog](stacks-devtools-catalog.md)

docs/build/stacks-connect/broadcast-transactions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ There are three common transaction flows you can build:
5454

5555
{% stepper %}
5656
{% step %}
57-
#### STX transfer
57+
**STX transfer**
5858

5959
Use `stx_transferStx` to send tokens:
6060

@@ -74,7 +74,7 @@ async function transferStx() {
7474
{% endstep %}
7575

7676
{% step %}
77-
#### Contract deployment
77+
**Contract deployment**
7878

7979
Deploy a contract with `stx_deployContract`:
8080

@@ -86,7 +86,7 @@ async function deployContract() {
8686

8787
const response = await request('stx_deployContract', {
8888
name: 'my-contract',
89-
code: codeBody,
89+
clarityCode: codeBody,
9090
clarityVersion: 3,
9191
});
9292

@@ -100,7 +100,7 @@ Contracts deploy to the Stacks address of the connected wallet.
100100
{% endstep %}
101101

102102
{% step %}
103-
#### Contract execution
103+
**Contract execution**
104104

105105
Call contract functions with `stx_callContract`:
106106

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
description: A Devtools Catalog for Building with Stacks
33
---
44

5-
# Stacks Devtools Ecosystem
5+
# Stacks Devtools Catalog
66

77
<div data-with-frame="true"><figure><img src=".gitbook/assets/devtools-ecosystem.png" alt=""><figcaption></figcaption></figure></div>
88

99
Discover the full range of developer tools available for building on Stacks.&#x20;
1010

1111
This page aggregates all open-sourced developer & experimental tools for building on Stacks. **Tools vary in scope, maturity, and maintenance status.** Whether you’re developing smart contracts, integrating wallets, querying blockchain data, or experimenting with new ideas, this page helps you find the resources to accelerate your projects and navigate the Stacks devtooling ecosystem.
1212

13-
{% hint style="info" %}
13+
{% hint style="success" %}
1414
Official Stacks devtools are built and maintained by either **Stacks Labs** or **Hiro**.
1515
{% endhint %}
1616

docs/build/whats-new/latest-updates.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ description: Check out the latest Stacks developer updates
44

55
# Latest Updates
66

7+
### Multiple network URLs supported in RPC-API playground
8+
9+
_December 29, 2025_
10+
11+
The API playground in the [RPC-API reference](https://app.gitbook.com/s/GVj1Z9vMuEOMe7oH7Wnq/node-operations/rpc-api) now supports testnet and mainnet. Use the interactive API playground to test API calls on mainnet, testnet, devnet, or for your own locally running Stacks node.
12+
13+
***
14+
715
### Stacks Blockchain API v8.13.6 is live
816

917
_December 22, 2025_

0 commit comments

Comments
 (0)