Skip to content

PotLock BOS (blockchain operating system - decentralized front ends) App

License

Notifications You must be signed in to change notification settings

PotLock/bos-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7172699 · Aug 29, 2024
May 21, 2024
Apr 2, 2024
Aug 29, 2024
Apr 25, 2024
May 20, 2024
Mar 26, 2024
Oct 7, 2023
Oct 7, 2023
Feb 8, 2024
May 20, 2024
May 20, 2024
May 20, 2024
May 20, 2024
May 20, 2024
May 20, 2024

Repository files navigation

PotLock BOS App

This repository holds the front-end widgets for PotLock. This project is configured as a bos-workspace.

Getting started

  1. Install packages
yarn install
  1. Start dev environment
yarn dev

This will start a gateway at http://127.0.0.1:8080 which will render your local widgets. The entry point for this app is potlock.near/widget/Index.

Testing framework

This project uses playwright for end-to-end testing. These tests are located in the playwright-tests folder. please read the README to learn more about running and writing tests.