This code contains rapidly-changing API's, but also uses semantic versioning. Please pin the major version of the SDK you use to minimize breaking changes.
This documentation provides examples and information for implementing client applications for the Powered by Art Blocks Minting Machine API.
Before you can consume the API, you will need a user account. If you have any questions or need help setting up your account, join our Discord.
Mobile Minter Overview: https://docs.artblocks.io/creator-docs/art-blocks-engine-onboarding/art-blocks-engine-101/mobile-minter/
REST API: https://minting-api.artblocks.io/docs
- Join our Discord to request a user account and talk to the Art Blocks team
- Log in to the dashboard to manage your Art Blocks Engine projects
- View your testnet tokens on the staging Art Blocks portal
- Read additional documentation about Art Blocks Engine
To get started developing this repository, you will need to perform these steps after cloning:
- Install Homebrew: https://brew.sh/
- Install pre-commit with:
brew install pre-commit
- Install swift-format with:
brew install swift-format
- Install pre-commit hooks:
pre-commit install
Once you have the development environment set up, you can commit code changes and run tests.