https://github.com/open-sauce-labs/solomon
Utility library for dapps built on Solana
https://github.com/open-sauce-labs/solomon
Last synced: about 2 months ago
JSON representation
Utility library for dapps built on Solana
- Host: GitHub
- URL: https://github.com/open-sauce-labs/solomon
- Owner: open-sauce-labs
- License: mit
- Created: 2022-08-19T08:39:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T13:54:13.000Z (over 2 years ago)
- Last Synced: 2025-03-01T21:48:31.706Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.69 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - open-sauce-labs/solomon - Utility library for dapps built on Solana (TypeScript)
README
# solomon
> Utility library for frontend dapps built on Solana
[](https://www.npmjs.com/package/@open-sauce/solomon) [](https://standardjs.com)
## Install
```bash
npm install @open-sauce/solomon
```## Usage
```tsx
import React, { Component } from 'react'import HoldersOnly from '@open-sauce/solomon'
import hashlist from './constants'function App() {
return (
Secret content
)
}
```## License
MIT © [josip-volarevic](https://github.com/josip-volarevic)