Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siddhantprateek/xester
https://github.com/siddhantprateek/xester
fabric go private-network protocols typescript
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/siddhantprateek/xester
- Owner: siddhantprateek
- License: mit
- Created: 2023-01-17T17:10:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T07:56:17.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T22:59:18.254Z (5 months ago)
- Topics: fabric, go, private-network, protocols, typescript
- Language: Go
- Homepage:
- Size: 382 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xester
### Tech Stack
![Hyperledger](https://img.shields.io/badge/hyperledger-2F3134?style=for-the-badge&logo=hyperledger&logoColor=white)
![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)
![Kubernetes](https://img.shields.io/badge/kubernetes-%23326ce5.svg?style=for-the-badge&logo=kubernetes&logoColor=white)### Features
## Setting up dev-environment
- Fork the repository [siddhantprateek/xester](https://github.com/siddhantprateek/xester)
- ```shell
git clone https://github.com//xester
cd xester
```
- Install Go/Golang 1.17 and above [go.dev](https://go.dev/)- ```javascript
cd api_gateway
go get .
go run cmd/main.go
```
### Author
- [Siddhant Prateek Mahanayak](https://github.com/siddhantprateek)