MCPcopy Create free account
hub / github.com/PolymathNetwork/polymath-core / executeApp

Function executeApp

CLI/commands/faucet.js:13–23  ·  view source on GitHub ↗
(beneficiary, amount)

Source from the content-addressed store, hash-verified

11let usdToken;
12
13async function executeApp(beneficiary, amount) {
14
15 console.log("\n");
16 console.log("***************************")
17 console.log("Welcome to the POLY Faucet.");
18 console.log("***************************\n")
19 console.log("Issuer Account: " + Issuer.address + "\n");
20
21 await setup();
22 await send_poly(beneficiary, amount);
23};
24
25async function setup(){
26 try {

Callers 1

faucet.jsFile · 0.70

Calls 2

send_polyFunction · 0.85
setupFunction · 0.70

Tested by

no test coverage detected