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

https://github.com/developerdavi/solidity-unflattener

A tool for recreating solidity project files from flattened .sol contract files
https://github.com/developerdavi/solidity-unflattener

ethereum hacktoberfest hardhat smart-contracts solidity

Last synced: 5 months ago
JSON representation

A tool for recreating solidity project files from flattened .sol contract files

Awesome Lists containing this project

README

          




Solidity Unflattener














## Introduction

`solidity-unflattener` is a tool for recreating solidity project files from flattened `.sol` contract files.

## Usage

```bash
npx @devdavi/unflatten [] [--wd]
```

## How to contribute

If you want to contribute to this project, feel free to make a PR or create an issue. All help is welcome :)

## License

MIT © [Davi Rodrigues](https://github.com/developerdavi)