🇺🇸 · 🇨🇦 · 🇲🇽 · 🇨🇺 · 🇸🇻 · 🇳🇮 · 🇨🇴 · 🇵🇪 · 🇳🇱 · 🇩🇪 · 🇯🇵 · 🇰🇷 · 🇧🇷 · 🇺🇦 · 🇵🇱 · 🇳🇬 · 🇮🇳 · 🇪🇸 · 🇮🇩 · 🇫🇷 · 🇲🇲 · 🇦🇺 · 🇵🇭 · 🇸🇪 · 🇵🇹 · 🇹🇷
- Public Nano RPC
- Javascript - @nano/wallet.js
- Javascript - paywall.js
- Javascript - goal.js
- Web App - Nano.to Usernames
- Web App - Nano.to Checkout
- Web App - Nault.Pro w/ ChatGPT
- Ubuntu - Nano 1-Click Docker
- nano.to (Original)
- xno.to (Redirect)
- ӿ.to (Redirect)
GET: https://nano.to/.well-known/nano-currency.json?names=Moon
Lookup:
{
names: [
{
"status": "active",
"github": "nano2dev",
"name": "Moon",
"address": "nano_1m747htgqw5f...hmz1zaqoj1puj7h96oj",
"created": "September 13, 2021",
"expires": "October 7, 2024",
"created_unix": 1631584140,
"expires_unix": 1728273600
}
]
}
Reverse Lookup:
GET: https://nano.to/.well-known/nano-currency.json?names=nano_1ak3bsi..
Update Name:
curl -d '{
"action": "update_name",
"name": "NanoBull",
"title": "Software Developer",
"rep_address": "nano_3t6k35gi95xu6tergt6p...xtoncuohr3"
}' \
-H "Content-Type: application/json" \
"https://rpc.nano.to"
Serve the included index.html
file with any web server.
git clone git@github.com:fwd/nano.git && cd nano
php -S localhost:8080
Nano Known (~60KB) is your guide to the galaxy.
- Realtime: https://api.nano.to/known.json
- Every 24HR: https://nano.to/known.json
- 2023 Snapshot (Immutable): https://nano.to/2023/known.json
Fork Nano.to and modify your object in known.json. or use API.
curl -d '{
"action": "update_name",
"name": "NanoBull",
"title": "Software Developer",
"twitter": "NanoBull",
"github": "NanoBull",
"mastodon": "xno.social/@nano2bot",
"calendly": "NanoNullConsulting/30min",
"calendly_price": 1,
"location": "Place Name or Lat, Lon",
"website": "https://fwd.dev",
"for_sale": 500,
"goal_ui": "100:Server Hosting"
"address": "NEW_NANO_ADDRESS",
"rep_address": "YOUR_MACHINE",
"donation_address": "OPTIONAL_NANO_ADDRESS"
}' \
-H "Content-Type: application/json" \
"https://rpc.nano.to"
Give a star if this project helped you. Contributions, issues and features are welcome at issues page.
- Email: support@nano.to
- Twitter: @nano_known
- Twitter: @nano2dev
- Mastodon: Xno.Social
- Discord: Nano.to Discord
Limited Commercial
- ✅ Personal & Open Source
- ✅ Commercial use where Nano.to Usernames / Checkout is a means.
- ❌ Commercial use where Nano.to Usernames / Checkout is re-sold.
Contact support@nano.to for questions.