Skip to content

The version of our proof-of-concept solution to be deployed on the localhost network.

Notifications You must be signed in to change notification settings

Autentisk/Localhost

Repository files navigation

Localhost

The version of our proof-of-concept solution to be deployed on the localhost network.

Requirements

You will need the following tools:

  • [Node (v18 LTS)]
  • Yarn ([v1] npm install --global yarn)

Getting started

  1. Install dependencies
yarn install
  1. Run local network in the first terminal:
yarn chain
  1. In a second terminal, deploy the contracts:
yarn deploy
  1. In a third terminal start your frontend:
yarn start
  1. In the second terminal again, run the scenarios:
yarn scenario1-4 (E.g. scenario1)

About

The version of our proof-of-concept solution to be deployed on the localhost network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published