Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-monad/ckbfs
CKBFS, a CKB Witnesses based file storage protocol
https://github.com/code-monad/ckbfs
ckb ckb-vm contract crypto filesystem protocol rust
Last synced: 2 months ago
JSON representation
CKBFS, a CKB Witnesses based file storage protocol
- Host: GitHub
- URL: https://github.com/code-monad/ckbfs
- Owner: code-monad
- License: mit
- Created: 2024-09-02T22:39:21.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T18:46:47.000Z (3 months ago)
- Last Synced: 2024-10-27T22:39:31.082Z (3 months ago)
- Topics: ckb, ckb-vm, contract, crypto, filesystem, protocol, rust
- Language: Rust
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CKBFS - A CKB Witnesses File Storage Contract
## Protocol Standard
Check [RFC.md](RFC.md) for detailed standard.## Deployments
You can apply these contracts by either code hash(`data1`), or by type id (`type`)
### Mainnet
NOW WE ARE ONLINE!
#### Version 20241025.db973a8e8032
| CONTRACT NAME | CODE HASH | TYPE ID | DEPLOY TX |
|---------------|----------------------------------------------------------------------|----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ckbfs | `0x31e6376287d223b8c0410d562fb422f04d1d617b2947596a14c3d2efb7218d3a` | `0xfd2058c9a0c0183354cf637e25d2707ffa9bb6fa2ba9b29f4ebc6be3e54ad7eb` | [0xc9b6698f44c3b80e7e1c48823b2714e432b93f0206ffaf9df885d23267ed2ebc](https://pudge.explorer.nervos.org/transaction/0xc9b6698f44c3b80e7e1c48823b2714e432b93f0206ffaf9df885d23267ed2ebc) |
| ckb-adler32 | `0x2138683f76944437c0c643664120d620bdb5858dd6c9d1d156805e279c2c536f` | `0x641c01d590833a3f5471bd441651d9f2a8a200141949cdfeef2d68d8094c5876` | [0xc9b6698f44c3b80e7e1c48823b2714e432b93f0206ffaf9df885d23267ed2ebc](https://pudge.explorer.nervos.org/transaction/0xc9b6698f44c3b80e7e1c48823b2714e432b93f0206ffaf9df885d23267ed2ebc) |
| dep_group | - | - | [0xfab07962ed7178ed88d450774e2a6ecd50bae856bdb9b692980be8c5147d1bfa](https://pudge.explorer.nervos.org/transaction/0xfab07962ed7178ed88d450774e2a6ecd50bae856bdb9b692980be8c5147d1bfa) |### Testnet
#### Version 20240906.ce6724722cf6
| CONTRACT NAME | CODE HASH | TYPE ID | DEPLOY TX |
|---------------|----------------------------------------------------------------------|----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ckbfs | `0xe8905ad29a02cf8befa9c258f4f941773839a618d75a64afc22059de9413f712` | `0x88ef4d436af35684a27edda0d44dd8771318330285f90f02d13606e095aea86f` | [0xde8eb09151fbcdcba398423159ce348cc89a38a736de3fd0960b18b084465382](https://pudge.explorer.nervos.org/transaction/0xde8eb09151fbcdcba398423159ce348cc89a38a736de3fd0960b18b084465382) |
| ckb-adler32 | `0x8af42cd329cf1bcffb4c73b48252e99cb32346fdbc1cdaa5ae1d000232d47e84` | `0xccf29a0d8e860044a3d2f6a6e709f6572f77e4fe245fadd212fc342337048d60` | [0x042f264d7397a181437b51ff9981cf536f252ab5740b61ce52ce31ada04ed54b](https://pudge.explorer.nervos.org/transaction/0x042f264d7397a181437b51ff9981cf536f252ab5740b61ce52ce31ada04ed54b) |
| dep_group | - | - | [0xc8fd44aba36f0c4b37536b6c7ea3b88df65fa97e02f77cd33b9bf20bf241a09b](https://pudge.explorer.nervos.org/transaction/0xc8fd44aba36f0c4b37536b6c7ea3b88df65fa97e02f77cd33b9bf20bf241a09b) |#### Version 20241025.db973a8e8032
| CONTRACT NAME | CODE HASH | TYPE ID | DEPLOY TX |
|---------------|----------------------------------------------------------------------|----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ckbfs | `0x31e6376287d223b8c0410d562fb422f04d1d617b2947596a14c3d2efb7218d3a` | `0x7c6dcab8268201f064dc8676b5eafa60ca2569e5c6209dcbab0eb64a9cb3aaa3` | [0x2c8c9ad3134743368b5a79977648f96c5bd0aba187021a72fb624301064d3616](https://pudge.explorer.nervos.org/transaction/0x2c8c9ad3134743368b5a79977648f96c5bd0aba187021a72fb624301064d3616) |
| ckb-adler32 | `0x2138683f76944437c0c643664120d620bdb5858dd6c9d1d156805e279c2c536f` | `0x5f73f128be76e397f5a3b56c94ca16883a8ee91b498bc0ee80473818318c05ac` | [0x2c8c9ad3134743368b5a79977648f96c5bd0aba187021a72fb624301064d3616](https://pudge.explorer.nervos.org/transaction/0x2c8c9ad3134743368b5a79977648f96c5bd0aba187021a72fb624301064d3616) |
| dep_group | - | - | [0x469af0d961dcaaedd872968a9388b546717a6ccfa47b3165b3f9c981e9d66aaa](https://pudge.explorer.nervos.org/transaction/0x469af0d961dcaaedd872968a9388b546717a6ccfa47b3165b3f9c981e9d66aaa) |## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Copyright
© 2024 Nervape Studio
© 2024 Code Monad