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