You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
initDeployToken: Only tokens that have been deployed on Near can be deployed on other chains. And other chain tokens can be deployed on Near. So to be able to deploy Ethereum Erc20 token on Solana, it should be deployed on Near first
The text was updated successfully, but these errors were encountered:
We need to implement essential bridge SDK in Typescript; the library should include basic functions to be able to create and track transfers.
This is just a nominal description of the, it is subject to change during the development if needed.
Notes:
The first user of the API will be the bridge web app https://github.com/aurora-is-near/rainbow-bridge-next/pull/241
There is a Rust SDK that is used by the Omni Relayer https://github.com/Near-One/bridge-sdk-rs
The previous rainbow bridge implementation is here https://github.com/aurora-is-near/rainbow-bridge-client, but we want to deprecate it.
Finalisation of the transfers is out of the scope of this issue.
The
findOmniTransfers
,getFee
, andgetStatus
are relays on our bridge API provider https://github.com/Near-One/bridge-indexer-rs/tree/master/omni-indexer-endpoint. The endpoint URL for testnet ishttps://testnet.api.bridge.nearone.org
initDeployToken
: Only tokens that have been deployed on Near can be deployed on other chains. And other chain tokens can be deployed on Near. So to be able to deploy Ethereum Erc20 token on Solana, it should be deployed on Near firstThe text was updated successfully, but these errors were encountered: