Skip to content
15 changes: 12 additions & 3 deletions src/components/Libraries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const ensLibraries: Language[] = [
{
href: 'https://viem.sh/',
name: 'Viem',
description: '',
description:
'TypeScript interface for Ethereum. Maintained by wevm.',
logo: undefined,
},
{
Expand Down Expand Up @@ -81,7 +82,7 @@ const ensLibraries: Language[] = [
href: 'https://github.com/ethereum/web3.py',
name: 'web3.py',
description:
'A python interface for interacting with the Ethereum blockchain and ecosystem.',
'A python interface for interacting with the Ethereum blockchain and ecosystem. Maintained by ApeWorX.',
logo: undefined,
},
],
Expand All @@ -105,7 +106,8 @@ const ensLibraries: Language[] = [
{
href: 'https://docs.web3j.io/',
name: 'web3j',
description: '',
description:
'Lightweight Java and Android library for integration with Ethereum clients. Maintained by Web3 Labs.',
logo: '/img/libraries/web3j.png',
},
],
Expand All @@ -114,6 +116,13 @@ const ensLibraries: Language[] = [
name: 'Go',
logo: <TbBrandGolang />,
libraries: [
{
href: 'https://github.com/wealdtech/go-ens',
name: 'go-ens',
description:
'Go bindings for ENS contracts and resolution. Maintained by Bitwise.',
logo: undefined,
},
{
href: 'https://github.com/wealdtech/ethereal',
name: 'ethereal',
Expand Down
2 changes: 2 additions & 0 deletions src/pages/web/ensv2-readiness.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ The good news? For most applications, preparing for ENSv2 is as simple as updati

- **viem:** [>= v2.35.0](https://github.com/wevm/viem/blob/main/src/CHANGELOG.md#2350).
- **web3.py:** [>= v7.16.0](https://web3py.readthedocs.io/en/stable/release_notes.html#web3-py-v7-16-0-2026-05-01).
- **web3j:** [>= v5.0.3](https://central.sonatype.com/artifact/org.web3j/core?smo=true).
- **ethers.js:** Native support not published yet. [Work in progress on v6.16.0](https://github.com/ethers-io/ethers.js/tree/wip-v6.16.0-ens). In the meantime, an [ENS ethers patch](https://github.com/ensdomains/ethers-patch) is available for both v5 and v6. Follow the instructions in the repository to apply it.
- **go-ens:** Native support not published yet. [Work in progress in PR #49](https://github.com/wealdtech/go-ens/pull/49).
- **web3.js:** Deprecated.

:::info
Expand Down