0.1.5 • Published 4 years ago

react-near-openweb v0.1.5

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

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

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago