All Projects → ptedeschi → NFT.net

ptedeschi / NFT.net

Licence: MIT license
An engine developed with .NET Core to generate NFT's through a graphical interface. Simple as that, in the best Grab & Go style.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to NFT.net

CoinMarketCap-Desktop
A simple desktop wrapper for CoinMarketCap
Stars: ✭ 21 (-92.86%)
Mutual labels:  crypto, token
Awesome NFTs
A curated collection about NFTs - by bt3gl
Stars: ✭ 42 (-85.71%)
Mutual labels:  token, nft
ethereum-dex
Decentralized exchange implementation for the 0xcert protocol on the Ethereum blockchain.
Stars: ✭ 18 (-93.88%)
Mutual labels:  token, nft
lootloose.com
LootLoose lets you unbundle your Loot Bags into individual item NFTs or rebundle items into their original Loot Bags.
Stars: ✭ 33 (-88.78%)
Mutual labels:  crypto, nft
Axie Infinity Extras
Here are all the websites and projects that are useful if you are an Axie Infinity player. If you find some projects that are not on the list, feel free to make a pull request!
Stars: ✭ 13 (-95.58%)
Mutual labels:  crypto, nft
samila
Generative Art Generator
Stars: ✭ 750 (+155.1%)
Mutual labels:  art, nft
Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (-67.35%)
Mutual labels:  crypto, token
Simple-Game-ERC-721-Token-Template
🔮 Very Simple ERC-721 Smart Contract Template to create your own ERC-721 Tokens on the Ethereum Blockchain, with many customizable Options 🔮
Stars: ✭ 83 (-71.77%)
Mutual labels:  token, nft
tongyimall
高仿小米商城用户端,是Vue + SpringBoot的前后端分离项目,包括首页门户、商品分类、首页轮播、商品展示、购物车、地址管理等部分。管理端在另一个仓库。
Stars: ✭ 55 (-81.29%)
Mutual labels:  token
Pkcs11Interop.X509Store
Easy to use PKCS#11 based X.509 certificate store
Stars: ✭ 24 (-91.84%)
Mutual labels:  crypto
graphest
A faithful graphing calculator
Stars: ✭ 42 (-85.71%)
Mutual labels:  art
firebase-id-tokens-verifier
Code snippet to show how to verify Firebase ID tokens using Ruby
Stars: ✭ 32 (-89.12%)
Mutual labels:  token
WeDPR-Lab-Core
Core libraries of WeDPR instant scenario-focused solutions for privacy-inspired business; WeDPR即时可用场景式隐私保护高效解决方案核心算法组件
Stars: ✭ 147 (-50%)
Mutual labels:  crypto
erc721
The reference implementation of the ERC-721 non-fungible token standard.
Stars: ✭ 989 (+236.39%)
Mutual labels:  token
crypto-watchdog
Crypto Watchdog is an open-source developer friendly project, periodically queries crypto market and notifies potential pumps & recently added tokens/coins via web-hooks.
Stars: ✭ 22 (-92.52%)
Mutual labels:  token
ARnft
A small javascript library for WebAR with NFT
Stars: ✭ 178 (-39.46%)
Mutual labels:  nft
generative.fm
A platform for playing generative music in the browser.
Stars: ✭ 1,557 (+429.59%)
Mutual labels:  art
BatchPayments
A gas conscious batch payment implementation
Stars: ✭ 27 (-90.82%)
Mutual labels:  token
chat-diffie-hellman
A secure chat between an Android client and Java server using AES for encryption and Diffie-Hellman for key exchange.
Stars: ✭ 26 (-91.16%)
Mutual labels:  crypto
ed25519-hd-key
🔐 Key Derivation for ed25519
Stars: ✭ 54 (-81.63%)
Mutual labels:  crypto

Welcome to NFT.net!

It all started during the creation of the Il Pinguino Collection, our first step towards an immersion in the world of Non-Fungible Token (NFT).

We are learning more every day and the most pleasant surprise was getting to know the community behind this world. It's amazing to see the support from everyone involved.

That's why we decided to go a step further. Knowing the community involvement in open source projects, we decided to contribute as well.

We are not artists, but we can help with our code.

There are many amazing projects that help in creating generative art, but they all require a certain technical aspect of making code modifications, installing dependencies, etc. This can end up inhibiting people who could be adding to this space but who are not comfortable in this world.

That's why we created the NFT.net project. An application developed with .NET Core to generate NFT's through a graphical interface. Simple as that, in the best Grab & Go style.

Features

  • Multiple layers
  • Metadata generation (Individual and Merged)
  • Update Metadata Image Base URI after generation (perfect for Pinata IPFS)
  • Weighted Image Randomizer
  • No coding skills required
  • No ads

How to start

Download the most recent release version here and execute it.

Despite the fact that it was thought to work cross-platform, the WinForms application in .NET Core seems to rely solely on Windows at the moment. If there is interest from the community, we can consider alternative solutions to allow use on other platforms.

The release already includes the .NET Runtime but if needed, you can find it here

How it works

Once you run the tool, you will need to select the folder where the NFT layers are located. Next, you will need to provide the output folder where the generated images and metadata will be saved.

After that, you can press the Generate button or you can customize some settings such as the Collection Size, Initial numbers, filename prefix etc.

The most important thing to note here is to make sure you are using the tool, respecting some rules for the layer and elements:

Layer naming (trait types)

Layer folder names MUST start with a number, representing the order in which the image will be rendered, followed by a separator - (dash) plus the layer name. For example:

  • 01-background
  • 02-shape
  • 03-letter

Try to use a good name for your layers because this name will be used to fill in the Metadata trait_type value

Layer elements (trait values)

All images used to create the NFT MUST have the same dimensions (width and height). Subfolders are not supported.

Weighting

If you want to add weighting ability to your images, you can do so by adding weight as a suffix to the image filename.

Imagine the scenario where you have a hat layer and support 5 different hat colors. This is how you can weigh them:

  • hat_red+10.png
  • hat_orange+20.png
  • hat_yellow+20.png
  • hat_green+40.png
  • hat_blue.png

By using the plus sign (+) and a number (between 1-100), you are telling NFT.net the chances to choose images.

In this case, red has 10%. Orange and yellow have 20%. Green has 40%. And blue, since no suffix was added, will be treated as 100%.

Currently, only integers numbers are supported for setting weights!

If no weight is defined in the suffix, 100% is assumed by default!

A new tool was recently added so that you can get a better overview of the probabilities of your features. You can access it by clicking Tools > Check Trait Weights

Projects

If you used NFT.net to generate your NFT collection, please, get in touch. I would love to add yours projects to this list.

Support

I sincerely hope this tool can be useful for you. I will be honored to know that I was able to contribute back to this community.

If you would like to support this work, you can send ETH or NFTs to me. The Ethereum (ERC20) wallet address for this project is: 0x893615196509526dbf85428d284658d12a6dc773

NFT.net
simple but sweet

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].