Skip to content

Course Deploy

hongyangjia edited this page Jul 11, 2018 · 6 revisions

Deploy

First Steps

truffle

 1. mkdir SampleHelloWord
    cd SampleHelloWord

 2. truffle init

Second Steps

atom

 1.open the atom
 2.open the SampleHelloWord in atom

Third steps

edit the truffle.js

 module.exports = {
   networks: {
       development: {
              host:"localhost",
              port:8545,
              network_id:"*"
          }
     }
 };

Getting Started

Usage

Interface Documentation

Issues

Developers

Clone this wiki locally