Skip to content

hukusuke1007/nem2-wallet

Repository files navigation

NEM2 wallet

This is NEM2(Catapult) Wallet.

Application

https://hukusuke1007.github.io/nem2-wallet/

Usage for application user

T.B.D

Usage for developer

Clone project.

git clone https://github.com/hukusuke1007/nem2-wallet.git
cd nem2-wallet

Rename dotenvsample file to .env file.

mv dotenvsample .env

Set the following catapult network in .env file.

  • NETWORK
  • NODE_HOST
  • NODE_PORT
  • NETWORK_GENERATION_HASH
  • FAUCET_URL
  • EXPLORER_URL

Set Firebase config.

mv src/config/FirebaseConfigSample.ts src/config/FirebaseConfig.ts 

Create firebase project and set api key in FirebaseConfig.
Check reference.

https://firebase.google.com/docs/storage/web/start

And enable anonymously authentication in Firebase.

https://firebase.google.com/docs/auth/web/anonymous-auth

After set firebase, Run commands.

# Install libraries
yarn install

# Run localhost
yarn serve

Reference

https://nemtech.github.io/ja/index.html

About

This is NEM2 wallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages