diff --git a/README.md b/README.md index 61e36afec4..a30f7b9bbe 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Specifying the `--testnet` flag however will reconfigure your Geth instance a bi `geth attach /testnet/geth.ipc`. Windows users are not affected by this. * Instead of connecting the main Ethereum network, the client will connect to the test network, which uses different P2P bootnodes, different network IDs and genesis states. - + *Note: Although there are some internal protective measures to prevent transactions from crossing over between the main network and test network, you should make sure to always use separate accounts for play-money and real-money. Unless you manually move accounts, Geth will by default correctly diff --git a/sharding/README.md b/sharding/README.md new file mode 100644 index 0000000000..25569c1ff7 --- /dev/null +++ b/sharding/README.md @@ -0,0 +1,5 @@ +## Go-Ethereum Sharding + +[![Join the chat at https://gitter.im/prysmaticlabs/geth-sharding](https://badges.gitter.im/prysmaticlabs/geth-sharding.svg)](https://gitter.im/prysmaticlabs/geth-sharding?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + +Sharding implementation for Geth \ No newline at end of file