The official Astar Network portal for accessing your tokens and other native features!
Astar Portal App - the application for using everything that Astar Network offers.
This project is made with Vue 3 + TypeScript + Quasar.
Ensure that you have Yarn and Node.js 18.x.
# install the dependencies
yarn
# run the local dev page
yarn dev
# build the project
yarn build
For E2E testing, we utilize chopsticks and playwright to mandatorily write test cases that test all of business logic.
npx @acala-network/chopsticks@latest xcm -p=tests/chopsticks/astar.yml -p=tests/chopsticks/acala.yml -r=tests/chopsticks/polkadot.yml
Start the portal (the portal should run on http://localhost:8080)
You need to be familiar with Playwright generator by running codegen
yarn playwright:codegen
yarn playwright
yarn playwright tests/dappstaking-transactions.spec.ts
Start the portal (the portal should run on http://localhost:8080)
Run the following
BASE_URL='http://localhost:8080' yarn playwright:ci