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