micro-bitcoin / uBitcoin

Bitcoin library for microcontrollers. Supports Arduino, mbed, bare metal.
https://micro-bitcoin.github.io/
MIT License
166 stars 34 forks source link

The library isn't listed on the PlatformIO #8

Closed phplego closed 3 years ago

phplego commented 3 years ago

Thank you for great job and this polished lib! It would be nice if we could download this lib as dependency in PlatformIO project. Thanks

stepansnigirev commented 3 years ago

Good idea :) I'll try to find out how to get listed in PlatformIO and arduino libraries list.

phplego commented 3 years ago

As I understand author have to install PlatformIO to be able to run pio command. Then add library.json file to the root of the project directory (at the same level as the src dir).

And then execute publish command:

pio package publish [<source directory, tar.gz or zip>]

https://docs.platformio.org/en/latest/librarymanager/creating.html#publishing

stepansnigirev commented 3 years ago

https://platformio.org/lib/show/11650/uBitcoin