iinsight is a simple dashboard to display some of the key nahmii statistics often requested by the community. A live version can be found here. Do note that having an Ethereum provider, like MetaMask (extension or mobile app), available in your browser is required to run this dApp.
Once you've cloned this repository and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
This app uses the adapter-static sveltekit adapter. For more details on sveltekit adapters see: adapters. To build this project as a static web app:
npm run build
You can preview the statically built app with
npm run preview
.
To deploy this app to Github pages:
npm run deploy
To contribute, clone this repository and create a new feature branch. Once the new feature is implemented, create a new pull request with a description of the added changes.
Feel free to open a feature request or report a bug through the issues page!