1- # ERC-8004 Validation Tester
1+ # AliasAI Validator
22
33[ ![ Python] ( https://img.shields.io/badge/python-3.11+-blue.svg )] ( https://www.python.org/downloads/ )
44[ ![ License] ( https://img.shields.io/badge/license-MIT-green.svg )] ( LICENSE )
@@ -51,8 +51,8 @@ This tool implements a complete seven-stage validation workflow:
5151curl -LsSf https://astral.sh/uv/install.sh | sh
5252
5353# Clone repository
54- git clone https://github.com/AliasAI/erc8004-validation-tester .git
55- cd erc8004-validation-tester
54+ git clone https://github.com/AliasAI/aliasai-validator .git
55+ cd aliasai-validator
5656
5757# Sync dependencies
5858uv sync
@@ -62,8 +62,8 @@ uv sync
6262
6363``` bash
6464# Clone repository
65- git clone https://github.com/AliasAI/erc8004-validation-tester .git
66- cd erc8004-validation-tester
65+ git clone https://github.com/AliasAI/aliasai-validator .git
66+ cd aliasai-validator
6767
6868# Create virtual environment
6969python -m venv .venv
@@ -191,7 +191,7 @@ ERC-8004 Staking Validation System Complete Test
191191 TokenURI: https://api.aliasai.io/agent/0xYourAddress.json
192192 Metadata count: 3
193193 - agentType: validator
194- - createdBy: erc8004-validation-tester
194+ - createdBy: aliasai-validator
195195 - version: 1.0
196196
197197✅ Agent registered successfully!
@@ -451,7 +451,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
451451## 💬 Support
452452
453453For questions or suggestions:
454- - Open an [ Issue] ( https://github.com/AliasAI/erc8004-validation-tester /issues )
454+ - Open an [ Issue] ( https://github.com/AliasAI/aliasai-validator /issues )
455455- Check the [ Documentation] ( docs/ )
456456- Contact maintainers
457457
0 commit comments