├── LICENSE ├── README.md ├── list.md └── pi-commerce.md /LICENSE: -------------------------------------------------------------------------------- 1 | PiOS License 2 | 3 | Copyright (C) 4 | 5 | Permission is hereby granted by the application software developer (“Software Developer”), free 6 | of charge, to any person obtaining a copy of this application, software and associated 7 | documentation files (the “Software”), which was developed by the Software Developer for use on 8 | Pi Network, whereby the purpose of this license is to permit the development of derivative works 9 | based on the Software, including the right to use, copy, modify, merge, publish, distribute, 10 | sub-license, and/or sell copies of such derivative works and any Software components incorporated 11 | therein, and to permit persons to whom such derivative works are furnished to do so, in each case, 12 | solely to develop, use and market applications for the official Pi Network. For purposes of this 13 | license, Pi Network shall mean any application, software, or other present or future platform 14 | developed, owned or managed by Pi Community Company, and its parents, affiliates or subsidiaries, 15 | for which the Software was developed, or on which the Software continues to operate. However, 16 | you are prohibited from using any portion of the Software or any derivative works thereof in any 17 | manner (a) which infringes on any Pi Network intellectual property rights, (b) to hack any of Pi 18 | Network’s systems or processes or (c) to develop any product or service which is competitive with 19 | the Pi Network. 20 | 21 | The above copyright notice and this permission notice shall be included in all copies or 22 | substantial portions of the Software. 23 | 24 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 25 | INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE 26 | AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS, PUBLISHERS, OR COPYRIGHT HOLDERS OF THIS 27 | SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL 28 | DAMAGES (INCLUDING, BUT NOT LIMITED TO BUSINESS INTERRUPTION, LOSS OF USE, DATA OR PROFITS) 29 | HOWEVER CAUSED AND UNDER ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 30 | TORT (INCLUDING NEGLIGENCE) ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE 31 | OR OTHER DEALINGS IN THE SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 32 | 33 | Pi, Pi Network and the Pi logo are trademarks of the Pi Community Company. 34 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Pi Open Source (PiOS) 2 | To view a list of open source Pi applications and libraries navigate to the [PiOS App List](/list.md) 3 | 4 | To learn more about Pi Open Source and how to utilize it continue reading 5 | 6 | ## The License 7 | The Pi Open Source Software License allows [Pi Community](https://minepi.com) Developers to create open source applications and tools for the Pi Ecosystem and foster collaboration among Pi community developers. In contrast to the MIT license the PiOS license grants unrestricted use of the software only within the Pi Ecosystem. Developers are encouraged to use this license when developing a Pi App. 8 | 9 | ## Creating a PiOS application 10 | 11 | We are offering projects github hosting under the `pi-apps` organization so that projects can be found easily. To request your own repo follow the steps below: 12 | 13 | ### 1. Submit a PR to the PiOS App List 14 | Create a PR on this repository adding your application's information to the [PiOS App List](/list.md) table. Follow the formatted row template given on that doc, and fill in the below information as incomplete submissions will be rejected. 15 | 16 | Information necessary for the PR to be approved: 17 | - Category (If you need a new Category add it directly in the PR) 18 | - Title 19 | - Can be in the form of “App_Name for Pi”, “App_Name on Pi”, “App_Name”, but not in the form of “Pi App_Name” 20 | to avoid confusion with apps developed by the Pi Core Team 21 | - You must include the following language in your code: Pi, Pi Network and the Pi logo are trademarks of the Pi Community Company. 22 | - Description - Short description about what the application aims to achieve 23 | - Programming Languages + Framework to be used 24 | - Link to Pi Brainstorm project proposal (project name until feature is ready) 25 | 26 | Information NOT necessary for the PR to be approved: 27 | - Link To Repo - Core Team will fill this in upon PR approval 28 | - Link to Testnet App - Project admin to send new PR later when available 29 | - Link to Mainnet App - Project admin to send new PR later when available 30 | 31 | ### 2. Pi Core Team will approve PR and create repository 32 | We will approve your PR, create a repository under github.com/pi-apps and invite you as the admin of that repository. 33 | 34 | The github user that submits the Pull Request to the PiOS Application Library table will be given admin privileges to this newly created repository. This will grant you full admin access to the repository to add additional team members, and perform any sensitive or destructive actions like managing security, moving or even deleting the repository. 35 | 36 | Other Pi community developers can also contribute to the maintenance and improvement of the application and submit Pull Requests directly to the project. As the admin you will be responsible for responding to those PRs or you can delegate this responsibility to your team members. Even though the Pi Core Team is providing you access to the github.com/pi-apps namespace for convenience, it will not maintain your repository or application code. You are fully responsible for your code. 37 | 38 | In the future should you wish to remove your application from the Pi Open Source Library you will be able to do this by simply moving your project out and sending a PR to remove the link to your code from the list. As an admin of your repository you can move it or remove it anytime without the approval of the Pi Core Team. 39 | 40 | ### 3. Edit License in your application's code repository and start coding 41 | To add the license to your code follow the below steps: 42 | - Edit the Copyright line of the LICENSE file in your repo 43 | 44 | Note: source of the PiOS license is also available here [https://github.com/pi-apps/PiOS/blob/main/LICENSE](https://github.com/pi-apps/PiOS/blob/main/LICENSE) 45 | 46 | #### Disclaimer 47 | This is just a suggested license to limit use of your Software to Pi Network applications. Pi Network does not take any responsibility for the use of this license by you or others. All developers should consult their own counsel to ensure the license meets their needs and are solely liable for all consequences arising from the use of the license. To be included in the PiOS app list you are required to use this license without alterations, aside from the copyright notice. If you make alterations or use a different license, you may still be eligible to be included in other lists that may be established at some later time by Pi Network. 48 | -------------------------------------------------------------------------------- /list.md: -------------------------------------------------------------------------------- 1 | # PiOS App and Library list 2 | The below lists encompass the libraries that extend the functionality of Pi and the applications which have committed to creating an Open Source Application using the PiOS license. Projects are in various states of development and are directly managed by their respective community maintainers. 3 | 4 | To add your project to the list follow the instructions [here](/README.md) 5 | 6 | # SDKs and other libraries 7 | 8 | ### Adding a new row to the table 9 | **To add a new row copy the formated line below, paste a copy onto the line below the last row of the Pi-OS contributions table and update it with your app's information** 10 | | Title | Description | Category | Programming Language/Framework | Updated by Pi-CT |Brainstorm link | 11 | 12 | | **Title** | **Description** | **Category** | **Programming Language/Framework** | **Link To Repo** | **Link to Pi Brainstorm** (if applicable) | 13 | |---------------|------------------------------------------------------------|----------------------|------------------------------------|-------------------|---------------------------| 14 | | (Example) | (Write a description here about what the code achieves) | (See options above) | (Ruby/Rails, Python/Django, JS/React, etc.) | TBD | | 15 | | Pi SDK for Python | Python version of the Pi SDK for making App2Pioneer Payments | SDK | Python | [pi-python](https://github.com/pi-apps/pi-python) | | 16 | | Pi SDK for Blazor | Blazor version of the Pi SDK for Blazor applications | SDK | C#, .NET, .NET Core | [pi-blazor](https://github.com/pi-apps/pi-blazor) | | 17 | | Pi SDK for C# | C# version of the Pi SDK for NET applications | SDK | C#, .NET, .NET Standard 2.0 | [pi-c#](https://github.com/pi-apps/pi-csharp) | | 18 | | Pi SDK for Go | Go version of the Pi SDK for making A2U and U2A Payments | SDK | Go | [pi-go](https://github.com/pi-apps/pi-go) | | 19 | | Pi SDK for PHP| App to User payment for Pi in PHP language | SDK | PHP | [pi-php](https://github.com/pi-apps/pi-php/tree/main) | [pi-brainstorm](https://brainstorm.pi/project/63cd02acea109c003afe2c2a) | 20 | 21 | 22 |
23 | 24 | # App List 25 | 26 | ### Adding a new row to the table 27 | **To add a new row copy the formated line below, paste a copy onto the line below the last row of the Pi-OS contributions table and update it with your app's information** 28 | | Title | Description | Category | Programming Language/Framework | Updated by Pi-CT |Brainstorm link | (When available) | (When available) | 29 | 30 | 31 | ### Potential App Categories 32 | - Social Media 33 | - Consumer utilities 34 | - Business tools 35 | - Games 36 | - Entertainment 37 | - NFT 38 | - Education 39 | - Ecosystem Tools 40 | - Growth apps 41 | - (Propose a new category if needed) 42 | 43 | 44 | | **Title** | **Description** | **Category** | **Programming Language/Framework** | **Link To Repo** | **Link to Pi Brainstorm** | **Link to Testnet App** | **Link to Mainnet App** | 45 | |---------------|------------------------------------------------------------|----------------------|------------------------------------|-------------------|---------------------------|-------------------------|-------------------------| 46 | | (Example) | (Write a description here about what the code achieves) | (See options above) | (Ruby/Rails, Python/Django, JS/React, etc.) | TBD | | (When available) | (When available) | 47 | | Demo | This application showcases the authentication and payment functionalities of the Pi SDK. | Consumer Utility | Typescript/React, Node.js/Express, MongoDB | [demo](https://github.com/pi-apps/demo) | N/A | [pi://demo.pi](pi://demo.pi) | N/A | 48 | | Pi Commerce App | Mock Ups and Material for the Pi Commerce Hackathon in 2024 | Social Media | Figma | [pi-commerce-app](https://github.com/pi-apps/pi-commerce-app)| | | | 49 | | LatinChain Platform | This application enables Pioneers to play games, using the authentication and payment functionalities of the Pi SDK. One of the Pi Hackathon winners 2021. | Games, Entertainment | Odoo, Python, JavaScript, XML, PostgreSQL | [LatinChain](https://github.com/pi-apps/LatinChain) | [pi://brainstorm.pi/project/5fe6183ab846991cf0157384](pi://brainstorm.pi/project/5fe6183ab846991cf0157384) | [https://test.latin-chain.com](https://test.latin-chain.com) | [https://latin-chain.com](https://latin-chain.com) | 50 | | crumbles | A community based ("Reddit-style") chat app | Consumer Utility | Python, Flask | [crumbles](https://github.com/pi-apps/crumbles) | pi://brainstorm.pi/project/63b5734a14f7400c997d531a | [crumbles-demo](https://hascyll.pythonanywhere.com/) | (When available) | 51 | | Door for Pi | Door for Pi is an analytics tool for the Pi blockchain, showing custom trends and patterns. | Ecosystem Tools | Node.js/Express, Vue3, Mysql | [door](https://github.com/pi-apps/door) | pi://brainstorm.pi/project/63b97168799e800a258c8c0a | [door-demo](https://www.piiq.network/) | N/A | 52 | | ExplorePi | A novel, improved, and mobile friendly block explorer for the Pi blockchain made by Pioneers for Pioneers. | Ecosystem Tools | NextJS/NodeJS/MYSQL/Javascript | [ExplorePi](https://github.com/pi-apps/ExplorePi) | pi://brainstorm.pi/project/63b8e8d06b03e42be1b30fa6 | (When available) | [pi://explore-pi.vercel.app](pi://explore-pi.vercel.app) | 53 | | News for Pi | A practical Pi Network comprehensive Web3 platform covering content information, ecological statistics, data tracking, etc. | Consumer Utility | WordPress, Php, Html, js, Mysql | [NewsForPi](https://github.com/pi-apps/NewsForPi) | pi://brainstorm.pi/project/63bac5b87d6d5702134b94da | [demo](https://piapp.news/) | N/A | N/A | 54 | | Shop Online for Pi | On this platform, pioneers can list their products or services in exchange for Pi. | Consumer Utility | Laravel based php script| [Shop Online for Pi](https://github.com/pi-apps/shop-online) | TODO | TBD | (when available) | 55 | | Silk Road for Pi | An E-commerce, multifunctional utility platform made by Vietnamese Pioneers. | Consumer Utility | .Net, C# | [SilkRoad](https://github.com/pi-apps/SilkRoad) | pi://brainstorm.pi/project/63ac0fe8781db4f06f97d9be | [demo](https://pisilkroad.com/) | (When available) | 56 | | Tokenization on Pi | Real world assets eg. domains, company shares, NFTs, real estates, etc. can be fractionalized and issued as tokens on the Pi blockchain. | Decentralized Finance | Laravel, Node.js, Mysql, Javascript | [tokenization-on-pi](https://github.com/pi-apps/tokenization-on-pi) | pi://brainstorm.pi/project/63bd46814b80e56a4304da2c | (When available) | https://TokensDeFi.com | 57 | | DAOMall for Pi | A open source ecosystem, which adopts the DAO governance system and has high scalability. Developers from all over the world can participate in the ecological construction and improve more functional plug-ins| Consumer Utility | Php, Vue3, uniapp,Html,Javascript, Mysql | [dao-mall-for-pi](https://github.com/pi-apps/dao-mall-for-pi) | https://brainstorm.pinet.com/project/63b94ce07a131902137ea7e3 | [https://www.pidao.io](https://www.pidao.io/) | https://pidao.io | https://pidao.io | 58 | | EZ Invoice | The easiest way to do invoicing | Business tools | Typescript/React, NodeJS/Express | [ez-invoice](https://github.com/pi-apps/ez-invoice) | pi://brainstorm.pi/project/63bf06f9be8d640233e8af14 | (When available) | (When available) | 59 | | Pailot | Pailot is a platform that facilitates peer-to-peer decentralized logistics by pioneers, for pioneers. Pailot creates an avenue for senders, deliverers, and receivers to safely transport items from one point to another, fueled by Pi. | Business tools | Typescript/React, NodeJS/Express | [pailot-for-pi](https://github.com/pi-apps/pailot-for-pi) | [pi://brainstorm.pi/project/63bc0ee6f64d17c346df887c](pi://brainstorm.pi/project/63bc0ee6f64d17c346df887c) | (When available) | (When available) | 60 | | Blog for Pi |Blog for Pi will encourage good contents creation, Pi Commuity Members will get paid for good bloog posts. | Social Media | PHP,HTML,Javascript,Mysql,CSS,Bootstrap | [blog-for-pi](https://github.com/pi-apps/blog-for-pi) | pi://brainstorm.pi/project/63c1166a76b89d678428e1c0 | [Blog for Pi](#) | TBD | TBD | 61 | | Internet Speed | A customized speedtest web page to measure your internet speed | Consumer Utility | C#, .NET | [internet-speed](https://github.com/pi-apps/internet-speed) | pi://brainstorm.pi/project/63befe0140315d01d58a3572 | https://test.internetspeed.top/ | https://internetspeed.top/ | 62 | | Maths Madness | Put your maths skills to the ultimate test and compete againt a random opponent in this exciting online maths time-based challenge! The stakes are high as the winner gets to earn a few Pi coins | Education, Entertainment, Games | Ruby/Rails, ReactJS, MongoDB, | [math-madness](https://github.com/pi-apps/math-madness) | pi://brainstorm.pi/project/63b734aad610bb349288aad3 | (When available) | (When available) | 63 | | Trust Hub | Platform where Pioneers can find information about other Pi Apps to verify their reliability and spread awareness about scams. | Ecosystem Tools | TypeScript/Svelte, NodeJS/AdonisJS, PostgreSQL | [trust-hub](https://github.com/pi-apps/trust-hub) | pi://brainstorm.pi/project/63b9d69a02f49a6f7c7e753f | (When available) | (When available) | 64 | | Polls for Pi | An intuitive way of creating polls for Pi. | Business tools | Typescript/React, Node.js/Express, MongoDB | [pi-polls](https://github.com/pi-apps/polls-for-pi) | pi://brainstorm.pi/project/63bf97f501717802737afbd2 | pi://pipolls.blurtkey.com | (When available) | 65 | | Tippy| A web application where content creators can upload their content and get paid in Pi. As of now its through stand alone application but planning to make it as an extentsion so that from every social media platform audience can tip content creators through Pi. | Social Media | TypeScript/JavaScript, React, NodeJS/ExpressJS, MongoDB | [tippy](https://github.com/pi-apps/tippy) | pi://brainstorm.pi/project/63dd2cbbe52ee9a4105061ad | (When available) | 66 | | Miora | A cutting-edge social media platform powered by Pi blockchain and driven by micro-payments. | Social Media | Javascript/React, Node.js/Express, MongoDB | [Miora](https://github.com/pi-apps/miora) | pi://brainstorm.pi/project/63d84891a7014301d5d2ed17 | [demo Miora](https://miora.space/) | (When available) | 67 | | Trivia Contest on Pi | A Trivia app that lets Pioneers engage in trivia questions and earn Pi. | Entertainment, Games | Python/Flask, JS/React, etc. | [trivia-on-pi](https://github.com/pi-apps/trivia-on-pi) | pi://brainstorm.pi/project/63e393dbcf5d5cd54ffc5a21 | (When available) | (When available) | 68 | | 2345Pi App Nav | Application navigation for Pi.Users can view brainstorming ideas and online pie applications on the platform | Consumer Utility | JavaScript/Html, Node.js/Express, MongoDB | [2345Pi App Nav](https://github.com/pi-apps/2345pi-app-nav) | pi://brainstorm.pi/project/63dd0370a6065a80451848f4 | pi://2345pi.com | http://2345pi.com | 69 | | DCert | Application for issuing and maintaining certificates on blockchain | Consumer Utility, Education, Business Tool | JavaScript/Html, Node.js/Express, MongoDB | [dcert](https://github.com/pi-apps/dcert) | pi://brainstorm.pi/project/63df8abe8fa69420e171e704 | pi://dcert-40a5b.web.app | | 70 | | store on Pi | A platform with many physical stores, users can purchase goods on the platform and get QR codes and go to physical stores for consumption, and use PI payment.| Consumer utilities | SpringCloud/java, JS/Vue,Mysql,Mongodb,Kubernetes ,docker etc. | [store-on-pi](https://github.com/pi-apps/store-on-pi) | pi://brainstorm.pi/project/63c641ea731cc60885ea2f7f | (When available) | (When available) | 71 | | QRcodePay | A Tool for Pioneers to make payment easily by scanning QRcode | Ecosystem Tools | NextJS/NodeJS/Firebase/Javascript | [qrcodepay](https://github.com/pi-apps/qrcodepay) | pi://brainstorm.pi/project/63f8c8069326fc9c895bedba | [pi://pi-qrcode.vercel.app/](pi://pi-qrcode.vercel.app/) | (When available) | 72 | | Voice Of Pi | Voice Of Pi is a Social Finance platform based on the world’s most accessible blockchain: Pi Network. | Social Media | JavaScript/Html/Bootstrap, Express.js | [voice-of-pi](https://github.com/pi-apps/voice-of-pi) | pi://brainstorm.pi/project/63bce50944c7690233094b2d | https://pivoice.app | (When available) | 73 | | WePiSharp | Tool automatic create A2U for WePi Social Network (Save user's content on PiNetwork), using [pi-csharp](https://github.com/pi-apps/pi-csharp) | Social Media | C# | [wepisharp](https://github.com/pi-apps/wepisharp)| pi://brainstorm.pi/project/63d8461017a58d2fbcb9e8b5 | [WePi on Testnet](https://demo.wepi.social/) | [WePi Social Network Mainnet](https://wepi.social/) | 74 | | GeraiPi | Gerai Pi Indonesia is one of the P2App Marketplaces which will become a Digitalization Transaction Bridge driven by Pi Coin as a Crypto Currency by prioritizing Trust in the Indonesian Pi/Pioneer Community | Consumer utilities | Python, Javascript, Tailwind | [geraipi](https://github.com/pi-apps/geraipi)| pi://brainstorm.pi/project/63a6da39891e5108a57521e4 | [GeraiPi on Testnet](https://testnet.geraipi.id/) | [GeraiPi Mainnet](https://www.geraipi.id/) | 75 | | MemeGen | Generator to comment pictures and share it on social Media | Entertainment | Kotlin | [MemeGen](https://github.com/pi-apps/memegen) | | | 76 | | Map Of Pi | Map Of Pi is a mobile application developed to help Pi community members easily locate local and global businesses that accept Pi as payment. This project was initiated as part of the Pi eCommerce Hackathon with the goal of facilitating Pi transactions and connecting businesses with the Pi community. | Consumer Utility | Typescript/NextJS, Node.js/Express, MongoDB | [map-of-pi-docker](https://github.com/map-of-pi/map-of-pi-docker) | N/A | [Map Of Pi](https://mapofpi.pinet.com/) | N/A | 77 | | EasyGoods | A commerce project for pi commerce hackathon | Consumer utilities / Business tools | Javascript/NextJS, FireBase | [EasyGoods](https://github.com/0205miss/EasyGoods) | N/A | [EasyGoods](https://easygoods5604.pinet.com) | (When available) | 78 | | RadioForUs | The first app in Pi ecosystem to listen radio stations around the World, from Pi Browser. Pi Hackathon winner at August, 2023. | Music, Entertainment | Odoo, PHP, HTML, JavaScript, Wordpress | [radio-for-us](https://github.com/pi-apps/radio-for-us) | [pi://brainstorm.pi/project/63e3bbc54c61497c34ced556](pi://brainstorm.pi/project/63e3bbc54c61497c34ced556) | [https://radioforus.com](https://radioforus.com) | [https://mainnet.radioforus.com](https://mainnet.radioforus.com) | 79 | | Toko Emas Berlian Harisa | Toko Emas Berlian Harisa, aims to make it easier for pioneers in the world, especially Indonesia, in buying and selling gold and diamonds. | Consumer Utility | | [toko-emas-berlian-harisa](https://github.com/pi-apps/toko-emas-berlian-harisa) | pi://brainstorm.pi/project/6475b0b22c0abb630dcce93d | [Toko Emas Berlian Harisa Testnet](https://testnet.harisajewellery.com/) | https://harisajewellery.com/ | 80 | | Showroom Indonesia|Pi Showroom an online car buying platform and paid using Pi|Marketplace|PHP - Laravel|[Pi Showroom](https://github.com/Pisshowroom/showroom)|pi://brainstorm.pi/project/63c74abd61aa513b83e4a4b9|[Testnet](https://test.pisshowroom.co)|[Mainnet](https://pisshowroom.co) 81 | | PyNook | PyNooK is a global barter mall. Through positioning, it can help pi pioneers quickly find merchants who accept pi payment, so as to achieve online and offline fast barter | Consumer utilities / Business tools | Javascript/NextJS/Vue | [PyNook](https://github.com/picnty/pynook) | [pi://brainstorm.pi/project/65dcae3e6d7f340033b33af4](pi://brainstorm.pi/project/65dcae3e6d7f340033b33af4) | [https://pynook.com](https://pynook.com) | [PyNook Testnet](https://pynook.com) | 82 | | Gigs for Pi | Gigs for Pi is a dynamic micro-jobs marketplace that connects task creators with skilled pioneers, all powered by the Pi cryptocurrency. The app enables users to post, find, and complete small tasks in exchange for Pi, fostering collaboration and earning opportunities within the Pi Network ecosystem | Consumer utilities / Marketplace | Typescript/NativeReact/Supabase | [Gigsforpi](https://github.com/AnshLaw/Gigs-for-pi) | [https://brainstorm.pinet.com/project/678c237b666718003be31b99](https://brainstorm.pinet.com/project/678c237b666718003be31b99) |(When available) | (When available) | 83 | | BLIYYAN | A marketplace that was founded at the urging of pioneers who needed a means to exchange pi currency for the goods and services they needed.We are ready to serve and provide all pioneer needs, we will immediately present all product proposals on our market.Together we fight for the success of the PiNet project. | Marketplace | PHP/Laravel, JS/Vue, DB/Mysql | [bliyyaan](https://github.com/bliyyaan/bliyyaan) | [https://brainstorm.pinet.com/project/67a468399b2522003c31de97](https://brainstorm.pinet.com/project/67a468399b2522003c31de97) | [BLIYYAAN TESTNET](https://test.bliyyaan.com) | [BLIYYAN MAINNET](https://bliyyaan.com) | 84 | | BLJ FOR PI| Berkah Lestari Jambi (BLJ FOR PI) is a application used to conduct buying and selling transactions using Pi as the means of payment | Marketplace | ReactJS - Laravel, MYSQL| [BLJ FOR PI](https://github.com/Berkahlestarijambi/Berkahlestarijambi)| [https://brainstorm.pinet.com/project/671ccd37ed1252004d30e295](https://brainstorm.pinet.com/project/671ccd37ed1252004d30e295)|[Testnet](https://testnet.bljambi.com)|[Mainnet](https://mainet.bljambi.com) | 85 | -------------------------------------------------------------------------------- /pi-commerce.md: -------------------------------------------------------------------------------- 1 | # Pi Commerce App Listing and Team Formation Guide 2 | 3 | Welcome, PiOS Developers! This guide is designed to facilitate team formation and collaboration for those participating in the Pi Commerce Hackathon. 4 | 5 | [Video walkthrough of the app](http://www.youtube.com/watch?v=_Uu8ccbqEcA) 6 | 7 | ## Getting Started 8 | Team leaders are encouraged to create a GitHub repository for their project and list it here. This allows other developers to discover and contribute to projects that align with their interests and expertise, fostering effective collaboration right from the start. 9 | 10 | To see Mockups and Prototypes created by the Pi Core Team and shared with the PiOS license check out the [pi-commerce-app](https://github.com/pi-apps/pi-commerce-app) repository. 11 | 12 | ## Adding Your Project 13 | To add your project to this page: 14 | 1. **Incorporate the PiOS License**: Your code repository must include the PiOS license. Obtain it [here](https://github.com/pi-apps/PiOS/blob/main/LICENSE). Remember to customize the Copyright section of the LICENSE file in your repo. 15 | 2. **Link Your Repository**: Use the template provided below to add your project to the list. Ensure you fill in all the relevant details about your app. 16 | 17 | Copy the format below, add it to the bottom of the table, and update it with your app's details. 18 | 19 | **Example Entry:** 20 | 21 | ``` 22 | | Team Name | App Description | Programming Language/Framework | [demo](https://github.com/pi-apps/demo) | app-name.PiNet.com link if applicable | 23 | ``` 24 | 25 | 26 | # Repository Listing Table 27 | 28 | | **Team Name** | **App Description** | **Programming Language/Framework** | **Link To Repo** | **PiNet Link** (to try app) | 29 | |-----------|-----------------|------------------------------------|------------------|-------------------------------------| 30 | | (Example) | (Write anything special about your app or code) | (Ruby/Rails, Python/Django, JS/React, etc.) | (link) | (Pi Apps can now get free ___.pinet.com domains that work on any browser) | 31 | | Pi Core Team (as example) | This demo app showcases the authentication and payment functionalities of the Pi SDK. It is not part of the hackathon, just an example. | Typescript/React, Node.js/Express, MongoDB | [demo](https://github.com/pi-apps/demo) | [Fireside](http://fireside.pinet.com) (as example) | [pi://demo.pi](pi://demo.pi) | N/A | 32 | | Pi Commerce App | These are the Mockups and Prototypes for the Hackathon | Figma | [pi-commerce-app](https://github.com/pi-apps/pi-commerce-app)| N/A | N/A | N/A | 33 | | Local Commerce Hub | A commerce app project based on the Pi CT mockups | Typescript/React, Node.js/Express, MongoDB | [local-commerce-hub](https://github.com/pi-apps/local-commerce-hub)| N/A | N/A | N/A | 34 | | EasyGoods | A commerce project for pi commerce hackathon | Javascript/NextJS, FireStore | [EasyGoods](https://github.com/0205miss/EasyGoods) | [EasyGoods](https://easygoods5604.pinet.com) | 35 | | Map Of Pi | Map Of Pi is a mobile application developed to help Pi community members easily locate local and global businesses that accept Pi as payment. This project was initiated as part of the Pi eCommerce Hackathon with the goal of facilitating Pi transactions and connecting businesses with the Pi community. | Typescript/NextJS, Node.js/Express, MongoDB | [map-of-pi-docker](https://github.com/map-of-pi/map-of-pi-docker) | [Map Of Pi](https://mapofpi.pinet.com) | 36 | | PyNook | PyNooK is a global barter mall. Through positioning, it can help pi pioneers quickly find merchants who accept pi payment, so as to achieve online and offline fast barter | Javascript/NextJS | [pynook](https://github.com/picnty/pynook) | [PyNook](https://pynook7269.pinet.com) | 37 | 38 | # 39 | 40 | ### For Projects under Active Development 41 | If your app is progressing significantly, the Pi Core Team may offer to host your repository under the `pi-apps` organization on GitHub (github.com/pi-apps). This is to ensure that promising projects are easily discoverable and well-supported. The winning app, if built using PiOS, will receive further support from the Pi Core Team, including server resources to ensure app stability and the removal of cost barriers, up to a specified cap. 42 | 43 | 44 | ## Roles and Responsibilities of Team Leaders 45 | Team leaders are responsible for: 46 | - Creating and managing the project's GitHub repository. 47 | - Overseeing technical tasks, code reviews, and pull request approvals. 48 | - Coordinating the efforts of team members. 49 | - Ensuring adherence to development milestones. 50 | - Setting up the app in the Pi Developer Portal. 51 | - Submitting the final app at the hackathon's conclusion. 52 | 53 | ### Disclaimer 54 | While PiOS is a recommended license for Pi Network applications, its usage does not imply endorsement or responsibility by the Pi Network for your project. It's advisable to consult legal counsel to ensure the license aligns with your project's needs. Your use of the PiOS license is at your own risk, and you're liable for any consequences that arise from it. 55 | 56 | 57 | 58 | --------------------------------------------------------------------------------