Giter Site home page Giter Site logo

co1n5's Introduction

Create a contract on the test net

  1. download Misc from [https://github.com/ethereum/mist/releases]
  2. Install Misc and start the application. Quit sync by clicking "Launch Application"
  3. Connect to Test-Net via Menü->Entwicklung->Netzwerk->Rinkeby Test-Netzwerk
  4. Click on search button on the left (Browser within the Misc app) and open [https://faucet.rinkeby.io/]
  5. get some ether via twitter: see https://www.youtube.com/watch?v=DEULs3ShTxo
  6. Now you have ether and can create contracts on the test net.
  7. open IDE using Menü->Entwicklung->Remix IDE öffnen

Solidity

    modifier ... {
     StartEvent(...)
     -;
     EndEvent(...)
    }
    modifier ... {
     if(...) throw
     _;
    }
    modifier ... {
     if(...) _;
    }
    modifier ... {
     require()
     _;
    }

co1n5's People

Contributors

asenfter avatar

Watchers

 avatar  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.