This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
Releases: aurora-is-near/rainbow-bridge-frontend
Releases Β· aurora-is-near/rainbow-bridge-frontend
v1.5.0
v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.0
v1.1.0
1.0.0 Minimum Viable Testnet
It works!
This version of the app can successfully send Abundance Tokens (ABND) (a test token you can mint to yourself) from Rinkeby to NEAR Testnet
With legible, framework-free (aka "vanilla JS") code, you can feel confident using this as a starting point for your own "Dapps on the bridge"
What's missing?
- You cannot send the wrapped Abundance Tokens (
nABND
) back to Ethereum - You cannot send a different ERC20 without deploying your own "Connector" contracts. Soon there will be a generic connector that will allow sending any ERC20 across the bridge. It will also let you send native NEAR fungible tokens (the NEP21 standard) to Ethereum and back again.
- The code in
transfers.js
needs to be extracted to a library
In addition, some details about how the Rainbow Bridge currently works are under active development. This app will be updated to reflect these changes, with semantic versioning used to indicate the severity of the change.