Protokol
Search…
Introduction To Digital Assets
Tutorials
How To Create Digital Assets
How To Trade Digital Assets
ARK CORE MODULES
NFT
Development
Complementary Examples
Base
Exchange
API Endpoints
Guardian
Nameservice
Voting
Protokol Templates
Core Starter Kit
Solidity Typescript Hardhat
Nestjs
Powered By
GitBook
Complementary Examples
Scenarios Showing Transaction Creation And Broadcasting Best Practices
NFT complementary examples are splited into two sections:
Base
AND
Exchange
Runnable implementation of all the examples listed can be found here:
nft/packages/nft-examples at develop · protokol/nft
GitHub
Prerequisites
Before we get started we need to make sure that all of the required dependencies are installed.
We recommend the usage of Yarn, but you can choose any other package manager you want!
yarn
1
yarn add @arkecosystem/crypto
2
yarn add @protokol/nft-base-crypto
3
yarn add @protokol/nft-exchange-crypto
4
yarn add @protokol/client
Copied!
pnpm
1
pnpm add @arkecosystem/crypto
2
pnpm add @protokol/nft-base-crypto
3
pnpm add @protokol/nft-exchange-crypto
4
pnpm add @protokol/client
Copied!
npm
1
npm install @arkecosystem/crypto
2
npm install @protokol/nft-base-crypto
3
npm install @protokol/nft-exchange-crypto
4
npm install @protokol/client
Copied!
Previous
Development
Next
Base
Last modified
7mo ago
Copy link
Contents
Prerequisites
yarn
pnpm
npm