diff --git a/README.md b/README.md index ffb1525..0f90266 100644 --- a/README.md +++ b/README.md @@ -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