0.2.6 • Published 3 years ago

vouchdao v0.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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.

0.2.6

3 years ago

0.2.3

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago