https://github.com/phxql/kotlin-blockchain
A blockchain PoC written in Kotlin
https://github.com/phxql/kotlin-blockchain
Last synced: about 1 year ago
JSON representation
A blockchain PoC written in Kotlin
- Host: GitHub
- URL: https://github.com/phxql/kotlin-blockchain
- Owner: phxql
- Created: 2017-11-04T09:08:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T09:08:43.000Z (over 8 years ago)
- Last Synced: 2025-02-25T18:47:51.321Z (over 1 year ago)
- Language: Shell
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin Blockchain
A blockchain PoC written in Kotlin.
## Building
Run `./mvnw clean package` and check the `target` folder.
## License
Licensed under [LGPLv3](https://www.gnu.org/licenses/lgpl.html).