https://github.com/devinrsmith/crypto-application
https://github.com/devinrsmith/crypto-application
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devinrsmith/crypto-application
- Owner: devinrsmith
- Created: 2021-09-08T23:28:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T21:44:43.000Z (over 2 years ago)
- Last Synced: 2025-01-26T09:12:06.032Z (4 months ago)
- Language: Java
- Size: 200 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto Sources
### Prerequisites
Ensure local build of [deephaven-core](https://github.com/deephaven/deephaven-core):
```
deephaven-core$ ./gradlew prepareCompose
```### Development build
```
$ ./gradlew build
```Note: when making changes to `deephaven-core`, you'll want to make sure you execute a clean build, as the `deephaven-core` changes don't cause a cache-invalidation in this project (yet):
```
./gradlew clean build
```### Development launch
```
$ docker-compose up
```Starts a self-contained environment, and exposes port 10042, [http://localhost:10042/ide/](http://localhost:10042/ide/).