Skip to content

0xIntuition/rust-ens-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a CLI app to get the ENS name and avatar for an address

Before running the app, you need to export the following environment variables:

Export the RPC url

export RPC_URL_MAINNET=https://your-rpc-url.com

Export the ENS contract address

export ENS_CONTRACT_ADDRESS=0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e

Running the app

RUST_LOG=info cargo run -- --address 0x0000000000000000000000000000000000000000

About

Simple Rust CLI app to retrieve ENS information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages