Client

Install package with get

1go get github.com/ArkEcosystem/go-client/client

Development

  1. Fork the package
  2. Clone forked repository.
1git clone https://github.com/<githubusername>/go-client
  1. Next, move into the fresh cloned directory.
1cd go-client
  1. Install the dependencies.
1# -t Also Fetches Dependencies Related to Tests
2go get -t ./...
  1. Dependencies are now installed, you can now run the tests to see if everything is running as it should.
1go test ./...
Last updated 2 years ago
Edit Page
Share: