Connect to MultiVAC via Web3
Web3, MTV
The MultiVAC mainnet supports EVM (Ethereum virtual machine), so you can use Ethereum's web3 tools to connect to MultiVAC.
Web3 API docs:
Connect to MultiVAC Mainnet:
Or you can use websocket:
Get the number of the recent block:
Get account balance:
Get a transaction:
Send a transaction:
MultiVAC supports most of the Web3 interfaces. If you just deploy contracts, process transaction information, and send transactions, MultiVAC's web3 interface and return value are no different from Ethereum's. However, in the return value of Block information, the definition of some fields may be significantly different from Ethereum. Please see this article for specific differences.
Last updated