Skip to content

Commit

Permalink
Work on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Jun 14, 2024
1 parent 11520ec commit b2b856f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 93 deletions.
38 changes: 11 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,23 @@
# gnt2
The new incarnation of the Golem Network Token

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

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` ](https://nodejs.org/en/), suggested using [ `nvm` ](https://github.com/nvm-sh/nvm)
2. [ `yarn` ](https://classic.yarnpkg.com/en/)
It was gnt2 migration UI used for migrating token, no longer needed and not working right now

## Setup

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

``` console
yarn install --frozen-lockfile
```
# gnt2-contracts

**Build**
Project for contract creation, compilation and testing

``` console
yarn build
```
# gnt2-docker-yagna

**Run tests**
Docker image and script for running GOTH tests.
You can deploy contracts based scripts located there or using foundry directly from gnt2-contracts

``` console
yarn test
```
## Setup

**Linter**
Check .github\workflows\main.yml for setup example

``` console
yarn lint
```
Use foundry for testing, look at .github\workflows\foundry.yml for example
66 changes: 0 additions & 66 deletions gnt2-contracts/README.md

This file was deleted.

0 comments on commit b2b856f

Please sign in to comment.