rainbow-bridge-client
rainbow-bridge-client copied to clipboard
Monorepo containing Aurora-maintained libraries for using the Rainbow Bridge
In order to check if a proof was already used we need to check [in a dictionary inside an ethereum contract](https://github.com/aurora-is-near/rainbow-token-connector/blob/master/erc20-connector/contracts/Locker.sol#L19) if the proof exists already. Implement this as a...
* typo: transfering -> transferring * outdated error: referencing "Lock" step instead of "Transfer" step The outdated error message made me realize that the error messages were not included in...
Moving the discussion here from https://github.com/near/rainbow-bridge-client/pull/4#pullrequestreview-604714953 and https://github.com/near/rainbow-bridge-client/pull/4#issuecomment-791079039 Dapps may want to connect to different bridges simultaneously and record bridge transfers of different bridges on the same URL. The current...
Based on this info, the indication of the waiting period for the withdrawal transfer may be enhanced. Blocked by the implementation of https://github.com/near/rainbow-bridge/issues/522