You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
49
63
## Start the stack
50
64
51
65
Now you should be able to start your stack by running:
@@ -84,3 +98,7 @@ The response will look like
84
98
```
85
99
86
100
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