Milkomeda
Milkomeda is a groundbreaking new protocol that brings EVM capabilities to non-EVM blockchains.
Some Web3 tools require basic authentication to connect to the Milkomeda network. For these, use the following single-line network endpoints.
Mainnet:
https://milkmainnet:YOUR_PROJECT_ID@milkomeda-mainnet.blockfrost.io/api/v0/
Testnet:
https://milktestnet:YOUR_PROJECT_ID@milkomeda-testnet.blockfrost.io/api/v0/
MetaMask support for Milkomeda
To access the Milkomeda network, you need a light wallet, such as MetaMask. After creating your project, click on Setup MetaMask.
You will then be prompted to a add a new network.
Supported JSON-RPC API calls
Blockfrost supports the following Milkomeda API calls.
- net_version
- eth_chainId
- eth_blockNumber
- eth_call
- eth_estimateGas
- eth_getBalance
- eth_gasPrice
- eth_getBlockByHash
- eth_getBlockByNumber
- eth_getBlockTransactionCountByHash
- eth_getBlockTransactionCountByNumber
- eth_getCode
- eth_getTransactionByHash
- eth_getTransactionByBlockHashAndIndex
- eth_getTransactionByBlockNumberAndIndex
- eth_getTransactionCount
- eth_getTransactionReceipt
- eth_getWork
- eth_protocolVersion
- eth_sendRawTransaction
If you are missing a call that your project requires, reach out to our support.
Multicalls are not supported by Milkomeda integration at this moment.