https://github.com/puria/readme
:memo: README.md template to facilitate new projects
https://github.com/puria/readme
Last synced: 7 months ago
JSON representation
:memo: README.md template to facilitate new projects
- Host: GitHub
- URL: https://github.com/puria/readme
- Owner: puria
- License: agpl-3.0
- Created: 2019-02-10T07:55:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T18:46:04.000Z (over 2 years ago)
- Last Synced: 2025-01-22T11:47:43.823Z (9 months ago)
- Size: 37.1 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# {project_name}
### {tagline}
---
## {project_name} Features
{screenshot}
# [LIVE DEMO](https://https://interfacer-gui-staging.dyne.org/)
### 🚩 Table of Contents
- [💾 Install](#-install)
- [🎮 Quick start](#-quick-start)
- [🚑 Community & support](#-community--support)
- [🐋 Docker](#-docker)
- [🐝 API](#-api)
- [🔧 Configuration](#-configuration)
- [📋 Testing](#-testing)
- [🐛 Troubleshooting & debugging](#-troubleshooting--debugging)
- [😍 Acknowledgements](#-acknowledgements)
- [👤 Contributing](#-contributing)
- [💼 License](#-license)***
## 💾 Install
```pip install / yard add {project_name}```**[🔝 back to top](#toc)**
***
## 🎮 Quick startTo start using {project_name} run the following command in the root folder
```bash
docker compose up
```**[🔝 back to top](#toc)**
***
## 🚑 Community & support**[📝 Documentation](#toc)** - Getting started and more.
**[🌱 Ecosystem](https://github.com/dyne/ecosystem)** - Plugins, resources, and more.
**[🚩 Issues](../../issues)** - Bugs end errors you encounter using {project_name}.
**[💬 Discussions](../../discussions)** - Get help, ask questions, request features, and discuss {project_name}.
**[[] Matrix](https://socials.dyne.org/matrix)** - Hanging out with the community.
**[🗣️ Discord](https://socials.dyne.org/discord)** - Hanging out with the community.
**[🪁 Telegram](https://socials.dyne.org/telegram)** - Hanging out with the community.
**[📖 Example](https://github.com/{project_name}/example)** - An example repository that uses {project_name}.
**[🔝 back to top](#toc)**
***
## 🐋 DockerPlease refer to [DOCKER PACKAGES](../../packages)
**[🔝 back to top](#toc)**
***
## 🐝 APIAvailable endpoints
### POST /token
Execute a transaction with some amount
**Parameters**
| Name | Required | Type | Description |
| -------------:|:--------:|:-------:| ------------------|
| `token` | required | string | Type of token. Accepted values `idea` or `strength` |
| `amount`| required | number | Transaction's token amount |
| `owner` | required | ULID | The ULID of the Agent's owner |
### GET /token/${request.token}/${request.owner}Retrieves the actual value of the token type for the specified owner
**[🔝 back to top](#toc)**
***
## 🔧 Configuration**[🔝 back to top](#toc)**
***
## 📋 Testing
**[🔝 back to top](#toc)**
***
## 🐛 Troubleshooting & debugging**[🔝 back to top](#toc)**
***
## 😍 AcknowledgementsCopyleft 🄯 2023 by [Dyne.org](https://www.dyne.org) foundation, Amsterdam
Designed, written and maintained by Puria Nafisi Azizi.
Special thanks to Mr. W. White for his special contributions.
**[🔝 back to top](#toc)**
***
## 👤 ContributingPlease first take a look at the [Dyne.org - Contributor License Agreement](CONTRIBUTING.md) then
1. 🔀 [FORK IT](../../fork)
2. Create your feature branch `git checkout -b feature/branch`
3. Commit your changes `git commit -am 'feat: New feature\ncloses #398'`
4. Push to the branch `git push origin feature/branch`
5. Create a new Pull Request `gh pr create -f`
6. 🙏 Thank you**[🔝 back to top](#toc)**
***
## 💼 License
{project_name} - {tagline}
Copyleft 🄯 2023 Dyne.org foundation, AmsterdamThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .**[🔝 back to top](#toc)**