vouchdao
TypeScript icon, indicating that this package has built-in type declarations

0.2.6 • Public • Published

VouchDAO

VouchDAO is for verifying Arweave addresses using the ans-109 standard.
This package consists of functions that query the Arweave network and returns boolean values based on if a User has a verified address.

How to use

npm i vouchdao

or

yarn add vouchdao

Import the functions

import { isVouched } from 'vouchdao'

Calling function

isVouched will check if an Arweave address is vouched by ANY service.

await isVouched("ARWEAVE_ADDRESS")

return value is true or false.


Readme

Keywords

none

Package Sidebar

Install

npm i vouchdao

Weekly Downloads

0

Version

0.2.6

License

MIT

Unpacked Size

46 kB

Total Files

12

Last publish

Collaborators

  • pbillingsby