git.delta.rocks / unique-network / refs/commits / 3f6d9731162f

difftreelog

Merge pull request #86 from usetech-llc/doc/update_readme

Greg Zaitsev2021-02-03parents: #02dce72 #4e967aa.patch.diff
in: master
Update readme in root and tests for building

2 files changed

modifiedREADME.mddiffbeforeafterboth
5656
57```bash57```bash
58rustup toolchain install 1.49.058rustup toolchain install 1.49.0
59rustup toolchain install nightly-2020-10-0159rustup toolchain install nightly-2020-01-27
60rustup default nightly-2021-01-2760rustup default nightly-2021-01-27
61```61```
6262
modifiedtests/README.mddiffbeforeafterboth
22
3## How to run3## How to run
44
51. Run `npm install`.51. Run `yarn install`.
62. Setup a test node. You can do it using `docker-compose up -d` in parent directory.62. Setup a test node. You can do it using `docker-compose up -d` in parent directory.
73. Optional step - configure tests with env variables or by editing [configuration file](src/config.ts).73. Optional step - configure tests with env variables or by editing [configuration file](src/config.ts).
84. Run `npm test`.84. Run `yarn test`.
99
1010