Skip to content

ArtBlocks/MintingKit

Repository files navigation

MintingKit: Swift5 Minting API Client

GitPOAPs

Repository Status: Public Beta

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.

Helpful Links

SDK Development

To get started developing this repository, you will need to perform these steps after cloning:

  1. Install Homebrew: https://brew.sh/
  2. Install pre-commit with: brew install pre-commit
  3. Install swift-format with: brew install swift-format
  4. Install pre-commit hooks: pre-commit install

Once you have the development environment set up, you can commit code changes and run tests.