anfegu / NFT10K

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moralis Mutants NFT Collection | Generative Art Engine

πŸ§Ÿβ€β™€οΈπŸ§Ÿβ€β™‚οΈ Welcome to Rekt City on behalf of its horribly mutated survivors. πŸ§Ÿβ€β™€οΈπŸ§Ÿβ€β™‚οΈ

About

Aim: Save time and resources for artists and developers by allowing them to generate and host NFT art, across blockchains, in one place (utilising Moralis).

These tutorial videos are a great introduction. Part 1: Link to Moralis YouTube Video Part 2: Link to Moralis YouTube Video

Quick Launch πŸš€

Via terminal, navigate to root directory:

npm install

Go to Moralis.io to create your server instance. Then rename .env-example file to .env and add your Moralis server credentials.

Note: To find your xAPI key: https://deep-index.moralis.io/api-docs/#/storage/uploadFolder

Create your layered artwork and split into folders in ./input and configure your collection to match your layer structure and preferences accordingly by editing ./input/config.js:

Finally, via terminal in the project directory run:

node index.js

This injects the mutagen that will bring your Moralis mutants ALIVE!

Minting β›“

Via terminal, navigate to root directory:

npx hardhat run deploy.js --network moralisNode

To compile on moralisNode with your own account, change in the .env-change file the constant PRIVATE_KEY = "your own Metamask private key" To deploy to another network, you can change moralisNode to: local or hardhat For local changes to the .env file, constant LOCAL_PRIVATE_KEY = "one of the private keys generated with 'npx hardhat node' or taken from Ganache node: http:localhost:8545" Finally rename ".env-change" file for ".env"

Dependencies πŸ—

moralis: ℹ️ Docs

canvas: ℹ️ Docs

Todos βœ…

  • NFT contract allowing tokens to be minted and tranferred for Opensea.
  • Users can mint NFT collection via custom dapp frontend.
  • Compatibility across-chains (SOL/MATIC).
  • Much more TBA.

Community BUIDLing πŸ‘¨β€πŸ”§πŸ‘©β€πŸ”§

About

License:MIT License


Languages

Language:JavaScript 96.3%Language:Solidity 3.7%