Skip to content

noway/nzcb-dapp

Repository files navigation

NZ COVID Badge - Dapp repo

Info & FAQ

Read the website for more info.

Technical info

Create React App with typescript template is used. Wallet handling is done via @web3-onboard/react. Webpack@5 is used alongside the snarkjs package.

Configuration

See src/config.ts for configuration values.

Develop

  • Create .env file in the root directory of the project
  • Populate it env variables
    • Use .env.example as a reference.
  • Run yarn
  • Run yarn start

Update contract types

  • Run yarn compile-contract-types

Features

  • Minting badge
  • Selecting custom RPC endpoint
  • Multiple block explorer links

Tech Spec

Related repos

License

MIT License