Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coreggon11 authored Feb 4, 2023
1 parent 299e53a commit 80c9651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ One of our many tasks is to help projects and teams migrate their smart contract
we found out that the transition process may be unnecessarily long, and if we had a tool that would transpile a Solidity file to Rust and ink!,
we would save much time. And that is how the idea of Sol2Ink was born.

Sol2Ink uses [Solang parser](https://github.com/hyperledger/solang) to parse Solidity contracts.

### Capabilities

Sol2Ink can parse Solidity files into ink! project while leveraging the power of [OpenBrush](https://github.com/727-Ventures/openbrush-contracts). You can either parse a single file by providing the path to the file, or a whole folder by providing the path to teh folder. In the latter case, Sol2Ink will parse all Solidity files in the selected folder file tree and add them to one big ink! project. The output of Sol2Ink is a folder called `generated` with the following file structure:
Expand Down

0 comments on commit 80c9651

Please sign in to comment.