https://github.com/clovyr/ldk-examples
https://github.com/clovyr/ldk-examples
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clovyr/ldk-examples
- Owner: clovyr
- Created: 2023-05-07T03:24:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T18:05:46.000Z (over 2 years ago)
- Last Synced: 2025-03-27T07:22:08.094Z (10 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to the LDK developer environment!
Quick start:
```bash
cargo new myproject
cd myproject
cargo add ldk-node
cargo build
```