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

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.

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.