Questions tagged [aurora-evm]

7 questions
3
votes
1 answer

How does the UX differ between Aurora dapps and NEAR dapps?

I wanted to understand the difference in UX if the Dapp is deployed using Aurora (EVM) or using Rust? Do the user wallet transactions work the same way? Or the users have to interact with Aurora apps differently than the other apps on Near built…
Arto Bendiken
  • 2,567
  • 1
  • 24
  • 28
1
vote
2 answers

How to run a local aurora node?

I want to sync data from local node. local node need to support eth_rpc as "https://mainnet.aurora.dev" did.
sunny
  • 21
  • 3
1
vote
1 answer

Is it possible to communicate with Rainbow bridge via API from a smart contract from NEAR?

Is it possible to communicate with Rainbow bridge via API from a smart contract from NEAR? Let's say I want to take NEAR, send it to a smart contract in NEAR blockchain. Then I want this smart contract to automatically send it through the bridge to…
Yaroslav
  • 11
  • 1
1
vote
1 answer

Can a smart contract on NEAR control a contract on Aurora?

Can a smart contract on NEAR control a contract on Aurora? If this happens, how does the user pay ETH gas fees when executing the transaction from the NEAR network?
Bulldog
  • 11
  • 2
0
votes
1 answer

Does Aurora have any EVM, MetaMask and WEB3 support on NEAR protocol?

Do you have any EVM, MetaMask and WEB3 support on NEAR protocol?
Bulldog
  • 11
  • 2
-1
votes
1 answer

How are fees denominated on Aurora network?

Are fees denominated in NEAR or is there an ETH token equivalent for fees that RPC operators would then collect in return for sending the wrapped transaction (thereby spending NEAR)?
-3
votes
1 answer

How to add rainbow-bridge to my own React app?

I want to add rainbow bridge on my React JS app to allow my user to exchange tokens between NEAR-Aurora-ETH, I found that there is a NPM package @near-eth/client, but I can't understand the docs and I am unable to add rainbow bridge on my web…