airgap-it / airgap-coin-lib

A library that offers a unified API to prepare, sign and broadcast multiple cryptocurrencies.
https://airgap-it.github.io/airgap-coin-lib/
MIT License
143 stars 38 forks source link

Tao (Bittensor) Support #40

Open camfairchild opened 2 years ago

camfairchild commented 2 years ago

Hi, I would like to add support for a token of the bittensor project based on substrate. I noticed you already have substrate integration so I anticipate it will be manageable to implement.

AFAIK there is a devteam-hosted block explorer (and RPC node) which is based on polkadotjs as well as a dockerized RPC node available.

I hope to start working on this soon. Thanks.

AndreasGassmann commented 2 years ago

Hi, thanks for reaching out and sorry for the delay.

Could you give us some more details about bittensor and the potential implementation? I'm personally not that familiar with our substrate protocol, that has mostly been worked on by someone else in the team. Is bittensor a token, similar to an ERC-20 token on Ethereum? Or is / will it be a parachain like Moonbeam, which will likely require a lot of additional code in our apps? It would help if you could tell us what features would have to be added to our apps (eg. address generation? transfers? delegation?)