0.2.6 • Published 1 year ago

vouchdao v0.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.2.3

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago