react-near-openweb
v0.1.5
Published
React components to interact with OpenWeb contracts on NEAR Protocol blockchain
Downloads
3
Readme
react-near-openweb
React components to interact with OpenWeb contracts on NEAR Protocol blockchain
Install
npm install --save react-near-openweb
Usage
import React, { Component } from 'react'
import { Profile } from 'react-near-openweb'
class Example extends Component {
render () {
return (
<Profile accountId="eugenethedream" />
)
}
}
License
MIT © evgenykuzyakov