Protokol
Search…
Introduction To Digital Assets
Tutorials
How To Create Digital Assets
How To Trade Digital Assets
ARK CORE MODULES
NFT
Development
Complementary Examples
API Endpoints
Guardian
Nameservice
Voting
Protokol Templates
Core Starter Kit
Solidity Typescript Hardhat
Nestjs
Powered By
GitBook
Development
Showing how to setup @protokol/nft development environment.
Prerequisites
Node version 12.x or 14.x
yarn package manager
docker and docker-compose
For more information about setting up development environment go to
https://ark.dev/docs/core/getting-started/development-setup/introduction
​
To run local development enviornment execute the following steps:
1. Clone nft repository
1
git
clone https://github.com/protokol/nft.git
2
​
3
cd
nft
4
​
5
yarn
&&
yarn
build
Copied!
2. Run Postgres database
1
cd
docker/development/testnet
2
​
3
docker-compose
up postgres
Copied!
3. Run local blockchain
From repository root folder:
1
yarn
full:testnet
Copied!
Version Bumping
Prerelease
1
yarn
version:beta
Copied!
Patch
1
yarn
version:patch
Copied!
Changelog
1
yarn
changelog
Copied!
ARK CORE MODULES - Previous
NFT
Next
Complementary Examples
Last modified
7mo ago
Copy link
Contents
Prerequisites
To run local development enviornment execute the following steps:
Version Bumping
Changelog