Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

planethouki/nem2-tiny-faucet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nem2-tiny-faucet

Express Node.js Application

Alpaca, Bison, Cow compatible

env

PRIVATE_KEY=
API_URL_INNER=http://rest-gateway:3000
API_URL_OUTER=http://127.0.0.1:3000
MOSAIC_ID=D525AD41D95FCF29
AMOUNT=00000000000F4240
MAXFEE=00000000000F4240

docker-compose

  faucet:
    image: planethouki/nem2-tiny-faucet
    stop_signal: SIGINT
    environment:
    - API_URL_INNER=http://rest-gateway:3000
    - API_URL_OUTER=http://127.0.0.1:3000
    - PRIVATE_KEY=
    - MOSAIC_ID=D525AD41D95FCF29
    - AMOUNT=00000000000F4240
    - MAXFEE=00000000000F4240
    command: ["npm", "start"]
    ports:
    - '4000:4300'

About Mosaic Id

Alpaca and Bison

nem:xem = D525AD41D95FCF29

Cow

You might define in config-network.properties.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published