Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Releases: aurora-is-near/rainbow-bridge-frontend

v1.5.0

17 Dec 19:19
Compare
Choose a tag to compare

1.5.0 (2020-12-17)

Features

  • almost send a Bridged NEP21 back to Ethereum (2f27b96)

v1.4.1

01 Nov 20:13
Compare
Choose a tag to compare

1.4.1 (2020-11-01)

Bug Fixes

  • undefined 'get_balance' (6aee36d)

v1.4.0

01 Nov 19:56
Compare
Choose a tag to compare

1.4.0 (2020-11-01)

Features

  • add UI for selecting a featured ERC20 (fd2f38f)

v1.3.1

30 Oct 23:43
Compare
Choose a tag to compare

1.3.1 (2020-10-30)

Bug Fixes

  • add more functions to window (9f9c7be)
  • mv NEP21 Contract init to call site (43ac0b4)

v1.3.0

29 Oct 18:34
Compare
Choose a tag to compare

1.3.0 (2020-10-29)

Features

v1.2.0

16 Oct 01:55
Compare
Choose a tag to compare

1.2.0 (2020-10-16)

Features

  • simplify borsh handling (61d3c61)

v1.1.0

08 Oct 02:01
Compare
Choose a tag to compare

1.1.0 (2020-10-08)

Features

  • rm mint_with_json, use borsh serialization (7b311f6)

1.0.0 Minimum Viable Testnet

18 Sep 00:30
Compare
Choose a tag to compare

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.