/litho

Primary LanguageTypeScript

Litho

Litho is an open-source, decentralised marketplace for NFTs!

Litho is powered by CENNZnet.

Running this project locally

  1. First install dependencies and build the project
yarn
yarn build
  1. Run it locally To connect to the TestNet, run the following command. This will use the configs in .env.development `
yarn dev

To connect to the MainNet, run the following command. This will use the configs in .env.production

yarn start

For more information on CENNZnet DApp development, please refer to the CENNZnet Wiki.