solomon
Utility library for frontend dapps built on Solana
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