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