https://github.com/nervosnetwork/fiber-scripts
https://github.com/nervosnetwork/fiber-scripts
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nervosnetwork/fiber-scripts
- Owner: nervosnetwork
- Created: 2024-03-21T08:44:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T03:50:26.000Z (over 1 year ago)
- Last Synced: 2025-04-09T04:28:03.293Z (over 1 year ago)
- Language: Rust
- Size: 1.17 MB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fiber Network Scripts
This repository contains the scripts for the Fiber Network.
- [funding-lock](contracts/funding-lock/README.md)
- [commitment-lock](contracts/commitment-lock/README.md)
## How to build and test
```
make build
make test
```
## Testnet deployment information
We have deployed the scripts on the testnet, you can find the latest deployment information in the [deployment](deployment/testnet/migrations/2025-02-28-111246.json) directory.
*This workspace was bootstrapped with [ckb-script-templates].*
[ckb-script-templates]: https://github.com/cryptape/ckb-script-templates