vouchdao
v0.2.6
Published
VouchDAO is for verifying Arweave addresses using the <a href="https://github.com/ArweaveTeam/arweave-standards/blob/ans-109/ans/ANS-109.md">ans-109</a> standard.<br/> This package consists of functions that query the Arweave network and returns boolean v
Downloads
10
Readme
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.