https://github.com/dav009/ergo-scala-skeleton-app
This is a cookiecutter (project template) for an Ergo blockchain project on Scala
https://github.com/dav009/ergo-scala-skeleton-app
blockchain cookiecutter ergo eutxo web3
Last synced: about 1 month ago
JSON representation
This is a cookiecutter (project template) for an Ergo blockchain project on Scala
- Host: GitHub
- URL: https://github.com/dav009/ergo-scala-skeleton-app
- Owner: dav009
- Created: 2021-12-22T06:38:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T10:33:34.000Z (about 3 years ago)
- Last Synced: 2025-02-06T03:32:15.037Z (3 months ago)
- Topics: blockchain, cookiecutter, ergo, eutxo, web3
- Language: Scala
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ergo - ergo-scala-skeleton-app - based Ergo application using AppKit. [`Scala`] *(Community)* (🛠️ Development Tooling <a id="development-tooling"></a> / 📄 Templates <a id="templates"></a>)
README
# Ergo Scala Skeleton App
This is a cookiecutter (project template) for getting started on building with Ergo on Scala. Just clone this project and start coding your smart contract.
You can use the simulator as unitests to mock states of the blockchain. Check the sample unitest.
## Local setup
Make sure you install `SBT` and the `JVM`, for which you can find plenty of tutorials online. You can then import this project into your favourite IDE to start coding.
## Running Tests
once you have installed sbt you can do:
`sbt test`