github.com/iotexproject/iotex-core@v1.14.1-rc1/tools/devenv/README.md (about)

     1  # Start dev env as easy as possible
     2  
     3  This is the script to start the local development environment of IoTeX blockchain which basically:
     4  - starts an IoTeX blockchain in standalone mode and creates the following 10 accounts with IOTEX_IMAGE
     5  - installs ioctl if not already installed, sets ioctl's endpoint to localhost:14014
     6  
     7  ```
     8  (0) io1pt6zphmmc6c8wzdlnuu0gd42la88jtgywcfvsm
     9  (1) io1ehdwp3guupv9tquvzrq9hpc6j9gdydxgmk232r
    10  (2) io1tlq4edtl0gxvgxtvqjla80k3d8qrl8ldu48w0s
    11  (3) io1cz255uwrnnkmuaz0ftspqc7wnupud4fejm2tem
    12  (4) io1azslw74n8glqvq7x3u0n85fefe4kfzl7m0h85v
    13  (5) io1k4rd2de2q67s9aa48fs5n3sqkw07sk65cvwf9f
    14  (6) io1emvxuun0983knn3sd2sey2q87lydc6pwurpqtn
    15  (7) io1d98e0jfkdzy6pj2gqmmlh59wsr4dmx07sg2f3q
    16  (8) io1au9m2f6qeg8swcushc27e0cc8k2ud8qrk7yl2x
    17  (9) io169nad8cl0fl3zpwq4c6kg5wtzd90293jwzj8us
    18  ```
    19  
    20  ```
    21  ./setup.sh     # install, set up, configure, create some test accounts and finally start the service
    22  ./setup.sh -q  # same as ./setup.sh, but not build image
    23  ./setup.sh -c  # clean all data except image
    24  ./control.sh stop  # stop the server
    25  ./control.sh start # start the server
    26  ```
    27  After installation of this local development environment, one can use:
    28  - truffle to write/compile/test contracts and ioctl to deploy them, e.g., https://docs.iotex.io/developer/ioctl/contract.html
    29  - [IoTeX Studio](http://ide.iotex.io/) to write/compile/test/deploy contracts
    30  - [ioPay](https://iopay.iotex.io/) Set to use the local endpoint, as shown below:
    31  
    32  ![](images/01.jpeg)