@gluwa/sc-web3-uikit-multisig-wallet
v0.0.4
Published
Web3 UI Kit for the Multisig Wallet contract to be use by the SC-DApp and other Gluwa SC projects
Downloads
9
Keywords
Readme
@gluwa/sc-web3-uikit-multisig-wallet
Install
yarn add @gluwa/sc-web3-uikit-multisig-wallet -D
Usage
import React, { Component } from 'react'
import MyComponent from '@gluwa/sc-web3-uikit-multisig-wallet'
class Example extends Component {
render() {
return <MyComponent />
}
}