https://github.com/stupidcodefactory/bitfinex-test
https://github.com/stupidcodefactory/bitfinex-test
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stupidcodefactory/bitfinex-test
- Owner: StupidCodeFactory
- Created: 2023-10-30T00:08:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T00:12:45.000Z (over 2 years ago)
- Last Synced: 2025-05-22T02:40:54.835Z (about 1 year ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### setup
#### boot Grape nodes:
```bash
cp .env.example .env
docker-compose up
```
#### install dependencies
```
yarn install
```
### run the only test
```
yarn test
```