项目作者: eacolina

项目描述 :
⛽️ Gas Station: Provide your token holders with some gas!
高级语言: JavaScript
项目地址: git://github.com/eacolina/gas_station.git
创建时间: 2019-01-30T17:40:06Z
项目社区:https://github.com/eacolina/gas_station

开源协议:

下载


⛽ Gas Station is a tool that will help you provide gas to your new token holders so that they can start using your token right away!

How to run this app:

  • Clone this repo
  • Create a .env file in the root directory of the repo and assing the following environmment variables
    1. WALLET_MNEMONIC=MENMONIC FOR THE ACCOUNT THAT WILL SEND THE GAS
    2. TRUFFLE_WALLET_MNEMONIC=MENMONIC USED FOR YOUR TRUFFLE PROJECT
    3. TOKEN_ADDRESS=ADDRESS OF YOUR TOKEN
    4. RPC_ENDPOINT=RPC ENDPOINT FOR THE NETWORK WHERE YOUR TOKEN LIVES
  • Start the app:
    1. npm start