This is NEM wallet.
This is NEM wallet.
yarn
yarn serve
yarn build
Rename file to ".env" from "dotenvsample" and set node url and port in .env.
# mainnet:104, testnet:-104, mijin:96
NEM_NET = 104
# Node URL
NEM_NODE_HOST = 'https://aqualife2.supernode.me'
NEM_NODE_PORT = '7891'
This node is mainnet in NEM network.
If use testnet, you must set net/host/port for testnet.
Please run the following command. Then run NEM wallet in localhost.
# serve with hot reload at localhost:8080
yarn serve
T.B.D.