Giter VIP home page Giter VIP logo

myethwork's Introduction

myEthWork

notes on getting up and running with ethereum

https://www.ethereum.org/

Get Geth

  1. https://ethereum.org/cli
  2. Learn
  1. Setting up dev env (also detailed on https://ethereum.org/cli but this kinda spelled it out more, and gave an example genesis.json file)
$ geth --rpc --networkid=39318 --maxpeers=0 --datadir=~/.ethereum/DevChain/ --mine --minerthreads 1 --genesis genesis.json console
  • Except that didn't work because i had no acct, so left out the '--mine' and it started up:
$ geth --rpc --networkid=39318 --maxpeers=0 --datadir=~/.ethereum/DevChain/  --minerthreads 1 --genesis genesis.json console
  1. Actually, this site had the BEST detailed line-by-line instructions on creating a testnet, mining on it, compiling a contract (the Greeter example), deploying it, and running it: http://ethereum.stackexchange.com/questions/2751/deploying-the-greeter-contract-via-the-geth-cli-is-not-registering-in-my-private

Get Solidity

  1. https://solidity.readthedocs.org/en/latest/
  2. https://solidity.readthedocs.org/en/latest/installing-solidity.html#binary-packages
  3. Browser based solidity

hello world

  1. https://ethereum.org/greeter

Use Mist

  1. Found this site a useful overall explanation, and also good for getting going with Mist
  1. Seems like most of the examples on ethereum.org are using Mist anyway

myethwork's People

Contributors

wilkic avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.