https://github.com/pyramation/stargazejs
https://github.com/pyramation/stargazejs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyramation/stargazejs
- Owner: pyramation
- License: mit
- Created: 2022-05-26T20:14:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T18:57:09.000Z (almost 4 years ago)
- Last Synced: 2025-03-13T02:03:53.615Z (about 1 year ago)
- Language: TypeScript
- Size: 938 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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