An open API service indexing awesome lists of open source software.

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.

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.