github.com/inklabsfoundation/inkchain@v0.17.1-0.20181025012015-c3cef8062f19/examples/xc/eth/p_init.sh (about)

     1  #! /bin/bash
     2  
     3  export IP=localhost
     4  
     5  export PORT=8545
     6  
     7  export ACCOUNT=0x14b2f55b94a87adbd3ce6ddaf581acc1bcb028e0
     8  
     9  export PASSWORD=123456
    10  
    11  export ETH_RPC=http://${ACCOUNT}:${PASSWORD}@${IP}:${PORT}
    12  
    13  export SOLAR_ENV=development