Skip to content

Utility library for Solana dApps, seamless MWA integrations

License

Notifications You must be signed in to change notification settings

d-reader-organization/solomon

Repository files navigation

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

About

Utility library for Solana dApps, seamless MWA integrations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published