Skip to content

Swisstronik fork for Rarimo Polygon ID web interface

Notifications You must be signed in to change notification settings

SigmaGmbH/rarimo-web-client-polygonid

 
 

Repository files navigation

Swisstronik Rarimo Web Client

Project setup

yarn | yarn install

Getting started

Go to https://gitlab.com/rarimo/polygonid/contracts to get more info about contracts or deploy them by yourself

To setup contract addresses follow this format:

VITE_QUERY_VERIFIER_CONTRACT_ADDRESS_SWISSTRONIK=0x000000000
VITE_VERIFIED_SBT_CONTRACT_ADDRESS_SWISSTRONIK=0x000000000

Compiles and hot-reloads for development

yarn start

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Run unit tests

yarn test

Lints release/release candidate version

yarn rsc %release-version%

Build docker image with version

 docker build --no-cache --progress=plain --build-arg BUILD_VERSION=1.0.0-rc.0 -t react-template .

Some additional features

JsonApi lib

@distributedlab/jac

Web3 provider wrapper lib

@distributedlab/w3p

Utils, tools, helpers, ...etc

@distributedlab/tools

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Swisstronik fork for Rarimo Polygon ID web interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.4%
  • SCSS 25.3%
  • JavaScript 4.4%
  • HTML 1.5%
  • CSS 1.1%
  • Dockerfile 0.3%