ArtBlocks / artblocks-contracts

Smart contracts that power Art Blocks.
https://artblocks.github.io/artblocks-contracts/#/
GNU Lesser General Public License v3.0
67 stars 28 forks source link

Art Blocks Monorepo

This monorepo contains packages and configurations for open source components of the Art Blocks ecosystem.

Packages

@artblocks/contracts

This package contains all the smart contracts for the Art Blocks ecosystem and is published as the npm package @artblocks/contracts, providing developers with access to the contracts and their associated ABIs.

Features:

Documentation:

@artblocks/sdk

The upcoming SDK to make client-side interactions with the Art Blocks ecosystem easier. Initial scope includes functions around purchasing and minter configuration for projects. This is not yet functional and has not published package.

Features:

Documentation:

Shared Configurations

eslint-config-custom

This directory contains a shared ESLint configuration used across the repository. It's not published as a separate package.

tsconfig

This directory contains a shared TypeScript configuration used across the repository. It's not published as a separate package.

License

The Art Blocks artblocks-contracts repo is open source software licensed under the GNU Lesser General Public License v3.0. For full license text, please see our LICENSE declaration file.