https://github.com/aelfproject/aelf-dapp-factory
DApp Factory offers tools, resources, services or dApp sample projects to help anyone create and deploy dApp more easily.
https://github.com/aelfproject/aelf-dapp-factory
Last synced: about 1 month ago
JSON representation
DApp Factory offers tools, resources, services or dApp sample projects to help anyone create and deploy dApp more easily.
- Host: GitHub
- URL: https://github.com/aelfproject/aelf-dapp-factory
- Owner: AElfProject
- License: mit
- Created: 2024-06-04T04:18:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T14:37:05.000Z (almost 2 years ago)
- Last Synced: 2024-12-03T11:40:41.778Z (over 1 year ago)
- Size: 4.02 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 116
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# To initialise repo with basic files
### Files included:
1. README.md
2. LICENSE
3. .github/ISSUE_TEMPLATE/bug_report.md
4. .github/ISSUE_TEMPLATE/feature_request.md
5. .github/ISSUE_TEMPLATE/config.yml
6. .github/CODE_OF_CONDUCT.md
7. .github/workflows/publish-package-prod.yml
## Setup
Run the following command to initialize your repo with the above files:
```shell
curl https://raw.githubusercontent.com/AElfProject/aelf-dapp-factory/master/basic-patch.patch | git apply
```
### You may delete every content above and use this README.md in your repository.
# Project Name
Brief Project Description
- [About The Project](#about-the-project)
- [Getting Started](#getting-started)
- [Subsection 1](#subsection-1)
- [Examples](#examples)
- [Example 1](#example-1)
- [Contributing](#contributing)
- [License](#license)
## About The Project
Extensive Project Description
## Getting Started
### Subsection 1
Before installing, you need to install... Run the following command to install it in the current project:
```sh
dotnet add package Something
```
## Examples
Description for examples
### Example 1
To create new context, simply run a query like this:
```cs
var context = new Context();
```
## Contributing
If you encounter a bug or have a feature request, please use the [Issue Tracker](https://github.com/AElfProject/aelf-dapp-factory/issues/new). The project is also open to contributions, so feel free to fork the project and open pull requests.
## License
Distributed under the Apache License. See [License](LICENSE) for more information.
Distributed under the MIT License. See [License](LICENSE) for more information.