An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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`