-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.