Anonymous git hosting powered by web3. No accounts, just your Ethereum address.
All repositories pushed to grep3 are publicly accessible. There is no option to create private repositories. Do not push sensitive data, credentials, API keys, or any code you wish to keep private.
| Repository | Address | Branch | Pushed |
|---|---|---|---|
| web3ev | 0x47C7...1b6F | main | 1h ago |
| vault-lp-rebalancer | 0x47C7...1b6F | main | 1h ago |
| helloworld | 0x47C7...1b6F | main | 1h ago |
0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
# Navigate to your project
cd your-project
# Add grep3 as a git remote
git remote add grep3 https://git.grep3.com/0xYourAddress/repo-name
git push grep3 main
# Clone a repository
git clone https://git.grep3.com/0xYourAddress/repo-name
# Or pull latest changes
git pull grep3 main
Once you've pushed to a repository, it's claimed under your address. Future pushes require you to prove ownership by signing a message with your Ethereum wallet.
# Add remote with your Ethereum address
git remote add grep3 https://git.grep3.com/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045/my-app
# Push your code to grep3
git push grep3 main
# Clone from any device
git clone https://git.grep3.com/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045/my-app