Skip to content
Open
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
6 changes: 3 additions & 3 deletions documentation/site/pages/developers/steel/quick-start.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Getting Started with Steel

The recommended place is to start is [Steel examples](https://github.com/risc0/risc0-ethereum/tree/main/examples), specifically the [ERC20 Counter](https://github.com/risc0/risc0-ethereum/tree/main/examples/erc20-counter) example.
The recommended place is to start is [Steel examples](https://github.com/boundless-xyz/steel/tree/main/examples), specifically the [ERC20 Counter](https://github.com/boundless-xyz/steel/tree/main/examples/erc20-counter) example.

The [create-steel-app](https://github.com/risc0/risc0-ethereum/tree/main/crates/steel/docs/create-steel-app) script will allow you to set up the erc20-counter example locally in one command:
The [create-steel-app](https://github.com/boundless-xyz/steel/tree/main/crates/steel/docs/create-steel-app) script will allow you to set up the erc20-counter example locally in one command:

```bash
sh <(curl -fsSL https://getsteel.xyz)
```

This example acts as your skeleton project structure for further development. Once the script is finished, you can run through a test workflow with either local proving or Bonsai proving.

Further Steel documentation will guide you through the [ERC20-counter example](https://github.com/risc0/risc0-ethereum/tree/main/examples/erc20-counter) as a guide to explain Steel in detail.
Further Steel documentation will guide you through the [ERC20-counter example](https://github.com/boundless-xyz/steel/tree/main/examples/erc20-counter) as a guide to explain Steel in detail.