Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Mintbase/mintbase-core

Mintbase Core NFT store factory contracts
https://github.com/Mintbase/mintbase-core

blockchain nft rust

Last synced: 3 months ago
JSON representation

Mintbase Core NFT store factory contracts

Awesome Lists containing this project

README

        

# Mintbase Core

This repo holds the components that make Mintbase run:

- `mintbase-deps` is the SDK that holds code shared between contracts and the
indexer
- `mintbase-near-indexer` holds our indexer (currently closed-source)
- The smart contracts:
- `store` is an automatically deployed store that anyone may create
- `factory` facilitates the deployment of stores
- `helper` was used in automated testing and is no longer needed, thus
soon-to-be deprecated
- `simple-market-contract` holds the Mintbase marketplace, where NFTs may be
traded (currently closed-source)
- `mintbase-core-docs` holds the documentation, which is currently in migration
and offline