Setup

Learn how to use Ocean Protocols Data NFTs in your solutions

Get started by choosing your system

Do you want to build using our APIs or add the NFT-Kits functionalities as a direct dependency in a Kotlin/Java application

API

Installation & Running the Project

Make sure you have Docker or a JDK 16 build environment including Gradle installed on your machine

  1. Clone the project

git clone https://github.com/walt-id/waltid-nftkit.git

2. Change the folder

cd waltid-nftkit/

3. Configure your project

4. Building the docker container

docker build -t nftkit .

5. Running the container

docker run -p 7000:7000 -it nftkit

Start Building

NFT | Verification - How to verify NFT ownership and properties in the metadata

NFT | Wallet - View NFTs via a Web-Wallet

Architecture - See how the Ocean Protocol was integrated into the NFT-Kit

Kotlin/Java SDK

Gradle

Maven

Required Maven repos:

Start Building

NFT | Verification - How to verify NFT ownership and properties in the metadata

NFT | Wallet - View NFTs via a Web-Wallet

Architecture - See how the Ocean Protocol was integrated into the NFT-Kit

Last updated

Was this helpful?