https://github.com/cryptape/omnilock
https://github.com/cryptape/omnilock
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptape/omnilock
- Owner: cryptape
- Created: 2024-01-12T01:53:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T07:10:24.000Z (about 2 years ago)
- Last Synced: 2024-04-17T14:19:33.863Z (about 2 years ago)
- Language: C
- Size: 387 KB
- Stars: 1
- Watchers: 8
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Omnilock
## Document
See [RFC](https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0042-omnilock/0042-omnilock.md)
## Build
```
git submodule update --init
make all-via-docker
```
## Test
```
cd tests/omni_lock_rust && cargo test
```
## Deployment
See [RFC](https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0042-omnilock/0042-omnilock.md)