/sand

S.A.N.D project

Primary LanguageJavaScript

S.A.N.D project

Decentralized Smart NFT Analytics

Prendi Gerald
Guma Paola
Di Pietro Enrico
Solaro Giacomo
Vittoria Scocco

Idea

A web app built on web-technologies that integrates analytics with web3 assets and lets you track your favourite NFTs and cryptos in real time. Chat with friends in private chat, or in dedicated waiting rooms where you connect with other people with same interesets.

Features

  • Real-time app
  • NFTs and cryptos analytics
  • integrated chats
  • chat rooms for waiting and news
  • web3 integration (wallets, transactions)

How to run

Run the following command in the command line
npm install && npm start
or
yarn install && yarn start

Linting and fixing errors

Run the following command to see the linting errors and warnings:
npm run lint

If any errors present, eslint will show you the erros and warning, some are automatically fixable.
To fix them run the following command
npm run lint:fix

Code Documentation

To generate the jsdoc documentation from the code:
npm run docs
*Note npm docs will open the wiki in the github repo.