Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tact-lang/ton-contract-dns
TON DNS client
https://github.com/tact-lang/ton-contract-dns
Last synced: 3 months ago
JSON representation
TON DNS client
- Host: GitHub
- URL: https://github.com/tact-lang/ton-contract-dns
- Owner: tact-lang
- License: mit
- Created: 2023-04-02T08:21:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-02T09:12:47.000Z (over 1 year ago)
- Last Synced: 2024-05-17T21:34:07.765Z (6 months ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tact - TON Contract DNS
README
# TON DNS
Small library for resolving ton dns names
## Installation
```bash
yarn add @ton-contrac/dns ton-core ton-crypto
```## Usage
```ts
import { DNSContract } from "@ton-contract/dns";// ...
```
## License
MIT