https://github.com/fwd/nano-to
Nano Name Service
https://github.com/fwd/nano-to
name-service nanocurrency offchain
Last synced: 8 months ago
JSON representation
Nano Name Service
- Host: GitHub
- URL: https://github.com/fwd/nano-to
- Owner: fwd
- Created: 2022-07-18T19:58:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T23:56:36.000Z (over 1 year ago)
- Last Synced: 2025-01-07T10:11:23.989Z (over 1 year ago)
- Topics: name-service, nanocurrency, offchain
- Language: HTML
- Homepage: https://nano.to
- Size: 17.8 MB
- Stars: 23
- Watchers: 2
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

Nano Name Service
Hosted on Github

🇺🇸 · 🇨🇦 · 🇲🇽 · 🇨🇺 · 🇸🇻 · 🇳🇮 · 🇨🇴 · 🇵🇪 · 🇳🇱 · 🇩🇪 · 🇯🇵 · 🇰🇷 · 🇧🇷 · 🇺🇦 · 🇵🇱 · 🇳🇬 · 🇮🇳 · 🇪🇸 · 🇮🇩 · 🇫🇷 · 🇲🇲 · 🇦🇺 · 🇵🇭 · 🇸🇪 · 🇵🇹 · 🇹🇷

## Documentation
https://docs.nano.to/checkout

## More Domains
- nano.to (**Original**)
- xno.to (**Optional**)

## Developer API
```
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"
```

## Host Your Own
Serve the included ```index.html``` file with any web server.
```bash
git clone git@github.com:fwd/nano.git && cd nano
```
```bash
php -S localhost:8080
```

## Download Dataset
[Nano Known](https://raw.githubusercontent.com/fwd/nano-to/master/known.json) **(~60KB)** is your guide to the galaxy.
- Realtime: https://api.nano.to/known.json
- Every 24HR: https://nano.to/known.json
- 2024 Snapshot (**Immutable**): [https://nano.to/2024/known.json](https://nano.to/2024/known.json)
- 2023 Snapshot (**Immutable**): [https://nano.to/2023/known.json](https://nano.to/2023/known.json)

## Bugs & Features ⭐️
Give a star if this project helped you. Contributions, issues and features are welcome at [issues page](https://github.com/fwd/nano/issues).

## Sponsor (DigitalOcean)

## Nano.to Support
- Email: support@nano.to
- Twitter: [@nano_known](https://twitter.com/nano_known)
- Twitter: [@nano2dev](https://twitter.com/nano2dev)
- Discord: [Nano.to Discord](https://discord.gg/HgqDCkzP)

## License
**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](mailto:support@nano.to) for questions.
## Stargazers
[](https://github.com/fwd/nano-to)
