Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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