id | title | description |
---|---|---|
getting-started |
Getting Started |
GoLang Client Library For Communicating With Core Server Public REST API |
go get github.com/ARKEcosystem/go-client/client
-
Fork the package
-
Clone forked repository.
git clone https://github.com/<githubusername>/go-client
-
Next, move into the fresh cloned directory.
cd go-client
-
Install the dependencies.
# -t Also Fetches Dependencies Related to Tests go get -t ./...
-
Dependencies are now installed, you can now run the tests to see if everything is running as it should.
go test ./...