You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`blocklock-agent` is a blockchain-based timelock decryption and signature agent that uses BLS cryptography and the Blocklock protocol on the Ethereum-compatible Filecoin network. It listens for on-chain `DecryptionRequested` events and responds based on cryptographic criteria.
6
6
7
7
> **Note**: You **do not need to run your own node**. The [**dcipher network**](https://docs.randa.mu) operates trusted `blocklock-agent` instances on supported chains, and can fulfill requests on your behalf.
8
8
9
-
> If you want to run your own agent in **production**, you must:
10
-
> - Use your own **BLS private key** (do _not_ reuse any defaults!)
11
-
> - Deploy the required smart contracts from [**blocklock-solidity**](https://github.com/randa-mu/blocklock-solidity)
12
-
> - Pass your BLS **public key** to the deployed contracts so they can verify your agent’s responses.
9
+
If you want to run your own agent in **production**, you must:
10
+
- Use your own **BLS private key** (do _not_ reuse any defaults!)
11
+
- Deploy the required smart contracts from [**blocklock-solidity**](https://github.com/randa-mu/blocklock-solidity)
12
+
- Pass your BLS **public key** to the deployed contracts so they can verify your agent’s responses.
0 commit comments