@open-sauce/solomon
TypeScript icon, indicating that this package has built-in type declarations

0.4.2 • Public • Published

solomon

Utility library for frontend dapps built on Solana

NPM JavaScript Style Guide

Install

npm install @open-sauce/solomon

Usage

import React, { Component } from 'react'

import HoldersOnly from '@open-sauce/solomon'
import hashlist from './constants'

function App() {
  return (
    <HoldersOnly altContent="Only holders allowed" hashlist={hashlist}>
      Secret content
    </HoldersOnly>
  ) 
}

License

MIT © josip-volarevic

Package Sidebar

Install

npm i @open-sauce/solomon

Weekly Downloads

7

Version

0.4.2

License

MIT

Unpacked Size

327 kB

Total Files

260

Last publish

Collaborators

  • josip-volarevic