From 75407da48e8297b9270ed324d12822690f767094 Mon Sep 17 00:00:00 2001 From: B1nj0y Date: Thu, 27 Dec 2018 13:59:58 +0800 Subject: [PATCH 1/2] remove some examples' try now links that are not available yet' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffb1525..bd4a9cf 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Open any of the `.html` files in `Chrome` or `Firefox`. Everything runs out of t - [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 + - [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) - [try now](http://www.webpackbin.com/V1hFA02Bz) -- A tic tac toe game, the winning player gets the reward! + - [TicTacToe](http://ethjs-examples.surge.sh/tictactoe.html) - [code](./tictactoe.html) -- A tic tac toe game, the winning player gets the reward! ## About From 0ee499053e52d574ec05705e8f9029873ed5dd75 Mon Sep 17 00:00:00 2001 From: B1nj0y Date: Thu, 27 Dec 2018 14:09:44 +0800 Subject: [PATCH 2/2] format the Available Examples section in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd4a9cf..0f90266 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ 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 + - [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 + - [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