Deploy NFTs with Truffle, IPFS OpenSea & Polygon

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Truffle-Tutorial-ERC721

    Repo for deploying and minting NFTs for opensea and ipfs with truffle

  • You could start entering git into the console. Then, check node as well. With that, boot VS Code, make a new workspace or folder. Open a new terminal in the folder and clone The Repo with git clone https://github.com/YourNewEmpire/Truffle-Tutorial-ERC721. Once its cloned, enter npm install to install all the modules we need for this project, rudimentary npm at work here.

  • EIPs

    The Ethereum Improvement Proposal repository

  • ERC-721 doc - The old standard we used

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • arweave

    The Arweave server and App Developer Toolkit.

  • I will be using Pinata for fast, simple uploads to IPFS. This is a third-party service. Although, In future, I would recommend grabbing IPFS for desktop so that you can run a node on a Raspberry pi or such. At the time of writing this, the performance of the IPFS network has been fluctuating. Hosting an IPFS node would be the super professional way, but out of the scope of this tutorial. You may be interested in an alternative like Arweave. Arweave is similar to IPFS in that its a distributed network. However, Arweave use a Blockweave approach, more similar to a chain. Basically, you can pay gas to store immutable files.

  • Visual Studio Code

    Visual Studio Code

  • VS code dl

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Scrape Google Finance

    1 project | dev.to | 6 May 2024
  • Create a simple Server using Express.js.

    1 project | dev.to | 4 May 2024
  • 8 Essential VS Code Extensions [2024]

    1 project | dev.to | 28 Apr 2024
  • Employee Management System using Python.

    2 projects | dev.to | 21 Apr 2024
  • A deep dive into progressive web apps (PWA)

    1 project | dev.to | 20 Apr 2024