From 1ca8222d7d52fbe3100d37eb616bac9c2a4f4d80 Mon Sep 17 00:00:00 2001 From: Arnau Espin <43625217+aspnxdd@users.noreply.github.com> Date: Tue, 24 Jan 2023 15:48:27 +0100 Subject: [PATCH] feat: clarify that sdk only works for cmv2 (#42) --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index aef424f..6ce28a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -

Candymachine Client SDK

-

A full-featured Solana Metaplex Candymachine client-side library in Typescript

+

A full-featured Solana Metaplex Candy Machine V2 client-side library in Typescript

> **Disclaimer:** The SDK is currently a pre-alpha version @@ -8,27 +7,29 @@ The Candymachine Client SDK offers all functionalities of the former Metaplex Candy Machine CLI but on a standalone pure Typescript client-side library that can run on any browser. +> **IMPORTANT:** This SDK is only compatible with the Candy Machine V2. The Candy Machine V1 or V3 are not compatible. + ### Features -- Create a Candy Machine V2 with multiple and configurable settings: - - Captcha enabled/disabled. - - Mutability on the NFTs. - - Price, number of NFTs. - - Authority. - - NFTs hosted on Arweave. - - Time and date to start the minting. -- Update any Candy Machine V2 in which you are the authority and have the cache file. -- Explore any Candy Machine V2, view the minted NFTs, remaining NFTs to mint... -- Mint a NFT from the Candy Machine V2. -- Available on Solana's Mainnet and Devnet networks. -- Fully compatible with React and NextJS. +- Create a Candy Machine V2 with multiple and configurable settings: + - Captcha enabled/disabled. + - Mutability on the NFTs. + - Price, number of NFTs. + - Authority. + - NFTs hosted on Arweave. + - Time and date to start the minting. +- Update any Candy Machine V2 in which you are the authority and have the cache file. +- Explore any Candy Machine V2, view the minted NFTs, remaining NFTs to mint... +- Mint a NFT from the Candy Machine V2. +- Available on Solana's Mainnet and Devnet networks. +- Fully compatible with React and NextJS. ### Built with -- Typescript -- Metaplex -- Anchor from Serum -- Solana web3.js +- Typescript +- Metaplex +- Anchor from Serum +- Solana web3.js
@@ -44,7 +45,7 @@ $ pnpm add @boxfish-studio/candymachine-client-sdk ## How to use -### Upload your first Candy Machine +### Upload your first Candy Machine v2 1. Import `uploadV2, loadCandyProgramV2, StorageType, verifyAssets` functions and enums: @@ -151,4 +152,3 @@ This SDK has been built thanks to Metaplex's Candy Machine CLI. [Apache 2.0](./LICENSE) © [Boxfish Studio] [Boxfish Studio]: https://boxfish.studio -