Skip to main content

ape-ens: Ape plugin for ENS argument conversion and contracts

Project description

Quick Start

Ape plugin for ENS argument conversion and contracts

Dependencies

  • python3 version 3.8 or greater, python3-dev

Installation

via pip

You can install the latest release via pip:

pip install ape-ens

via setuptools

You can clone the repository and use setuptools for the most up-to-date version:

git clone https://github.com/ApeWorX/ape-ens.git
cd ape-ens
python3 setup.py install

Quick Usage

The ENS plugin requires a mainnet connection to resolve ENS names because ENS contracts are only deployed to mainnet. Thus, the first thing you should do is ensure you have configured a mainnet provider. For example, if you use infura or alchemy, install the associated plugin:

ape plugins install infura

Afterwards, you should see it in the output of the list command:

$ ape plugins list

Installed Plugins:
  infura      0.4.0
  ...

After your provider plugin of choice is installed, configure it to be your default mainnet provider in your ape-config.yaml file:

ethereum:
  mainnet:
    default_provider: infura

Finally, you can start the ape console using any network of your choice:

ape console --network :rinkeby:infura

Then, convert an ens domain to an AddressType:

In [1]: from ape.types import AddressType
In [2]: convert("vitalik.eth", AddressType)
Out[2]: '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045'

The ENS plugin temporarily connects to mainnet, caches the address resolution, and then your original network uses the result.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ape-ens-0.6.0.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

ape_ens-0.6.0-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file ape-ens-0.6.0.tar.gz.

File metadata

  • Download URL: ape-ens-0.6.0.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for ape-ens-0.6.0.tar.gz
Algorithm Hash digest
SHA256 3aab5eb2fd58e2707e7dea1278c9287d6aacee0ad2273354bb85a4b7117b2777
MD5 7ecab42ebca34a51e331589274d2a6bd
BLAKE2b-256 fc92444f793a9370dc4d424b0546c5968488c5f7a355a6fd056ca30944b59ae1

See more details on using hashes here.

File details

Details for the file ape_ens-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: ape_ens-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for ape_ens-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ce162f073780f0708c81e4db8e6e9d41cac9a0d508ec00790ca2b8eb5c6f7623
MD5 ae3365dd3ee9ff2e10907eb328c89427
BLAKE2b-256 edd9d9c70be3b667f36df111bc4d938ce098fbff98f8ae8545e237d7d4fee86d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page