7 unstable releases
new 0.3.0 | Mar 23, 2025 |
---|---|
0.2.3 | Jun 12, 2022 |
0.2.2 | May 10, 2022 |
0.2.0 | Apr 19, 2022 |
0.0.4 | Apr 15, 2022 |
#2 in Magic Beans
53KB
1K
SLoC
Spinner
Rust library for building smart contracts on the Internet Computer. More specifically it is used by Spinner.Cash, a decentralized layer-2 protocol enabling private transactions for ICP and BTC.
- Stable storage.
- Append-only log using stable storage.
- Flat merkle tree.
- Event queue.
All source code is original and released under GPLv3. Please make sure you understand the requirement and risk before using them in your own projects.
lib.rs
:
Rust library for building smart contracts on the Internet Computer. More specifically it is used by Spinner.Cash, a decentralized layer-2 protocol enabling private transactions for ICP and BTC.
- Stable storage.
- Append-only log using stable storage.
- Flat merkle tree that is well suited for stable storage.
- Even queue.
All source code are original and released under GPLv3. Please make sure you understand the requirement and risk before using them in your own projects.
Dependencies
~2.5–10MB
~98K SLoC