Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Add quick start for zone files
Browse files Browse the repository at this point in the history
  • Loading branch information
vsund committed Jun 23, 2018
1 parent d6f097c commit b98e3ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ _Please note that the version on NPM is **just a placeholder** and doesn't conta
### Storage
`@todo`

### Zone files
```typescript
import { NameZoneFile } from 'blockstack.ts';
const zoneFile = await NameZoneFile.lookupByName('vsund.id');
console.log(zoneFile.profileTokenUrl);
```
<sub>[Full reference for `NameZoneFile`](@todo)</sub>

For more examples see [`examples/`](https://github.com/ntzwrk/blockstack.ts/blob/master/examples/).


Expand Down

0 comments on commit b98e3ca

Please sign in to comment.