Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/naszam/duppsolc
- Owner: naszam
- License: agpl-3.0
- Created: 2021-11-05T23:47:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T19:00:30.000Z (almost 3 years ago)
- Last Synced: 2024-08-04T23:08:48.258Z (5 months ago)
- Topics: dapp, ethereum, script, solc
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-smart-contract-development - duppsolc
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:*