π Send & Receive DOT and KSM tokens to/from any blockchain address
π² View your Polkadot and Kusama balances in fiat currencies
π Balance notifications for your wallet in Telegram
π Secured by your personal Telegram cloud with manual account backups
To install all dependencies:
npm install
To start the project in dev mode:
npm run dev
$path
remix-routes.d.ts
is responsible for defining types for the existing routes in the project.
If some route needs to be added, run npm run build
in order to remix-routes
regenerate types and save them in
app/types/remix-routes.d.ts
.
This file should not be ignored via .gitignore
otherwise GitHub CI will fail on Type checking
job.
localTunnel
or ngrok
- lt -p 3000 -s your-domain-name
or ngrok http --domain=your-domain
)npm run dev
.env
file like described in .env.example