Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potlock/bos-app
PotLock BOS (blockchain operating system - decentralized front ends) App
https://github.com/potlock/bos-app
blockchain-operating-system bos direct-donations near near-protocol nearjs potlock public-goods-funding
Last synced: about 1 month ago
JSON representation
PotLock BOS (blockchain operating system - decentralized front ends) App
- Host: GitHub
- URL: https://github.com/potlock/bos-app
- Owner: PotLock
- License: mit
- Created: 2023-08-20T16:10:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T06:06:01.000Z (8 months ago)
- Last Synced: 2024-04-13T19:11:41.549Z (8 months ago)
- Topics: blockchain-operating-system, bos, direct-donations, near, near-protocol, nearjs, potlock, public-goods-funding
- Language: JavaScript
- Homepage:
- Size: 2.05 MB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 235
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# PotLock BOS App
This repository holds the front-end widgets for [PotLock](https://app.potlock.org/). This project is configured as a [bos-workspace](https://github.com/nearbuilders/bos-workspace).
## Getting started
1. Install packages
```cmd
yarn install
```2. Start dev environment
```cmd
yarn dev
```This will start a gateway at which will render your local widgets. The entry point for this app is [potlock.near/widget/Index](http://127.0.0.1:8080/potlock.near/widget/Index).
## Testing framework
This project uses [playwright](https://playwright.dev/) for end-to-end testing. These tests are located in the [playwright-tests](./playwright-tests) folder. please read the [README](./playwright-tests/README.md) to learn more about running and writing tests.