Skip to content

SourceCheckOrg/licium-nft-ui

Repository files navigation

Licium Protocol NFT demo dApp

Demo dApp for Licium Protocol NFT based on the Next.js framework.

Development environment setup

Node.js

A recent version of Node.js is required to run the dApp.

We recommended using Node Version Manager nvm to install Node.js in Linux and MacOS environments.

The code was created using v14.15.3.

Terra Blockchain

The application also makes use of Terra Wallet Provider to connect to the Terra Blockchain

Installing Licium NFT UI code

Clone this repository:

$ git clone https://github.com/SourceCheckOrg/licium-nft-ui.git

Install the dependencies

$ cd licium-nft-ui
$ npm install

Start the Web UI:

$ npm run dev

The Web UI will be available on the following URL:

http://localhost:3000

Releases

No releases published

Packages

No packages published

Languages