Steps to get this repo running in your device:
git clone https://github.com/Sasta-Sharabi/my_token.git
cd my_tokenIn /my_token directory, run :
npm installIn /my-token/src/my_token_frontend/ directory, run :
npm installIn /my-token , run :
dfx start --clean --background
dfx deployOpen the my_token_frontend (Recommended) URL :
Frontend canister via browser:
internet_identity:
- http://uxrrr-q7777-77774-qaaaq-cai.localhost:4943/ (Recommended)
- http://127.0.0.1:4943/?canisterId=uxrrr-q7777-77774-qaaaq-cai (Legacy)
my_token_frontend:
- http://uzt4z-lp777-77774-qaabq-cai.localhost:4943/ (Recommended)
- http://127.0.0.1:4943/?canisterId=uzt4z-lp777-77774-qaabq-cai (Legacy)
Backend canister via Candid interface:
internet_identity: http://127.0.0.1:4943/?canisterId=umunu-kh777-77774-qaaca-cai&id=uxrrr-q7777-77774-qaaaq-cai
my_token_backend: http://127.0.0.1:4943/?canisterId=umunu-kh777-77774-qaaca-cai&id=u6s2n-gx777-77774-qaaba-caiIf you are making frontend changes, you can start a development server in new terminal with
npm start