- Notifications
You must be signed in to change notification settings - Fork9
PotLock BOS (blockchain operating system - decentralized front ends) App
License
NotificationsYou must be signed in to change notification settings
PotLock/bos-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository holds the front-end widgets forPotLock. This project is configured as abos-workspace.
- Install packages
yarn install
- Start dev environment
yarn dev
This will start a gateway athttp://127.0.0.1:8080 which will render your local widgets. The entry point for this app ispotlock.near/widget/Index.
This project usesplaywright for end-to-end testing. These tests are located in theplaywright-tests folder. please read theREADME to learn more about running and writing tests.