Skip to content

Commit

Permalink
Merge pull request #1 from Dentity-Development/documentation-updates-v0
Browse files Browse the repository at this point in the history
Documentation updates v0
  • Loading branch information
thangddvmo authored Oct 9, 2024
2 parents d68d9ce + 81a1f1b commit d17bab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dentity-ens-client

A combination of [Denitty](https://dentity.com) and [ENS domains](https://ens.domains) to verify basic information for ENS domain owners.
A combination of [Dentity](https://dentity.com) and [ENS domains](https://ens.domains) to verify basic information for ENS domain owners.

---

Expand All @@ -25,7 +25,7 @@ const client = createEnsPublicClient({
transport: http(''),
}) as EnsPublicClient;

EnsDentityClient.initialize(client as any, 'moisesj.eth').then((ensClient) => {
EnsDentityClient.initialize(client as any, 'alice.eth').then((ensClient) => {

// Get ethereum address of this ENS domain
const address = ensClient.getEthAddress();
Expand All @@ -50,7 +50,7 @@ const client = createEnsPublicClient({
transport: http(''),
}) as EnsPublicClient;

DentityEnsClient.initialize(client as any, 'moisesj.eth').then((ensClient) => {
DentityEnsClient.initialize(client as any, 'alice.eth').then((ensClient) => {
// Get ethereum address
const address = ensClient.getEthAddress();
console.log('ENS Address:', address);
Expand Down

0 comments on commit d17bab8

Please sign in to comment.