Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tqtezos/minter-sdk
A set of tools and libraries to bring creation, management, and sales of NFTs to any application.
https://github.com/tqtezos/minter-sdk
fa2 minter-collection minter-sdk nft-marketplace nft-sale
Last synced: 2 days ago
JSON representation
A set of tools and libraries to bring creation, management, and sales of NFTs to any application.
- Host: GitHub
- URL: https://github.com/tqtezos/minter-sdk
- Owner: tqtezos
- License: mit
- Archived: true
- Created: 2021-02-17T21:32:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T18:40:05.000Z (over 1 year ago)
- Last Synced: 2024-10-09T19:06:39.334Z (about 1 month ago)
- Topics: fa2, minter-collection, minter-sdk, nft-marketplace, nft-sale
- Language: Haskell
- Homepage:
- Size: 26.1 MB
- Stars: 104
- Watchers: 9
- Forks: 28
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Minter SDK header](/docs/mintersdkhead.png)
[![](https://img.shields.io/badge/license-MIT-brightgreen)](LICENSE)
## Notice
This software is in beta. Testing of the Minter SDK smart contracts
remains in progress and third-party audit results will be released
in the coming weeks.## Minter SDK
Minter SDK offers a set of packages to bring creation, management, and sales of NFTs to any application.
- A collection of NFT and marketplace smart contracts with configurable admin permissions
- Typescript bindings to enable easy integration into popular web frameworks
- A CLI for minting and configuring NFT / marketplace contracts
- [DIDkit](https://spruceid.dev/docs/didkit) integration for verified creator credentials---
## Project Organization
`minter-sdk` is organized as a mono repository from which several npm packages are built and published. Packages are in the [`packages/`](/packages) directory, each one with its own `README` file.| Package | Utility |
| --------------------------------------------------------- | ---------------------------------------- |
| [`@tqtezos/minter-contracts`](/packages/minter-contracts) | NFT smart contract code |
| [`@tqtezos/minter-sdk`](/packages/minter-sdk) | NFT smart contract TypeScript bindings |
| `@tqtezos/minter-cli` (Coming Soon) | NFT smart contract CLI |