Skip to content

Commit

Permalink
📝 add links
Browse files Browse the repository at this point in the history
  • Loading branch information
Troublor committed May 27, 2021
1 parent 988377c commit 73d2bad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ yarn workspace @darcher/go-ethereum gen:dag

The Ethereum DAG will be generated at the `ethash` folder under root directory.

Alternatively, we provide a pre-generated ethash [here](https://1drv.ms/u/s!AjHWCQpYx4NebAwkIvUgL-4HmLg?e=Al3ffi). Download it and extract it at the `ethash` folder under root directory.
Alternatively, we provide a pre-generated ethash [here](https://zenodo.org/record/4812350). Download it and extract it at the `ethash` folder under root directory.

## Prepare the Chrome Profile

*ĐArcher* is designed to test Web-based DApps, so we need to configure a browser profile to use *ĐArcher*.
We provide a preconfigured profile.
Download [`ChromeProfile.zip`](https://1drv.ms/u/s!AjHWCQpYx4Nea03Fy5V5iRgjWIk?e=AC1Zej) and extract it at the `ChromeProfile` folder under the root directory.
Download [`ChromeProfile.zip`](https://zenodo.org/record/4812350) and extract it at the `ChromeProfile` folder under the root directory.

The profile contains two extensions configured for *ĐArcher* as follows:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Proceed at [INSTALL](./INSTALL.md) for installation of dependencies and compilat

### Pre-configured Virtual Machine

Alternatively, we provide a virtual box image [here](), which contains pre-configured environment of *ĐArcher*.
Note that the size of the image is huge (approximate xx GB) due to the fact that *ĐArcher* works on integrated testing of Apps, which requires a GUI environment.
Alternatively, we provide a virtual box image [here](https://zenodo.org/record/4812350), which contains pre-configured environment of *ĐArcher*.
Note that the size of the image is huge (approximate 23.2 GB) due to the fact that *ĐArcher* works on integrated testing of Apps, which requires a GUI environment.

The default user of the virtual machine is `darcher` with password `darcher` (in case you need root privilege).
Inside the virtual machine, the *ĐArcher* project is located at `$HOME/darcher`.
Expand Down

0 comments on commit 73d2bad

Please sign in to comment.