package
0.0.0-20240209070917-68f1f64a0020
Repository: https://github.com/elarsaks/go-blockchain.git
Documentation: pkg.go.dev
# README
WALLET - Wallet Server
About
The Wallet Server is a web server that handles the connection between clients and the blockchain network.
Dependenies
- Golang
- Air
Installation
If you haven't already installed the project from the parent folder, follow these steps to set up the Wallet Server:
-
Navigate to the parent folder of the project in your terminal.
-
Run the following command to download the necessary dependencies:
go mod tidy
Running
To run the app with the Air library (live reloading), execute the following command in this folder:
PORT=5000 WALLET_SERVER_GATEWAY_TO_BLOCKCHAIN='http://127.0.0.1:5001' air
To run it directly via Golang, execute the following command in this folder:
go run main.go
# Packages
No description provided by the author
# Structs
No description provided by the author