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:
0 commit comments