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
* guide outline
* added resolution and reverse resolution API code snippets, nuked SDK
* fixed sidebar
* minor title changes and removed SDK mentions from the resolution overviews
* minor guide updates
* removed last of the SDK references, added wildcard redirect, and replaced SDK examples with API
Copy file name to clipboardExpand all lines: domain-distribution-and-management/quickstart/retrieve-an-api-key.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,9 @@ If you wish to have access to `Partner API v3`, please click `Request access to
94
94
95
95
96
96
### SDK Key
97
-
Refer to [Resolution SDKs](https://docs.unstoppabledomains.com/resolution/sdks-and-libraries/overview/)
97
+
Refer to the [Javascript Resolution SDKs](https://github.com/unstoppabledomains/resolution)
98
98
99
-
The key is only allowed to be used in Resolution SDKs to interact with EVM RPC providers to query on-chain data. See [example](https://docs.unstoppabledomains.com/resolution/sdks-and-libraries/javascript/#initialize-with-unstoppable-domains-uns-proxy-provider)
99
+
The key is only allowed to be used in Resolution SDKs to interact with EVM RPC providers to query on-chain data. The SDKs are unmaintained.
100
100
101
101
### Legacy API Key
102
102
Refer to [Domain Resolution](https://docs.unstoppabledomains.com/openapi/resolution/) and [Domain Distribution and Management Overview
For our HTTP-based API that allows you to quickly build applications that fetch UD domain data from the blockchain with a single API request, see the [Resolution Service API](https://docs.unstoppabledomains.com/openapi/resolution). The Unstoppable Domains team manages this service.
Check records with the [Resolution Libraries](/resolution/sdks-and-libraries/javascript.md) and [Resolution CLI](/resolution/sdks-and-libraries/cli.md):
// obtain a key by following this document https://docs.unstoppabledomains.com/domain-distribution-and-management/quickstart/retrieve-an-api-key/#api-key. See https://github.com/unstoppabledomains/resolution for more initialization options
// obtain a key by following this document https://docs.unstoppabledomains.com/domain-distribution-and-management/quickstart/retrieve-an-api-key/#api-key. See https://github.com/unstoppabledomains/resolution-swift for more initialization options
// obtain a key by following this document https://docs.unstoppabledomains.com/domain-distribution-and-management/quickstart/retrieve-an-api-key/#api-key. See https://github.com/unstoppabledomains/resolution-java for more initialization options
// obtain a key by following this document https://docs.unstoppabledomains.com/domain-distribution-and-management/quickstart/retrieve-an-api-key/#api-key. See https://github.com/unstoppabledomains/resolution-go for more initialization options
Copy file name to clipboardExpand all lines: resolution/overview.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,8 @@ Check out the video below for a high-level overview!
20
20
21
21
For our HTTP-based API that allows you to quickly build applications that fetch UD domain data from the blockchain with a single API request, see the [Resolution Service API](/openapi/resolution). The Unstoppable Domains team manages this service.
22
22
23
-
## Resolution Libraries
24
-
25
-
For language-specific, blockchain-agnostic libraries for resolving Unstoppable Web3 domains (including domains on Ethereum, Polygon, and Zilliqa) see our [Resolution Libraries](sdks-and-libraries/javascript.md) guide. These are managed by Unstoppable and updated regularly to reflect changes in our services.
26
-
27
-
## Resolution CLI
28
-
29
-
For an Unstoppable-managed, blockchain-agnostic command-line interface for resolving all Unstoppable Web3 domains, see the [Resolution CLI](sdks-and-libraries/cli.md) guide.
30
-
31
-
## Resolve Using Matic.js SDK
32
-
33
-
For developers developing on Polygon using the [Matic.js SDK](https://github.com/maticnetwork/matic.js) and who want an easy way to integrate domain resolution functionalities into their applications, see the [Resolve Using Matic.js SDK](sdks-and-libraries/maticjs.md) guide.
34
-
23
+
## Smart Contracts
35
24
25
+
Integrate Resolution using Unstoppable Domains UNS smart contracts. See the [Smart Contracts Guide](../smart-contracts/quick-start/resolve-domains.md). The Unstoppable Domains team manages this service.
0 commit comments