add docs
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Using Obsero Probe
|
||||
|
||||
## Requirements
|
||||
|
||||
- Go 1.21+
|
||||
- Local or remote IPFS node
|
||||
- Ethereum private key
|
||||
|
||||
## Steps
|
||||
|
||||
1. Launch the probe with a target:
|
||||
|
||||
```bash
|
||||
go run ./cmd/obsero-probe --target https://example.com --output proof.json --ipfs
|
||||
```
|
||||
|
||||
2. Review the generated proof file.
|
||||
|
||||
3. Validate the signature and hash.
|
||||
|
||||
4. Use the IPFS CID and proof hash to submit on-chain.
|
||||
Reference in New Issue
Block a user