1.0.3 • Published 2 years ago

complex-passport-sdk v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Complex Wallet SDK for React

npm version

Description

This SDK will hold all the logic behind the complex labs passport contracts. This SDK will give the ability to call all the functions we will need in the FE with ease.

Getting started

Below is an example of how to call the functions inside this SDK:

import React from 'react';

// Import SDK with the function you need
import {* as complex} from "@complexlabs/passport-sdk"

const provider = foo
const userAddress = bar

const Init = complex.initSDK(complex.Config(provider))

const mint = complex.mint(Init,userAddress)

Please reach out to joshjack#6813 on discord for any questions on how to use this SDK.

Contributing

Please contact our dev team to learn how to contribute.

Complex Labs:

Visit Complex