Smart Contracts
Last updated
Last updated
Keyring Network's smart contracts are used to operate different parts of the protocol. Contracts are written in Solidity and released under a BUSL license. Standard contracts leverage the OpenZeppelin Library (version 4.6.0).
See the repository .
The Keyring Core Contract is a single contract that stores user credentials with expiry and allows blacklisting of entities on a per policy basis. See the for full details of the code.
Here current deployments, additional chains will follow. if you have any requests.
Ethereum Mainnet
Arbitrum
Base
Optimism
Avalanche
Polygon
ZKsync Era
Solana
Sepolia Testnet
Holesky Testnet
Keyring implements admin-upgradable proxies to manage core protocol updates.