https://github.com/mlabs-haskell/embedano
https://github.com/mlabs-haskell/embedano
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlabs-haskell/embedano
- Owner: mlabs-haskell
- License: apache-2.0
- Created: 2022-10-31T10:49:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T11:02:03.000Z (almost 3 years ago)
- Last Synced: 2025-03-16T13:42:03.777Z (over 1 year ago)
- Language: Rust
- Size: 14.2 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Embedano
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.
[Catalyst Fund9 page](https://cardano.ideascale.com/c/idea/414017)
## Documentation
- [Design doc](docs/design-doc.md)
- [Core library](./docs/embedano-api-tour.md)
- [Example project that uses core library and `cardano-cli` to enable Cardano network interactions on nRF52 Series chip](./MILESTONE-3-EXAMPLE-APPLICATION.md). Check out live demo in the "links" section.
- [Modification of example project that streams transaction body for signing](./MILESTONE-4-TRANSACTION-STREAMING.md). Check out live demo in the "links" section.
- [Development environments](./docs/development.md)
## Acknowledgements
The Embedano core library [cardano-embedded-sdk](./cardano-embedded-sdk/) partially uses code from the open-source libraries [cardano-serialization-lib](https://github.com/Emurgo/cardano-serialization-lib) and [rust-ed25519-bip32](https://github.com/typed-io/rust-ed25519-bip32). Both libraries were instrumental in saving a lot of effort. Thank you!