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