GithubHelp home page GithubHelp logo

palladians / minaverse Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 0.0 1.92 MB

๐ŸŒ Mina Protocol explorer

Home Page: https://minaverse.xyz/

License: Apache License 2.0

JavaScript 1.23% CSS 0.78% TypeScript 97.97% Shell 0.02%
app-router blockchain blockchain-explorer explorer mina mina-protocol nextjs nextjs13 react react-server-components

minaverse's Introduction

Minaverse

Discord

Explore the universe of Mina Protocol.

Stack

  • Next.js 13.4 & React Server Components
  • Tremor, shadcn/ui, Tailwind
  • Playwright

Getting Started

Prerequisite

  • NVM
  • PNPM

Prepare

cp .env.example .env # copy env variables
# Adjust ENV variables in .env
pnpm i # install dependencies

Dev server

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Build app

pnpm build

Lint & format

pnpm format

Contributors

Made with contrib.rocks.

Acknowledgements

  • Big thanks to Gareth Davies for creating and maintaining Mina Explorer APIs.
  • Prices are fetched with CoinGecko.

minaverse's People

Contributors

mrcnk avatar rago4 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

minaverse's Issues

Minaverse Naming Service & Handles

Create zkApp and Open API.

Open API:

  • returns Mina wallet address on /handle/[name]

zkApp:

  • creates handle entry in CMS after specific amount of Mina is paid to address
  • allows trading handles (handle as NFT)

Minaverse:

  • Shows handle profile with urls: minaver.se/[handle] and minaverse.xyz/[handle].

Get ready for TestWorld 2.0

AC:

  • Make sure Minaverse is ready for TestWorld 2.0
  • Consider alternative data sources
  • Create Plan B (Granola's indexer?) for high availability.

Minaverse Crew

A catalogue of teams and repositories building for Mina that are accepting team members and contributions.
This should be similar to what https://www.onlydust.xyz/ offers, but focusing more on Mina.

zkApp Store

AC:

  • Create zkApps directory that's accessible with on-chain metadata (Protokit based appchain?).
  • Integrate zkApp Store directory with Mina wallets (starting from Pallad?).

Mark known scammer addresses

Acceptance Criteria

  • There is a Report button (variant link) added to both Account Preview and Account Details.
  • Report button triggers a modal with this set of fields:
    • Reason (textarea, validation: required, min length: 3 chars, max length: 256 chars)
    • Evidence attachment (upload input, optional, mime type: jpg, png, pdf)
  • Submitting form inside report modal closes the modal and triggers a toast saying Your report has been sent..
  • If account is marked as suspicious, there's an alert (just use Shadcn's one, destructive flavor) with copy This account is marked as suspicious. Beware of scam attempts.. Use alert-triangle icon from Lucide Icons. Alert is shown both in Account Preview and Account Details.

Design

Web App

API

Filter restrictions for specific public key

GET https://sentinel.palladians.xyz/api/collections/restrictions/records?filter=(publicKey='B62qjZ4TgSxJbBKBZeZ8zB7QSAcQy9hy1ugHXTvvF8oC6YGV691qc2j')

Create report

POST https://sentinel.palladians.xyz/api/collections/reports/records
Body:
{
  "publicKey": "B62...",
  "attachment": "[File blob]",
  "description": "The reason to restrict"
}

My Accounts - Dashboard widget

Acceptance Criteria:

  • A widget is added to Dashboard.
  • Widget is called "My Addresses".
  • Widget has a button to open modal to add new address.
  • Addresses are displayed in a table with columns: Public Key, Balance, Transactions (count).
  • Clicking on address opens it in extended view.
  • User is able to add up to 5 addresses to the widget.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.