Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Mintbase/mintbase-core
- Owner: Mintbase
- Created: 2021-12-07T09:29:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T12:35:37.000Z (almost 2 years ago)
- Last Synced: 2024-02-12T22:52:20.054Z (9 months ago)
- Topics: blockchain, nft, rust
- Language: Rust
- Homepage: https://mintbase.io
- Size: 6.61 MB
- Stars: 23
- Watchers: 7
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
- awesome-near - Mintbase
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