Skip to content

Commit

Permalink
docs: added more info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jun 14, 2023
1 parent a9f41d1 commit 78740bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Ethers: ENS Multicoin Provider Plug-in
======================================

The **MulticoinProviderPlugin** extends a Provider's ENS Resolver
with access to the necessary coding libraries required to decode
all supported [ENSIP-9](https://docs.ens.domains/ens-improvement-proposals/ensip-9-multichain-address-resolution)
coinTypes returned by the `getAddr(bytes32, uint)` resolver method.


Installing
----------

```shell
/home/ricmoo/my_project> npm install @ethers-ext/provider-plugin-multicoin
```

Usage
-----

Expand Down

0 comments on commit 78740bc

Please sign in to comment.