/nft-gallery

NFT Explorer && Gallery for Kusama.network and Polkadot.network

Primary LanguageVueMIT LicenseMIT

πŸ–ΌπŸ‘€ NFT Market/Gallery on Kusama & Polkadot

All Contributors DeepScan grade DeepSource

Social medias

Readings πŸ“š

Demo version ▢️

Development πŸ—

Contribution is welcome!

We are using yarn workspace, as installing things via npm will result in broken dependencies.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Matej Nemček

πŸ’»

Viki Val

πŸ”¬

Jarek KrupiΕ„ski

πŸ’»

Mikhail Krasnoselskii

🌍

jimmy-tudeski

🌍

Harry

🌍

Jiri Rozinek

🌍

Summer2040

🌍

achrafchi

🌍

lunacek

🌍

razi429

🌍

Snyk bot

πŸ›‘οΈ

joaopscastro

🌍

anindyabaidya

🌍

Onuwa Nnachi Isaac

πŸ’»

Ferhat Sirin

🌍

hernanvqt

🌍

Martin Tonhauzer

🌍

katongo11

🌍

kzyxyz

🌍

yacare555

πŸ’»

Ryan Gordon

πŸ’»

Takamasa Arakawa

πŸ’»

dependabot[bot]

πŸ›‘οΈ

allcontributors[bot]

πŸ“’

Made with contributors-img.

πŸ•Ή Play

git clone git@github.com:kodadot/nft-gallery.git
cd dashboard;yarn
yarn serve
open http://localhost:9090/

πŸ™‹β€β™€οΈ I want to contribute

Sure, your contribution is welcome. Please follow code of conduct and contribution guidelines

Support the project ⭐

If you feel awesome and want to support us in a small way, please consider starring and sharing the repo! This helps us getting known and grow the community. πŸ™

🐳 Docker

If you want just to try out our KodaDot on Kusama and have full local setup with local node, we assume you have docker and docker-compose installed. We have are building images from develop and master branch

You need to make yourself be in /dashboard directory first

docker-compose pull && docker-compose up

If you want to run just KodaDot

docker-compose up kodadot

Build docker image of KodaDot

docker build -t hello/kodadot .

Run it locally and then visit localhost:9090

docker run -it -p 8080:8080 --rm --name hellokodadot hello/kodadot