https://github.com/folkengine/bingbang
Repository of shell scripts that I find useful. A mixture of gasoline and milk.
https://github.com/folkengine/bingbang
ethereum shell-scripts
Last synced: 2 months ago
JSON representation
Repository of shell scripts that I find useful. A mixture of gasoline and milk.
- Host: GitHub
- URL: https://github.com/folkengine/bingbang
- Owner: folkengine
- License: unlicense
- Created: 2019-02-23T16:11:22.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-12-10T01:37:00.000Z (6 months ago)
- Last Synced: 2025-12-31T06:52:02.081Z (6 months ago)
- Topics: ethereum, shell-scripts
- Language: Shell
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bingbang
BingBang is a collection of primarily Ethereum development shell scripts that I like to install on any system I am working on.
## Usage
1. Clone BingBang.
2. Add the repo to your PATH.
3. ...
4. PROFIT!
## Scripts
### cargo-clappy
Takes advantage of Rust Cargo's [ability to be extended](https://doc.rust-lang.org/book/ch14-05-extending-cargo.html) with custom commands. Running `cargo clappy` in the directory of Rust project will trigger clippy to be run in a super strict mode.
### chivium
Installs ChromeDriver and Selunium on Ubuntu 20.04. Based
on [@dannymota's](https://gist.github.com/dannymota/0878e11b901a46f491f19190f0acb4be) version of [@ziadoz's gist](https://gist.github.com/ziadoz/3e8ab7e944d02fe872c3454d17af31a5). Use sudo when running.
### cloc-git
Breaks down all the lines of code in a github repository. From [this Stack Overflow post](https://stackoverflow.com/a/29012789).
### doly
Runs a locally built copy of [lilypond](http://lilypond.org/index.html). Needs to have $LILY_SRC_DIR set
to the source directory.
### drink
Drink gets Eth from the [Ropsten Ethereum Testnet](https://ropsten.etherscan.io/).
By default it will use [my Testnet wallet](https://ropsten.etherscan.io/address/0x16a94747d128c3ebb779ce32a9ecf125f3f89799) unless you declare the TESTNET_WALLET environment variable. Run the command more than once a day and you will be greylisted for 24 hours.
### futuretense
Runs the download and install script from [apple/tensorflow_macos](https://github.com/apple/tensorflow_macos) which installs
a virtual python3.8 environment with tensorflow that will run on an M1 macbook.
### gisha
Updates all git repos in subdirectories relative to where called.
```
$> gisha --go
```
### git-crawl
Magnus Stahre's wonderful [git-crawl script](https://github.com/magnusstahre/git-stuff). I don't claim any legal rights to his code. I just like it.
### rndpwd
Generates a random password. Taken from [this article](https://www.howtogeek.com/howto/30184/10-ways-to-generate-a-random-password-from-the-command-line/) by [@LowellHeddings](https://twitter.com/lowellheddings).
### testnet
Fires up a local geth Ropsten(aka testnet) instance.