diff --git a/docs/pages/solutions/collectibles/contracts/deploy-primary-sales-contract.mdx b/docs/pages/solutions/collectibles/contracts/deploy-primary-sales-contract.mdx index 198ae6ec147..7e1efd22420 100644 --- a/docs/pages/solutions/collectibles/contracts/deploy-primary-sales-contract.mdx +++ b/docs/pages/solutions/collectibles/contracts/deploy-primary-sales-contract.mdx @@ -10,10 +10,6 @@ import { Callout } from "vocs/components"; This guide walks through how to setup and deploy the contracts for launching a primary sale - suitable for an NFT Drop, in-game store, and more. - -The Primary Sale feature is currently in early access. To enable them, please visit https://sequence.build/earlyaccess and turn on the functionality. - - ::::steps ### Step 1: Navigate to contracts @@ -80,7 +76,4 @@ Return to your deployed Sale contract and select `Write contract`. We will then Once all that information is filled out, go ahead and click `Write` to build the transaction, then `Confirm` to mint the token! :::: -What's next? You can now utilize the sale contracts publicly on your website for an NFT drop or use these contracts for your in-game store to sell game items to your players. We also recommend taking a look at our boilerplates that leverage the sale contracts to enable various use cases such as Fiat Payments with a credit card or ability to pay in any currency for your sale using currency abstraction. - -- [Purchase an NFT via the Sales contract with a Credit Card](https://github.com/0xsequence/demo-nft-checkout/tree/master) -- [Leverage currency abstraction to pay in any currency for your sale](https://github.com/0xsequence/currency-abstraction-demo) \ No newline at end of file +What's next? You can now utilize the sale contracts publicly on your website for an NFT drop or use these contracts for your in-game store to sell game items to your players. We also recommend taking a look at our [Sequence Pay boilerplate]((https://github.com/0xsequence-demos/sequence-pay-boilerplate), which leverages the sale contracts to enable various use cases such as Fiat Payments with a credit card or ability to pay in any currency for your sale.