https://github.com/cryptape/kabletop-ckb-sdk
https://github.com/cryptape/kabletop-ckb-sdk
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptape/kabletop-ckb-sdk
- Owner: cryptape
- Created: 2021-05-27T07:30:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T02:25:52.000Z (over 4 years ago)
- Last Synced: 2025-03-24T20:44:19.790Z (about 1 year ago)
- Language: Rust
- Size: 459 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CKB-SDK provides the following operational interfaces:
> 1. Create CKB transactions to interact with Kabletop contracts.
> 2. Provide a build-in P2P module to enable easy implementation of a P2P client and server. (Albeit unstable at the moment and soon to be replaced with more stable P2P crates.)
> 3. Implement a simple wallet manager to manage plaintext keys, and will soon be upgraded to support generic key management tools like [WalletConnect](https://walletconnect.com/).
[kabletop-godot](https://github.com/ashuralyk/kabletop-godot) is written on `kabletop-ckb-sdk`, providing more productive interfaces to help developers write Kabletop games with ease using the Godot game engine.