==== Ethereum Notes ==== * project -> https://www.ethereum.org * wallet -> https://github.com/MyCryptoHQ/MyCrypto/releases * transactions -> https://etherscan.io/ ====web 3.0 browsers==== * https://metamask.io/ * https://brave.com/ ==== multisig & social custody ==== * see [[ethereum social custody]] ==== ENS (Ethereum Name Service)==== "ENS offers a secure & decentralised way to address resources both on and off the blockchain using simple, human-readable names" * https://ens.domains/ * ERC-721 https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md ==== testnet ==== * install, setup, config. https://www.ethereum.org/cli * setup testnet. https://souptacular.gitbooks.io/ethereum-tutorials-and-tips-by-hudson/content/private-chain.html * use the testnet ''geth --datadir ~/.ethereum_private init ~/ethereum/test/genesis.json'' * python client. https://github.com/ethereum/pyethapp ====docs, tutorials, etc==== * Ethereum Homestead Documentation http://www.ethdocs.org/en/latest/ * [[TheDAO attack]]