https://github.com/chainbound/bolt-registry
Bolt hybrid registry: off-chain, authenticated validator registration and discovery
https://github.com/chainbound/bolt-registry
Last synced: 8 months ago
JSON representation
Bolt hybrid registry: off-chain, authenticated validator registration and discovery
- Host: GitHub
- URL: https://github.com/chainbound/bolt-registry
- Owner: chainbound
- License: mit
- Created: 2025-01-02T13:31:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T18:54:12.000Z (over 1 year ago)
- Last Synced: 2025-03-13T09:43:04.943Z (about 1 year ago)
- Language: Solidity
- Size: 766 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bolt Registry
This repository hosts the code for all the components of the bolt "hybrid registry".
In essence, it is a system that allows node operators to:
1. opt-in to bolt on-chain through a series of smart contracts
2. provide collateral through restaking protocols integration
3. manage their validator opt-in status through an off-chain API
For more details about bolt, please refer to the [Docs website][docs].
## Repository Structure
- [contracts](./contracts/): The smart contracts for operator registration and restaking integration.
- [registry](./registry/): The off-chain service for managing validator opt-in status and serving the API.
- [assets](./assets/): Static assets for storage of metadata.
[docs]: https://docs.boltprotocol.xyz