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

https://github.com/pyramation/stargazejs


https://github.com/pyramation/stargazejs

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# stargazejs

```sh
npm install stargazejs
```

```js
const { contracts } from 'stargazejs';

const client = new contracts.Minter.MinterClient(
stargateClient,
sender,
contractAddress
);

await client.mint();
```

Contracts supported:

- Minter
- Sg721
- Ics721
- Claim
- RoyaltyGroup