1 comment

[ 1.6 ms ] story [ 11.7 ms ] thread
I started this library as a wrapper/consistent interface across the many libraries that let you interact with an individual blockchain.

The end goal is that you should be able to send a transfer on any blockchain as easily as you send a http post to any web server.

Currently it supports Solana, Cosmos. I have code for Aptos, Bitcoin, Ethereum that I'm adding (time permitting).

To try it out I've added a small example that just does a transfer, I hope it's simple enough to get started. Feedback welcome on every aspect: interface, code quality, clarity of the example, etc. Thanks!