v1.0.0-pre.1
Pre-release
Pre-release
Supporting features
The first pre-release version of NEAR IBC includes the implementation of almost all interfaces defined in IBC/TAO. It's a wrapper contract of ibc-rs for enabling IBC protocol on NEAR protocol.
This pre-release version also includes an implementation of ICS-20, for supporting fungible tokens transfers between NEAR protocol and other IBC compatible blockchains.
Currently supported features of this version are:
- Create/update client on NEAR protocol.
- Create connection on NEAR protocol.
- Create channel on NEAR protocol.
- Accept receiving fungible tokens from other IBC compatible blockchains to NEAR protocol.
- Redeem fungible tokens which are transferred from other chains back to the source chain.
- Start sending fungible tokens native in NEAR protocol to other IBC compatible blockchains.
- Accept receiving fungible tokens which are transferred from NEAR protocol back to NEAR protocol.
- Necessary view functions for IBC relayer (like hermes) to relay messages between NEAR protocol and other IBC compatible blockchains.