6 releases
0.2.3 | Jun 12, 2022 |
---|---|
0.2.2 | May 10, 2022 |
0.2.0 | Apr 19, 2022 |
0.1.0 | Apr 18, 2022 |
0.0.4 | Apr 15, 2022 |
#18 in #event-queue
25 downloads per month
52KB
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
~5–14MB
~149K SLoC