https://youtu.be/F28y3I8JdB4


<aside> 💡 Note that the current version you are testing is deployed on the Arbitrum test net.

</aside>


tldr;

Drop needs to be prepared as a zip file and uploaded via the form. Nil is uploading it further to Arweave and permanently stores a reference in a smart contract.

  1. Clone a project template from ‣ Repository contains helper library with random numbers generator based on a seed, a development server and a script for zipping the project up for uploading to the launchpad
  2. Install dependencies npm i
  3. Start a development server npm start it will open new browser tab with a project preview. Server accepts two query parameters:
  4. Develop your project by editing src/index.jsfile
  5. (optional) Specify custom traits and their rarity
  6. (optional) Customise image ratio (default set as 1:1) in public/metadata.js
  7. Build a project with npm run build
  8. Test it in the sandbox
  9. Set up your drop details and deploy your collection

Terminology

<aside> 💡 Here we explain all the terminology used in Nil launchpad.

</aside>

Generative Collection (GC)