Skip to content

Commit

Permalink
Merge pull request #2 from juanky201271/dev_refactoring
Browse files Browse the repository at this point in the history
Dev refactoring
  • Loading branch information
juanky201271 authored Mar 17, 2023
2 parents da3ff52 + a994417 commit 4afe746
Show file tree
Hide file tree
Showing 89 changed files with 2,225 additions and 2,045 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Zingo PC is written in Electron/Javascript and can be build from source. It will
#### Pre-Requisites
You need to have the following software installed before you can build Zingo PC Fullnode

* [Nodejs v12.16.1 or higher](https://nodejs.org)
* [Nodejs recommended version: v16.16.0 (LTS) ](https://nodejs.org/en/blog/release/v16.16.0)
* [Yarn](https://yarnpkg.com)
* [Rust v1.40 or higher](https://www.rust-lang.org/tools/install)
* [Rust stable/nightly version](https://www.rust-lang.org/tools/install)

```
git clone https://github.com/zingolabs/zingo-pc.git
Expand All @@ -18,7 +18,7 @@ yarn install
yarn build
```

If for some reason you get an `ERR_OSSL_EVP_UNSUPPORTED` error when running `yarn build`, just run the command with `NODE_OPTIONS=--openssl-legacy-provider` env variable, or downgrade the `node` version.
If for some reason you get an `ERR_OSSL_EVP_UNSUPPORTED` error when running `yarn build` in node v17 or v18, just run the command with `NODE_OPTIONS=--openssl-legacy-provider` env variable, or downgrade the `node` version to v16.16.0.

To start in locally, run
```
Expand Down
Loading

0 comments on commit 4afe746

Please sign in to comment.