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
@@ -88,7 +86,6 @@ There are over [over 15 different SDKs](https://blockfrost.dev/docs/sdks) availa
88
86
</TabItem>
89
87
</Tabs>
90
88
91
-
92
89
When executed correctly, you will receive a response in JSON format, resembling the following:
93
90
94
91
```json
@@ -100,27 +97,3 @@ When executed correctly, you will receive a response in JSON format, resembling
100
97
```
101
98
102
99
To learn more how to use IPFS with Blockfrost, have a look at the [official Blockfrost documentation](https://blockfrost.dev/docs/start-building/ipfs/)
103
-
104
-
## Milkomeda
105
-
106
-
Milkomeda is a protocol that brings EVM capabilities to non-EVM blockchains. As development progresses, Milkomeda will expand to offer L2 solutions (rollups) for several major blockchains including Cardano, Solana, and Algorand.
When executed correctly, you will receive a response in JSON format, resembling the following:
117
-
118
-
```json
119
-
{
120
-
"jsonrpc": "2.0",
121
-
"id": 1,
122
-
"result": "0xa06919"
123
-
}
124
-
```
125
-
126
-
To learn more about how to use different JSON-RPC API calls or to setup the Metamask wallet, have a look at the [official Blockfrost documentation](https://blockfrost.dev/docs/start-building/milkomeda).
0 commit comments