This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
OpenMinter v0.4.0
The OpenMinter project enables anyone to create and showcase NFTs on Tezos.
This release (v0.4.0
) greatly reduces the complexity of the project, allowing for developers to simply use yarn
to install and run OpenMinter. This was done through an extensive reorganization of the project structure.
New Features
- Developer experience now only relies on
yarn
to install and run the application
Improvements
- Docker has been removed as a dependency for testnet and mainnet environments
- The API server is now its own repository in tqtezos/minter-api
- All scripts are run through
package.json
, no more calls to shell scripts inbin/