0.6.0 • Published 1 year ago

@anima-protocol/personhood-sdk-react v0.6.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

personhood-sdk-react

Personhood SDK

Visit anima.io | Read the Anima documentation

enter image description here

Install

With Yarn

yarn add @anima-protocol/personhood-sdk-react

With NPM

npm install @anima-protocol/personhood-sdk-react

Usage

import AnimaPersonHood from '@anima-protocol/personhood-sdk-react'

...
<AnimaPersonHood
    address={WALLET_ADDRESS}
    sessionId={SESSION_ID}
    onShared={(e) => { console.log(e) } }
    sign={async (data) =>  await YOUR_WALLET.sign(data)}
/>
...

Attributes list

Attribute nameAttribute typeDefaultRequiredDescription
sessionIdstring''YSession can be referred as a customer verification session. More info
addressstring''YYour user account Web3 wallet address
chainIdstring'1'NYour Web3 wallet chain id
sign(data: string) => voidundefinedYThis event is triggered when the user wants to sign their proof to share it or create an anima
onShared(data: boolean) => voidundefinedYThis event is triggered when the user has shared their proof. The function has one parameter a boolean is True when the user is successfull onboarded

Examples

React

Edit react

License

Apache 2.0 © Anima

0.6.0

1 year ago

0.5.0-alpha.0

1 year ago

0.5.0

1 year ago

0.4.7

1 year ago

0.4.5

2 years ago

0.4.6

2 years ago

0.4.4

2 years ago

0.4.1

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.4.0

2 years ago

0.3.9

2 years ago

0.3.10

2 years ago

0.2.0-rc4

2 years ago

0.2.0-rc5

2 years ago

0.2.0-rc6

2 years ago

0.2.0-rc1

2 years ago

0.2.1-rc8

2 years ago

0.2.1-rc7

2 years ago

0.3.0

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.2.2

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.1.1-rc1

2 years ago

0.1.1

2 years ago

0.1.0-rc10

2 years ago

0.1.0-rc9

2 years ago

0.1.0-rc8

2 years ago

0.1.0-rc7

2 years ago

0.1.0-rc6

2 years ago

0.1.0-rc5

2 years ago

0.1.0-rc4

2 years ago

0.1.0-rc3

2 years ago

0.1.0-rc2

2 years ago

0.1.0-rc1

2 years ago

0.1.0-rc0

2 years ago