https://github.com/xterna/blockchain-rest-endpoint
Blockchain.com coding assignment
https://github.com/xterna/blockchain-rest-endpoint
Last synced: about 1 year ago
JSON representation
Blockchain.com coding assignment
- Host: GitHub
- URL: https://github.com/xterna/blockchain-rest-endpoint
- Owner: XternA
- Created: 2018-08-07T09:46:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T13:18:35.000Z (almost 8 years ago)
- Last Synced: 2025-02-17T11:45:59.777Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockchain REST Endpoint
Blockchain.com coding assignment
Incase the project not building properly in IntelliJ IDEA or Eclipse as the project is built with Lombok,
you will need to have the following plugin installed.
### IntelliJ IDEA:
- https://plugins.jetbrains.com/plugin/6317-lombok-plugin
- https://projectlombok.org/setup/intellij
### Eclipse:
- https://projectlombok.org/setup/eclipse
Once your IDE has been set up, the project should build properly from your IDE environment. All dependencies have already been included and configured.