Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/open-sauce-labs/solomon

Utility library for dapps built on Solana
https://github.com/open-sauce-labs/solomon

Last synced: 8 days ago
JSON representation

Utility library for dapps built on Solana

Awesome Lists containing this project

README

        

# solomon

> Utility library for frontend dapps built on Solana

[![NPM](https://img.shields.io/npm/v/@open-sauce/solomon)](https://www.npmjs.com/package/@open-sauce/solomon) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-typescript-brightgreen.svg)](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)