Skip to content

golemfactory/gnt2

Repository files navigation

gnt2

The new incarnation of the Golem Network Token

After library update gnt2-migration-ui won't work

Go back to https://github.com/golemfactory/gnt2/tree/legacy to last working version with old node libraries

Right now library is only used for Goth tests

System requirements

  1. Node.js , suggested using nvm
  2. yarn

Setup

Install dependencies

yarn install --frozen-lockfile

Build

yarn build                    

Run tests

yarn test

Linter

yarn lint