Skip to content

Commit 8fc8dba

Browse files
committed
docs: mention Blockfrost RYO in docs
Signed-off-by: Simon Gellis <[email protected]>
1 parent 83e4cbe commit 8fc8dba

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc-site/docs/tutorials/chains/cardano.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@ ff init cardano dev \
4646
--blockfrost-key previewXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
4747
```
4848

49+
### Option 3: Use Blockfrost RYO
50+
51+
You can run a Blockfrost API provider for free on your own infrastructure. This is called Blockfrost Run-Your-Own or Blockfrost RYO. See [the service's GitHub page](https://github.com/blockfrost/blockfrost-backend-ryo) for more information on this.
52+
53+
The example below uses firefly-cli to
54+
- Create a new Cardano-based stack named `dev`
55+
- Connect to a Blockfrost RYO instance running at http://localhost:3000
56+
57+
```sh
58+
ff init cardano dev \
59+
--network preview \
60+
--blockfrost-base-url http://localhost:3000
61+
```
62+
4963
## Start the stack
5064

5165
Now you should be able to start your stack by running:

0 commit comments

Comments
 (0)