0.2.0 • Published 4 years ago

metanear-react-components v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Meta NEAR React components

React components to interact with Meta NEAR contracts on NEAR Protocol blockchain

NPM JavaScript Style Guide

Install

npm install --save react-near-openweb

Usage

import React, { Component } from 'react'

import { Profile } from 'metanear-react-components'

class Example extends Component {
  render () {
    return (
      <Profile accountId="eugenethedream" />
    )
  }
}

License

MIT © evgenykuzyakov