Development
Showing how to setup @protokol/nft development environment.
Prerequisites
To run local development enviornment execute the following steps:
1. Clone nft repository
git clone https://github.com/protokol/nft.git
cd nft
yarn && yarn build2. Run Postgres database
cd docker/development/testnet
docker-compose up postgres3. Run local blockchain
Version Bumping
Prerelease
Patch
Changelog
Last updated
Was this helpful?