Skip to content

Commit

Permalink
Add link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Sep 16, 2021
1 parent fab721f commit bf12516
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@

reference: https://github.com/metaplex-foundation/metaplex/tree/e9841d4bb121fbea784ff60c83ddd3bb1a26d220

## auction ([Go client](/clients/auction))
## auction ([Go client](/clients/auction)) ([Go docs](https://pkg.go.dev/github.com/gagliardetto/metaplex-go/clients/auction))

- README: https://github.com/metaplex-foundation/metaplex/tree/master/rust/auction/program
- Example usage (rust): https://github.com/metaplex-foundation/metaplex/blob/master/rust/auction/cli/src/main.rs
- Source: https://github.com/metaplex-foundation/metaplex/tree/master/rust/auction/program/src


## token-metadata ([Go client](/clients/token-metadata))
## token-metadata ([Go client](/clients/token-metadata)) ([Go docs](https://pkg.go.dev/github.com/gagliardetto/metaplex-go/clients/token-metadata))

- README: https://github.com/metaplex-foundation/metaplex/blob/master/rust/token-metadata/program/README.md
- Example usage (rust): https://github.com/metaplex-foundation/metaplex/blob/master/rust/token-metadata/test/src/main.rs
- Source: https://github.com/metaplex-foundation/metaplex/tree/master/rust/token-metadata/program/src

## token-vault ([Go client](/clients/token-vault))
## token-vault ([Go client](/clients/token-vault)) ([Go docs](https://pkg.go.dev/github.com/gagliardetto/metaplex-go/clients/token-vault))

- README: https://github.com/metaplex-foundation/metaplex/blob/master/rust/token-vault/program/README.md
- Example usage (rust): https://github.com/metaplex-foundation/metaplex/blob/master/rust/token-vault/test/src/main.rs
- Source: https://github.com/metaplex-foundation/metaplex/tree/master/rust/token-vault/program/src


## metaplex ([Go client](/clients/metaplex))
## metaplex ([Go client](/clients/metaplex)) ([Go docs](https://pkg.go.dev/github.com/gagliardetto/metaplex-go/clients/metaplex))

- README: https://github.com/metaplex-foundation/metaplex/blob/master/rust/metaplex/program/README.md
- Example usage (rust): https://github.com/metaplex-foundation/metaplex/tree/master/rust/metaplex/test/src
- Source: https://github.com/metaplex-foundation/metaplex/tree/master/rust/metaplex/program/src

## nft-candy-machine ([Go client](/clients/nft-candy-machine))
## nft-candy-machine ([Go client](/clients/nft-candy-machine)) ([Go docs](https://pkg.go.dev/github.com/gagliardetto/metaplex-go/clients/nft-candy-machine))

- Source: https://github.com/metaplex-foundation/metaplex/tree/master/rust/nft-candy-machine/src
- Example usage (typescript): https://github.com/metaplex-foundation/metaplex/blob/master/rust/test/nft-candy-machine.ts
Expand Down

0 comments on commit bf12516

Please sign in to comment.