InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Nft-mix Alternatives
Similar projects and alternatives to nft-mix
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
magicdrop
MagicDrop is a collection of EVM minting protocols that enable the multi stage minting, per stage WL management, per stage supply limit, and crossmint support.
-
nft-mix discussion
nft-mix reviews and mentions
-
How is this solidity function calling another solidity function without referencing it?
I wanted to create an NFT that chooses between an enum of 3 different NFT types. Also I wanted this choice to be decided at random so the minter doesn't know what type of NFT they'll get. I followed this NFT as a guide https://github.com/PatrickAlphaC/nft-mix/blob/main/contracts/AdvancedCollectible.sol. The only significant change that I made was switching Chainlink to API3 as my random number provider. I used a basic API3 implementation to get the random number like this https://github.com/Ashar2shahid/eth-denver-hackathon/blob/master/contracts/Requester.sol. I was able to Franken-code the 2 contracts together to get this:
-
I can't get API3 QRNG to select a random enum value and mint an NFT based on this enum choice
I tried to make a contract that mints a token from an enum of options https://gist.github.com/ChristianOConnor/0ae15b021521c9583dde6c3cc782d4d3. This code fails at every turn. I started with the code from this video https://youtu.be/MFgMpA819DU. I didn't want the strength or intelligence to be generated dynamically, I just had an array of 3 character types that I wanted chosen at random. From my contract: enum Classifier{FIRST, SECOND, THIRD}. I used this contract as a reference for how to select at random from an enum https://github.com/PatrickAlphaC/nft-mix/blob/main/contracts/AdvancedCollectible.sol. This Patrick Collins contract uses Chainlink but I swapped that out with API3. My contract is a complete failure. What am I doing wrong?
-
Brownie gives me this error - ValueError(f"'{value}' is not a valid ETH address") from None When using a function involving Chainlink
I'm using this program to make an NFT https://github.com/PatrickAlphaC/nft-mix and I get this error when I run create_collectable.py
- A real life example (practical) of inheritance use in Solidity?
- What is the best IDE for minting NFTs with Solidity?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 9 Jul 2025
Stats
PatrickAlphaC/nft-mix is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of nft-mix is Solidity.