React components to interact with OpenWeb contracts on NEAR Protocol blockchain
npm install react-near-openweb> React components to interact with OpenWeb contracts on NEAR Protocol blockchain
 
``bash`
npm install --save react-near-openweb
`jsx
import React, { Component } from 'react'
import { Profile } from 'react-near-openweb'
class Example extends Component {
render () {
return (
)
}
}
``
MIT © evgenykuzyakov