UNPKG

@unilogin/sdk

Version:

SDK is a JS library, that communicates with relayer. SDK allows managing contract, by creating basic contract-calling messages.

4 lines (3 loc) 181 B
export {setupSdk} from './setupSdk'; export {createdDeployedWallet as createWallet, createAndSetWallet} from './createDeployedWallet'; export {TEST_STORAGE_KEY} from './constants';