Wallet X  |  MPC demo
by Ronin
Welcome to MPC Alpha Sample App.
With this alpha sample app, you can explore the various features of basic MPC wallet and get a feel for how it can benefit your own project.
Get started
Access blockchain world by your social identity
Pick your wallet
eth_accounts
Get the address from your current wallet.
Result
--
eth_getBalance
Returns the RON balance of the account of given address.
Result
-- wei
-- RON
personal_sign
Presents a plain text signature challenge to the user and returns the signed response.
Result
--
eth_signTypedData_v4
Presents a data message for the user to sign in a structured and readable format and returns the signed response.
Result
--
transfer native token | eth_sendTransaction
Transfer RON to another address.
Result
--
transfer erc20 | eth_sendTransaction
Transfer your AXS to another wallet.
Result
--
approve erc20 | eth_sendTransaction
Approve for other contracts to use your AXS
Result
--
swap on katana | eth_sendTransaction
Swap AXS to RON or vice versa
Result
--