Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fwd/nano-to

Nano Name Service
https://github.com/fwd/nano-to

name-service nanocurrency offchain

Last synced: about 1 month ago
JSON representation

Nano Name Service

Awesome Lists containing this project

README

        

![line](https://raw.githubusercontent.com/nano-to/nano-node-cli/main/.github/line.png)

Nano Name Service


Hosted on Github

![line](https://raw.githubusercontent.com/nano-to/nano-node-cli/main/.github/line.png)


Nano.to

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

![line](https://raw.githubusercontent.com/nano-to/nano-node-cli/main/.github/line.png)

## Quick Links

- [**Public Nano RPC**](https://rpc.nano.to)
- [**Javascript - @nano/wallet.js**](https://github.com/fwd/nano-offline)
- [**Javascript - paywall.js**](https://github.com/fwd/nano-wall)
- [**Javascript - goal.js**](https://github.com/fwd/nano-goal)
- [**Web App - Nano.to Usernames**](https://docs.nano.to/usernames)
- [**Web App - Nano.to Checkout**](https://docs.nano.to/checkout#getting-started)
- [**Web App - Nault.Pro w/ ChatGPT**](https://nault.pro)
- [**Ubuntu - Nano 1-Click Docker**](https://github.com/fwd/nano-docker)

![line](https://raw.githubusercontent.com/nano-to/nano-node-cli/main/.github/line.png)

## More Domains

- nano.to (**Original**)
- xno.to (**Redirect**)
- ӿ.to (**Redirect**)

![line](https://raw.githubusercontent.com/nano-to/nano-node-cli/main/.github/line.png)

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

![line](https://raw.githubusercontent.com/nano-to/nano-node-cli/main/.github/line.png)

## Host Your Own

Serve the included ```index.html``` file with any web server.

```bash
git clone [email protected]:fwd/nano.git && cd nano
```
```bash
php -S localhost:8080
```

![line](https://raw.githubusercontent.com/nano-to/nano-node-cli/main/.github/line.png)

## 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)

![line](https://raw.githubusercontent.com/nano-to/nano-node-cli/main/.github/line.png)

## 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).

![line](https://raw.githubusercontent.com/nano-to/nano-node-cli/main/.github/line.png)

## Sponsor (DigitalOcean)

![line](https://raw.githubusercontent.com/nano-to/nano-node-cli/main/.github/line.png)

## Nano.to Support

- Email: [email protected]
- Twitter: [@nano_known](https://twitter.com/nano_known)
- Twitter: [@nano2dev](https://twitter.com/nano2dev)
- **Mastodon:** [Xno.Social](https://xno.social/public/local)
- Discord: [Nano.to Discord](https://discord.gg/HgqDCkzP)

![line](https://raw.githubusercontent.com/nano-to/nano-node-cli/main/.github/line.png)

## 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 [[email protected]](mailto:[email protected]) for questions.

## Stargazers

[![Stargazers over time](https://starchart.cc/fwd/nano-to.svg)](https://github.com/fwd/nano-to)