Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polywrap/ens
ENS Wasm wrapper
https://github.com/polywrap/ens
Last synced: about 2 months ago
JSON representation
ENS Wasm wrapper
- Host: GitHub
- URL: https://github.com/polywrap/ens
- Owner: polywrap
- License: mit
- Created: 2023-01-18T11:48:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T20:59:19.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:03:55.474Z (5 months ago)
- Language: TypeScript
- Size: 256 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-polywrap - ENS - The Ethereum Name Service (ENS) is a distributed, open, and extensible naming system based on the Ethereum blockchain. (Wraps)
README
# The ENS wrap
The ENS wrap provides you with methods for easy interaction with the ENS registry.
## Requirements
To run the ENS wrap you'll need a Polywrap client in your application. See here for installation information: [https://docs.polywrap.io/clients](https://docs.polywrap.io/clients)
### Configuration
ENS depends upon the [ethereum wrap](https://github.com/polywrap/ethers), which in-turn requires an [ethereum-wallet plugin](https://github.com/polywrap/ethereum-wallet). Plugins are added directly to the client using its config.
[Here's an example](https://github.com/polywrap/ethereum-wallet/blob/main/implementations/js/tests/index.spec.ts#L17-L32) of setting up a JavaScript / TypeScript client with the ethereum-wallet plugin.
You can learn more about Polywrap clients & configs in the docs [here](https://docs.polywrap.io/tutorials/use-wraps/configure-client).
## Run!
With your client successfully configured, you can now run any function on the ENS wrap with ease.
You can check out the ENS wrap's schema for a list of methods, or [check out its tests](https://github.com/polywrap/ens/blob/main/src/__tests__/e2e.spec.ts) for detailed usage examples.
## Support
For any questions or problems related to the ENS wrap or Polywrap at large, please visit our [Discord](https://discord.polywrap.io).