Skip to content

hukusuke1007/nem-wallet

Repository files navigation

NEM wallet

This is NEM wallet.

Description

This is NEM wallet.

Project setup

yarn

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Usage

Prepare .env

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.

Run localhost.

Please run the following command. Then run NEM wallet in localhost.

# serve with hot reload at localhost:8080
yarn serve

Prepare Test net.

T.B.D.

Author

shohei
Twitter
MOKU dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published