opencodeiiita / SolMintNFT

A Solana blockchain based generative NFT marketplace.
MIT License
6 stars 21 forks source link
arweave blockchain metaplex nft opencode22 rust solana typescript

SolMintNFT

sol-sym

SolMintNFT is a project under OpenCode'22, that will be building an NFT marketplace using the Solana blockchain. Here, we will mint collection of generative NFTs using tools like, Metaplex and Hashlips-art-engine, and NFTs using Rust.

Tech Stacks

Setup on local machine

Setting up the environment-

The normal cargo build is available for building programs against your host machine which can be used for unit testing:

$ cargo build

To build a specific program, such as SPL Token, for the Solana BPF target which can be deployed to the cluster:

$ cd <the program directory>
$ cargo build-bpf

Claiming an issue

Guidelines

Communication

If you have any doubt or suggestions regarding the project or it's any issue, feel free to ping us anytime in the SolMintNFT channel of our Discord server.

Resources