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