0.0.2 • Published 2 years ago

@crossmint/mpl-bubblegum v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Bubblegum

This SDK uses MPL's Solita to generate typescript SDK for anchor smart-contract.

Solita is particularly helpful:

  • Enums: (i.e. TokenProgramVersion)
  • Complex types: (ie MetadataArgs support)
  • Using typed system to identify issues with smart contract args

Install

  1. yarn
  2. node solita.js
  3. import { ... } from '../sdk/bubblegum'