Skip to content

Commit 91aaca6

Browse files
authored
Merge pull request #1691 from SundaeSwap-finance/firefly-cardano-prerelease
Firefly cardano prerelease
2 parents 83e4cbe + 4bac503 commit 91aaca6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 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:
@@ -84,3 +98,7 @@ The response will look like
8498
```
8599

86100
If you're developing against a testnet such as preview, you can receive funds from the [testnet faucet](https://docs.cardano.org/cardano-testnets/tools/faucet). Pass the `address` from that response to the faucet.
101+
102+
## Next steps: Develop a contract
103+
104+
Now that you have a stack running, you're ready to start developing contracts for it. See the [Cardano custom contract guide](../custom_contracts/cardano.md) for more information.

0 commit comments

Comments
 (0)