Skip to content

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

License

Notifications You must be signed in to change notification settings

metanear/react-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published