Documentation Index
Fetch the complete documentation index at: https://namehash-krzysztofwrobel-sc-24494-nameguard-remove-goerli-a.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
Configure API keys
export PROVIDER_URI_MAINNET=https://eth-mainnet.g.alchemy.com/v2/[YOUR_ALCHEMY_API_KEY]
export PROVIDER_URI_SEPOLIA=https://eth-sepolia.g.alchemy.com/v2/[YOUR_ALCHEMY_API_KEY]
Install a server
pip install 'uvicorn[standard]'
Start the web server
uvicorn nameguard.web_api:app
Local Development
To run NameGuard locally, make sure to clone the repo:
git clone https://github.com/namehash/nameguard
Then install the dependencies using poetry:
cd nameguard
poetry install
You can now run the tests for all checks outlined in the specification. From the root of the project, run the following command: