Home of all HAQQ frontend apps
⭐ Star us on GitHub — it motivates us a lot!
Report Bug
·
Request Feature
Description | Domain | Source code |
---|---|---|
Homepage | https://haqq.hetwork | Open |
Web3 Dashboard | https://app.haqq.network | Open |
Web3 Staking app | https://staking.haqq.network | Open |
Web3 Governance app | https://governance.haqq.network | Open |
TestEdge2 Faucet app | https://testedge2.haqq.network | Open |
Web3 Vesting app | https://vesting.haqq.network | Open |
Must read docs
@haqq/staking-app
# start app
yarn nx serve staking
# build app
yarn nx build staking
# run tests
yarn nx test staking
# run e2e tests
yarn nx e2e staking-e2e
# start storybook
yarn nx storybook staking
@haqq/ui-kit
# run tests
yarn nx test ui-kit
# start storybook
yarn nx storybook ui-kit
To create new Button
component ui-kit
package
yarn nx generate @nx/react:component Button --project=ui-kit --directory=components --export --no-interactive