Solana devnet/testnet NFT marketplace

Viewed 684

Is there a devnet/testnet marketplace in Solana that allows to test before production?

Like an equivalent of testnet OpenSea .

1 Answers

There isn't a deployment of any NFT marketplace to Solana Devnet at this time. You can deploy auction house yourself to test an NFT marketplace implementation.

Related