Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naszam/duppsolc

Install a specific DappTools Solc Version or get them ALL!
https://github.com/naszam/duppsolc

dapp ethereum script solc

Last synced: about 2 months ago
JSON representation

Install a specific DappTools Solc Version or get them ALL!

Awesome Lists containing this project

README

        

# duppsolc
Install a specific [DappTools](https://github.com/dapphub/dapptools) Solc Version or get them ALL!

## Installing
```sh
curl https://naszam.github.io/duppsolc/install | bash
```

## Using
To install **all** solc versions:
```sh
duppsolc
```

To install a specific solc **version** (in this case the `0.6.12` solc version):
```sh
duppsolc 0.6.12
```

 

*Inspired by [duppgrade](https://github.com/Rari-Capital/duppgrade) :sparkles:*