#Client
#Install package with get
go get github.com/ARKEcosystem/go-client/client
#Development
- Fork the package
- Clone forked repository.
git clone https://github.com//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 ./...
Last updated 3 months ago
Edit Page