This is NEM2(Catapult) Wallet.
https://hukusuke1007.github.io/nem2-wallet/
T.B.D
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