Skip to content

Commit

Permalink
Update deploy-primary-sales-contract.mdx (#455)
Browse files Browse the repository at this point in the history
* Update deploy-primary-sales-contract.mdx

* Update deploy-primary-sales-contract.mdx
  • Loading branch information
bunnybones1 authored Dec 12, 2024
1 parent 5eb283c commit 430205a
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Callout type="warning">
The Primary Sale feature is currently in early access. To enable them, please visit https://sequence.build/earlyaccess and turn on the functionality.
</Callout>

::::steps
### Step 1: Navigate to contracts

Expand Down Expand Up @@ -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)
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.

0 comments on commit 430205a

Please sign in to comment.