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

docs: update demo gif with new design #101

Merged
merged 3 commits into from
Feb 26, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ You can think of the [Rainbow Bridge] as having three main pieces:

An app such as this one can then make calls to these various contracts to move assets between Ethereum and NEAR.

Right now, this app only moves a specific [ERC20] fungible token from Ethereum to NEAR by making calls to a `TokenLocker` / `MintableFungibleToken` Connector contract pair. Here's how it looks (click the GIF for a YouTube video with closed captions that describe what's happening):
Right now, this app only moves a specific [ERC20] fungible token from Ethereum to NEAR by making calls to a `TokenLocker` / `MintableFungibleToken` Connector contract pair. Here's how it looks:

[![UI showing sending 10 RAIN tokens from Ethereum to NEAR. Two confirmations from MetaMask pop up at the beginning of the transaction, then a notification area shows waiting for 25 blocks to sync, then the tokens are deposited on the NEAR side and the NEAR balance increases by 10](demo.gif)](https://youtu.be/GCHAib4CUrI)
![UI showing sending 10 RAIN tokens from Ethereum to NEAR. Two confirmations from MetaMask pop up at the beginning of the transaction, then a notification area shows waiting for 25 blocks to sync, then the tokens are deposited on the NEAR side and the NEAR balance increases by 10](demo.gif)

Above, we see someone sending tokens from their Ethereum wallet to their NEAR account. Here are the steps the app goes through:

Expand Down Expand Up @@ -120,7 +120,7 @@ To get started:
Gotcha: commit messages
-----------------------

`create-near-app` uses semantic versioning and auto-generates nice release notes & a changelog all based off of the commits. We do this by enforcing [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). In general the pattern looks like:
`rainbow-bridge-frontend` uses semantic versioning and auto-generates nice release notes & a changelog all based off of the commits. We do this by enforcing [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). In general the pattern looks like:

type(scope?): subject #scope is optional; multiple scopes are supported (current delimiter options: "/", "\" and ",")

Expand Down
Binary file modified demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.