Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dfuse-io/solana-go
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Nov 9, 2020
2 parents d49de8c + 59f746d commit b7f0534
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 39 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.idea
dist/
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ Go library to interface with Solana nodes's JSON-RPC interface, Solana's SPL tok

**or**

2. Build from source with:
2. Install using Homebrew on macOS
```bash
$ brew install dfuse-io/tap/solana-go
```

3. Build from source with:

```bash
go get -u -v github.com/dfuse-io/solana/cmd/slnc
$ go get -u -v github.com/dfuse-io/solana/cmd/slnc
```

# Command-line
Expand Down
14 changes: 0 additions & 14 deletions serum/rice-box.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 11 additions & 22 deletions token/rice-box.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7f0534

Please sign in to comment.