Code Monkey home page Code Monkey logo

nftport-unity's Introduction

NFTPort Gaming

star this repo Join Discord Follow Twitter
Release Json Json
License Made with Unity Made with NFTPort

Introduction

NFTPort's Unity extension provides tools and features to fast-track development and create cross-chain compatible NFT games and products in Unity with fast and reliable onchain data.

Installation

You can install this package from git, compatible with UPM (Unity Package Manager).

  1. Open Window > Package Manager
  2. In Package Manager, click + and select Add Package from git URL
  3. Paste
https://github.com/nftport/nftport-unity.git
  1. Click Add.

Done!

If you want to target a specific version, append #release/<some-tag> or another specific tag from the Release section.

NFTPort is now available in the Packages/ folder. You can import a number of samples:

  1. Open Window > Package Manager
  2. Select NFTPort
  3. Select Samples and import the desired ones.
  4. Explore Documentation Features

Upto 100 or more free NFT mints and 5 fully owned customizable contracts for your first product/development.


Supported Networks

Create cross-chain games and products with fast and reliable NFT data and mints

  • Ethereum โœ…
  • Polygon โœ…
  • Solana โœ…
  • Goerli โœ…

3dfree


Feature list:

โœ… - Supported
โŒ - Not supported as of now
๐Ÿงญ - Planned
๐Ÿ›  - In consideration according to requests

Multi-Chain NFT Data

Get fast and reliable data.

API Feature Ethereum Goerli Polygon Solana
Contracts, Metadata & Assets
Retrieve NFT details โœ… โœ… โœ… โœ…
Retrieve contract-collection NFTs โœ… โœ… โœ… โœ…
Ownership including NFT metadata and details:
Retrieve NFTs owned by an account โœ… โœ… โœ… โœ…
Retrieve NFTs owned by an account in a particular collection โœ… โœ… โœ… ๐Ÿ› 

Easy minting

Easy mint NFTs with single component.

API Feature Ethereum Goerli Polygon Solana
Easy Minting
Via URL ๐Ÿ›  โœ… โœ… ๐Ÿงญ
Via File ๐Ÿ›  โœ… โœ… ๐Ÿงญ

Storage, contracts and customizable minting

Deploy fully customizable NFTs and contracts with industry standards - decentralized web3 storage, metadata, custom attributes and more.

API Feature
Storage
List all your IPFS uploads Via dashboard
Upload a file to IPFS โœ…
Create and upload advanced industry standard metadata to IPFS โœ…
Upload metadata directory to IPFS ๐Ÿงญ
API Feature Ethereum Goerli Polygon Solana
Product
ERC 721 โœ… โœ… โœ… โœ…
ERC 1155 ๐Ÿงญ ๐Ÿงญ ๐Ÿงญ โŒ
SPL โŒ โŒ โŒ ๐Ÿงญ
Deploy a contract for NFT products ๐Ÿงญ ๐Ÿงญ via API ๐Ÿงญ
Customizable minting : Mint NFTs of your contract to any wallet โœ… โœ… โœ… ๐Ÿงญ
Update a minted NFT / Dynamic NFTs โœ… โœ… โœ… ๐Ÿงญ
Burn a minted NFT โœ… โœ… โœ… ๐Ÿ› 
Transfer a minted NFT โœ… โœ… โœ… ๐Ÿ› 

Transactions

Get multichain transaction data.

API Feature Ethereum Goerli Polygon Solana
Retrieve transactions by NFT โœ… โŒ โŒ โœ…
Retrieve transactions by collection โœ… โŒ โŒ โœ…
Retrieve transactions by an account โœ… โŒ โŒ โœ…
Retrieve contract sales statistics ๐Ÿ›  โŒ โŒ ๐Ÿ› 

Tools and Utilities

Tools
Connect Player Wallet : WebGL โœ…
Asset Downloader:
Determine URL Content Type โœ…
Fetch Image asset from IPFS / web cached image โœ…
Fetch Audio file from IPFS / web ๐Ÿงญ
Fetch 3D object from IPFS / web โœ… Use determine content type with gltFast , View Example
NFT collection reader (bulk) ๐Ÿงญ
NFT Product Minting Suite ๐Ÿงญ




View Advanced Playground Demo Template Project: https://github.com/Worldsz/NFT-Unity3D-Metaverse-Template

ezgif-1-41d05440f3 gallery 1 sz 4 ezgif-1-c6950c812e

nftport-unity's People

Contributors

saszer avatar semantic-release-bot avatar taivop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nftport-unity's Issues

Assets/Advanced Playground/Gallery/Gallery.cs(8,26): error CS0246: The type or namespace name 'NFTs_OfAContract' could not be found (are you missing a using directive or an assembly reference?)

Hi,
After updating the package to 1.0.0 the following problems occurred.
Screenshot from 2022-10-06 14-40-18

[details]
Assets/Advanced Playground/Gallery/Gallery.cs(8,26): error CS0246: The type or namespace name 'NFTs_OfAContract' could not be found (are you missing a using directive or an assembly reference?)

Assets/Advanced Playground/Gallery/GalleryController.cs(104,12): error CS0246: The type or namespace name 'NFTs_OfAContract' could not be found (are you missing a using directive or an assembly reference?)

Assets/Advanced Playground/Gallery/Gallery.cs(16,22): error CS0246: The type or namespace name 'NFTs_OfAContract' could not be found (are you missing a using directive or an assembly reference?)

The automated release is failing ๐Ÿšจ

๐Ÿšจ The automated release from the com.nftport.nftport branch failed. ๐Ÿšจ

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. Iโ€™m sure you can fix this ๐Ÿ’ช.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the com.nftport.nftport branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those donโ€™t help, or if this issue is reporting something you think isnโ€™t right, you can always ask the humans behind semantic-release.


No npm token specified.

An npm token must be created and set in the NPM_TOKEN environment variable on your CI environment.

Please make sure to create an npm token and to set it in the NPM_TOKEN environment variable on your CI environment. The token must allow to publish to the registry https://registry.npmjs.org/.


Good luck with your project โœจ

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.