ArtBlocks / MintingKit

MintingKit: Swift5 Minting API Client

Home Page:https://docs.artblocks.io/creator-docs/art-blocks-engine-onboarding/art-blocks-engine-101/mobile-minter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

MintingKit: Swift5 Minting API Client

https://docs.artblocks.io/creator-docs/art-blocks-engine-onboarding/art-blocks-engine-101/mobile-minter/

License:MIT License


Languages

Language:Swift 99.7%Language:Ruby 0.3%