https://github.com/zhibirc/bitshare
https://github.com/zhibirc/bitshare
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhibirc/bitshare
- Owner: zhibirc
- License: gpl-3.0
- Created: 2023-04-25T20:42:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T19:41:39.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T04:56:37.120Z (about 2 years ago)
- Language: Go
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# bitshare
Architecture Overview
## Purpose/motivation
## Usage
### Development
Run Redis server on port `6379` using Docker. This also exposes _RedisInsight_ on port `8001` for data visualization.
For more information please check [Run Redis Stack on Docker](https://redis.io/docs/stack/get-started/install/docker/).
```shell
docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:6.2.6-v7
```