Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some examples' try now links that are not available yet #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Open any of the `.html` files in `Chrome` or `Firefox`. Everything runs out of t

- [Account dApp](http://ethjs-examples.surge.sh/accounts.html) - [code](./accounts.html) -- See your Ethereum accounts and balances
- [Ballot dApp](http://ethjs-examples.surge.sh/ballot.html) - [code](./ballot.html) -- The Ballot.sol dApp from the Solidity Read the docs
- [Blockchain Explorer](http://ethjs-examples.surge.sh/blockchain-explorer.html) - [code](./blockchain-explorer.html) Lookup blocks and transactions on the Etheruem mainnet, via Infura.io
- [First Contract dApp](http://ethjs-examples.surge.sh/first-contract.html) - [code](./first-contract.html) - Set and Get from a SimpleStore contract
- [Simple Auction dApp](http://ethjs-examples.surge.sh/simple-auction.html) - [code](./simple-auction.html) - [try now](http://www.webpackbin.com/4yJyG0hrG) -- A simple Ethereum auction from the Solidity examples
- [Token Wallet](http://ethjs-examples.surge.sh/token-wallet.html) - [code](./token-wallet.html) - Send and receive EC20 standard tokens
- [TicTacToe](http://ethjs-examples.surge.sh/tictactoe.html) - [code](./tictactoe.html) - [try now](http://www.webpackbin.com/V1hFA02Bz) -- A tic tac toe game, the winning player gets the reward!
- [Blockchain Explorer](http://ethjs-examples.surge.sh/blockchain-explorer.html) - [code](./blockchain-explorer.html) -- Lookup blocks and transactions on the Etheruem mainnet, via Infura.io
- [First Contract dApp](http://ethjs-examples.surge.sh/first-contract.html) - [code](./first-contract.html) -- Set and Get from a SimpleStore contract
- [Simple Auction dApp](http://ethjs-examples.surge.sh/simple-auction.html) - [code](./simple-auction.html) -- A simple Ethereum auction from the Solidity examples
- [Token Wallet](http://ethjs-examples.surge.sh/token-wallet.html) - [code](./token-wallet.html) -- Send and receive EC20 standard tokens
- [TicTacToe](http://ethjs-examples.surge.sh/tictactoe.html) - [code](./tictactoe.html) -- A tic tac toe game, the winning player gets the reward!

## About

Expand Down