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