# stellarnet **Repository Path**: mirrors_keybase/stellarnet ## Basic Information - **Project Name**: stellarnet - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stellarnet ## Testing This package uses the [vcr](https://github.com/keybase/vcr) package to record http responses. Running go test will use the pre-recorded responses to the stellar horizon requests. To run against the test horizon servers: go test -live To record new responses from the test horizon servers: go test -record This makes `go test` very fast (0.02s) as it doesn't hit the network at all. Currently, `go test -live` or `go test -record` takes 20s. ## Forks To make a link so the tests use keybase's fork of the horizon client: ln -s $(GOPATH)/src/github.com/keybase/stellar-org $(GOPATH)/src/github.com/stellar/go And to remove it: rm $(GOPATH)/src/github.com/stellar/go