This is an open-source software platform for embedded devices on the Cardano blockchain. It can be used for hardware wallets and other devices that can be built using its primitives.
- Design doc
- Core library
- Example project that uses core library and
cardano-cli
to enable Cardano network interactions on nRF52 Series chip. Check out live demo in the "links" section. - Modification of example project that streams transaction body for signing. Check out live demo in the "links" section.
- Development environments
The Embedano core library cardano-embedded-sdk partially uses code from the open-source libraries cardano-serialization-lib and rust-ed25519-bip32. Both libraries were instrumental in saving a lot of effort. Thank you!