Litho is an open-source, decentralised marketplace for NFTs!
Litho is powered by CENNZnet.
- First install dependencies and build the project
yarn
yarn build
- 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.