@open-sauce/solomon
v0.4.2
Published
Utility library for frontend dapps built on Solana
Maintainers
Readme
solomon
Utility library for frontend dapps built on Solana
Install
npm install @open-sauce/solomonUsage
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
