https://github.com/dcb9/go-binancepay
Binance Pay Golang SDK
https://github.com/dcb9/go-binancepay
binance-pay golang
Last synced: about 1 month ago
JSON representation
Binance Pay Golang SDK
- Host: GitHub
- URL: https://github.com/dcb9/go-binancepay
- Owner: dcb9
- Created: 2022-06-29T03:58:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T14:35:24.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T16:15:51.533Z (about 1 month ago)
- Topics: binance-pay, golang
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-binancepay
Binance Pay Golang SDK
### Install
~~~bash
go get -u github.com/dcb9/go-binancepay
~~~### Test
~~~bash
go test ./...
~~~