| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Welcome to the POTLOCK Playground Frontend, an interactive environment designed to test and explore the features of the POTLOCK Cross Chain Donation Widget. This frontend allows developers and users to experiment with widget configurations, visualize donation flows, and simulate cross-chain transactions.
Clone the repository:
git clone https://github.com/PotLock/cross-chain-widget-playground
cd cross-chain-widget-playgroundInstall dependencies:
npm installor
yarn installStart the development server:
npm run devor
yarn devTo build the playground for production:
npm run buildor
yarn buildThe output will be in the dist folder.
Run unit tests with:
npm testor
yarn testDeploy to a static hosting service (e.g., Vercel, Netlify) by pushing the dist folder or configuring a build pipeline.
We welcome contributions! Fork the repository, create a feature branch, and submit a pull request. Follow the project's coding standards and include tests.
This project is licensed under the MIT License - see the LICENSE file for details.
For issues or questions, open an issue on GitHub or contact support@potlock.org.
This README was last updated at 12:19 PM CDT on Tuesday, June 24, 2025.
| Back | FazBrowse Home | New Git URL |