-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e34cf9
commit f41179e
Showing
5 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# ens-offchain-resolver | ||
|
||
![GitHub Tag](https://img.shields.io/github/v/tag/grassrootseconomics/ens-offchain-resolver) | ||
|
||
Go implementation of the | ||
[EIP-3368 Gateway Interface](https://eips.ethereum.org/EIPS/eip-3668#gateway-interface) | ||
to provide offchain name resolution for `sarafu.eth`. It also includes an | ||
external bypass to resolve without going through the | ||
[CCIP read flow](https://docs.ens.domains/resolvers/ccip-read#ccip-read-flow). | ||
|
||
This powers the aliasing system for both Sarafu.Network and USSD. | ||
|
||
The resolver deployed to work with this gateway implemntation is the one | ||
provided by | ||
[CCIP tools](https://github.com/ensdomains/ccip-tools/blob/master/contracts/OffchainResolver.sol). | ||
|
||
### Supported interfaces | ||
|
||
- [x] Read Ethereum address | ||
- [ ] Read multicoin address | ||
- [ ] Read content hash | ||
- [ ] Read text record | ||
|
||
## License | ||
|
||
[AGPL-3.0](LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters