Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maaku/gocash
Webcash implementation in Go
https://github.com/maaku/gocash
webcash
Last synced: about 1 month ago
JSON representation
Webcash implementation in Go
- Host: GitHub
- URL: https://github.com/maaku/gocash
- Owner: maaku
- License: mpl-2.0
- Created: 2023-02-12T21:39:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T08:48:12.000Z (12 months ago)
- Last Synced: 2024-10-12T20:47:10.356Z (2 months ago)
- Topics: webcash
- Language: Go
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gocash
Webcash implementation in Go
## Getting Started
### Installation
1. Clone the repo
```sh
git clone https://github.com/maaku/gocash.git
```2. Update submodules
```sh
git submodule update --init
```3. Get packages and dependencies
```sh
go get
```4. Build webminer
```sh
go build -o bin/webminer webminer.go
```5. Have fun!
### Docker
1. Build image
```sh
docker build -t gocash .
```## Usage
```sh
./bin/webminer
```### Docker
```sh
docker run -it --rm -v "$PWD:/gocash" --name webminer gocash
```