react-near-openweb

0.1.5 • Public • Published

react-near-openweb

React components to interact with OpenWeb 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 'react-near-openweb'

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

License

MIT © evgenykuzyakov

Readme

Keywords

none

Package Sidebar

Install

npm i react-near-openweb

Weekly Downloads

2

Version

0.1.5

License

MIT

Unpacked Size

125 kB

Total Files

27

Last publish

Collaborators

  • ekuzyakov