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