Experimental Multichain API
This release adds an additional name export to the package MultichainSDK
that has a different API from the standard SDK. The idea is to provide a nice abstraction around subscribing to transaction events on multiple networks at a time. We will be evolving this API over time, so we may make breaking changes, with the hopes of having an official major release that will make this the default SDK at a future date.
Check out the docs in the README to see how to use it, and please give feedback on the repo!
Changelog:
4.3.0-0.1.0: [feature] - Multichain SDK #192