Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 584 Bytes

Readme.md

File metadata and controls

19 lines (11 loc) · 584 Bytes

GOLang SDK for Layer Payment


Version go1.14.6 windows/amd64

Steps to install and run

  1. Copy the code from "src" directory to the GOPATH "src" directory

  2. Run the command "go get github.com/go-resty/resty" under the "src" directory from the command line to install the package

  3. Run the program by using the command "go run ." (go run followed by dot)

  4. Browse to http://localhost:3000/ to view the payment page

Notes

The config.json file contains the settings i.e AccessKey, SecretKey, Environment and Sample Data.