Skip to content

Commit ef8a7e0

Browse files
committed
fixed build badge
1 parent bf0e316 commit ef8a7e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# blocklock-agent
22

3-
[![Build Status](https://github.com/randa-mu/blocklock-agent/actions/workflows/build.yml/badge.svg)](https://github.com/randa-mu/blocklock-agent/actions/workflows/build.yml)
3+
[![Build Status](https://github.com/randa-mu/blocklock-agent/actions/workflows/build-and-push.yml/badge.svg)](https://github.com/randa-mu/blocklock-agent/actions/workflows/build-and-push.yml)
44

55
`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.
66

77
> **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.
88
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.
1313

1414
---
1515

0 commit comments

Comments
 (0)