/dag4.js-wallet-demo

A Wallet Demo using DAG4.js

Primary LanguageTypeScriptMIT LicenseMIT

Installation

Install dependencies

yarn install

Build

yarn build

Run Wallet Demo

By default, this demo is configured for test net.

node dist/wallet-demo.js

Run Monitor TXS

By default, this demo is configured for main net.

node dist/monitor-txs.js

Run WaitFor and Estimate Fee demo

By default, this demo is configured for test net.

node dist/waitfor-and-estimate-fee-demo.js