Add link to tic-tac-toe

This commit is contained in:
Michael Vines 2018-09-25 19:18:24 -07:00
parent f26f1ce64a
commit 27fbc8bb72
1 changed files with 4 additions and 2 deletions

View File

@ -66,9 +66,11 @@ console.log(solanaWeb3);
```
## Examples
See the [examples/](https://github.com/solana-labs/solana-web3.js/tree/master/examples) directory for small snippets
See the [examples/](https://github.com/solana-labs/solana-web3.js/tree/master/examples) directory for small snippets.
A more complete web-based wallet example can be found at https://github.com/solana-labs/example-webwallet
Standalone examples:
* Web wallet: https://github.com/solana-labs/example-webwallet
* Tic-tac-toe: https://github.com/solana-labs/example-tictactoe
## Releases
Releases are available on [Github](https://github.com/solana-labs/solana-web3.js/releases)