Creator Portal
When you register a collection, your royalty wallet gains access to the administrative controls for your Frensei collection page and smart contracts.
Last updated
When you register a collection, your royalty wallet gains access to the administrative controls for your Frensei collection page and smart contracts.
Last updated
You can edit every aspect of your collection through the creator portal. The editing process mirrors the steps and screens of the initial collection registration journey.
Frensei offers multiple ways to manage allow lists for minting. Our smart contracts provide the flexibility to:
Set a maximum number of mints per wallet for each phase.
Implement dynamic maximum mints per wallet based.
This flexibility is ideal for partnerships and collaborations, allowing you to conduct raffles directly in Frensei. The platform automatically adjusts the maximum mints per wallet according to the number of winning tokens held by each wallet, also known as "whale support."
Manual: Set a wallet and mint amount manually
Raffle: Perform an automated raffle of spots for a Frensei supported collection
Upload: Upload a json file containing wallets and max mint amounts for each wallet
Frensei allows you to make changes to your smart contract from the creator portal UI. This includes the ability to:
Sync Phase / Allow List Proofs: Ensuring only the right people can mint
Freeze Minting: To cut supply or in case of emergency
Change Token URI: Manage prereveal / reveals, or introduce dynamic traits/NFTs.
Anytime you change an allow-list allocation or update information about a particular phase (e.g., date/time), it must be synced with the smart contract on-chain. This can be achieved by hitting the "Sync Phases" button.
Freeze Mint
If you need to stop a mint in-progress due to some unforeseen issue, you can click the Freeze Mint button. The mint can be unfrozen later.
Update Token URI & Pre-reveals
The Token URI determines the metadata and artwork display of an NFT. It is essentially a URL containing a JSON file with details about each token.
We support any URL, whether on-chain or off-chain, including platforms like Arweave or IPFS. Typically, the format of a Token URI is https://<some_base_url>/<token_id>{.fileExtension}
, though the file extension is often optional and may not be included, as shown in the example above.
Iterative and Non-Iterative URIs:
Iterative URI: This format includes a unique path for each token, such as /<token_id>
.
Non-Iterative URI: In some scenarios, a non-iterative URI is used. For example, during pre-reveal stages, you might use a placeholder image and metadata file.
Pre-reveal Process:
Generate Placeholder: Create a placeholder image and metadata file.
Upload to Decentralized Storage: Upload these files to decentralized storage solutions like IPFS or Arweave.
Set Token URI: Use this placeholder URI as the token_uri
for your collection.
When you are ready to reveal the actual collection, simply update the token URI to point to the real/revealed URLs.