Skip to content

maaku/gocash

Repository files navigation

gocash

Webcash implementation in Go

Getting Started

Installation

  1. Clone the repo
git clone https://github.com/maaku/gocash.git
  1. Update submodules
git submodule update --init
  1. Get packages and dependencies
go get
  1. Build webminer
go build -o bin/webminer webminer.go
  1. Have fun!

Docker

  1. Build image
docker build -t gocash .

Usage

./bin/webminer

Docker

docker run -it --rm -v "$PWD:/gocash" --name webminer gocash

About

Webcash implementation in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published