Skip to content

Commit 57cfd0e

Browse files
Feature/attestation docs (#107)
## Summary by Sourcery Documentation: - Add a comprehensive guide for the Ethereum Attestation Service (EAS) covering implementation, usage, and verification of on-chain attestations. --------- Co-authored-by: saeeddawod <saeed.dawod@gmail.com>
1 parent fd8439c commit 57cfd0e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/developer-guides/attestation-service.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Complete Guide to Ethereum Attestation Service (EAS)
3+
description: A comprehensive guide to implementing and using the Ethereum Attestation Service (EAS) for creating, managing, and verifying on-chain attestations
4+
sidebar_position: 2
5+
keywords: [ethereum, eas, attestation, blockchain, web3, smart contracts, verification, schema registry, resolver]
6+
---
7+
18
# Complete Guide to Ethereum Attestation Service (EAS)
29

310
import Tabs from '@theme/Tabs';
@@ -145,7 +152,7 @@ Imagine building a service where users prove ownership of their social media pro
145152
### Example
146153

147154
```javascript
148-
const { ethers }const { ethers } = require("ethers");
155+
const { ethers } = require("ethers");
149156

150157
// Configuration object for network and contract details
151158
const config = {

0 commit comments

Comments
 (0)