Questions tagged [rainbow-bridge]

4 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
1 answer

How to deploy ERC-20 token on Aurora and bridge it to Ethereum Mainnet?

Can I deploy ERC-20 token on Aurora and bridge it to ETH Mainnet ERC-20 contract? We plan to launch our token as Aurora native ERC-20, but we’ll need to bridge it to Ethereum and NEAR Protocol. Would it be possible to include the token in the list…
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
-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…