Skip to content

Instantly share code, notes, and snippets.

@adrianmcli
Last active August 14, 2023 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save adrianmcli/97fd7388989aba80c8ec15de66ec4c45 to your computer and use it in GitHub Desktop.
Save adrianmcli/97fd7388989aba80c8ec15de66ec4c45 to your computer and use it in GitHub Desktop.
Files in EthereumBook containing reference to Truffle products

The following commands were run to find the number of files related to Truffle products based on a case-insensitive search:

➜  ethereumbook git:(develop) ✗ git grep -i --files-with-matches 'truffle' | wc -l
      51
➜  ethereumbook git:(develop) ✗ git grep -i --files-with-matches 'ganache' | wc -l
      13
➜  ethereumbook git:(develop) ✗ git grep -i --files-with-matches 'drizzle' | wc -l
       0

The results of these commands without piping to line-count are in their respective text files in this gist.

03clients.asciidoc
10tokens.asciidoc
appdx-dev-tools.asciidoc
code/aws/truffle.js
code/truffle/CallExamples/truffle-config.js
code/truffle/METoken/truffle-config.js
code/truffle/METoken_Faucet/truffle-config.js
code/truffle/METoken_METFaucet/truffle-config.js
code/truffle/console/truffle-config.js
contrib/angular4-truffle.asciidoc
contrib/ethereum-testnets.asciidoc
glossary.asciidoc
misc/example_keys.txt
06transactions.asciidoc
07smart-contracts-solidity.asciidoc
10tokens.asciidoc
12dapps.asciidoc
appdx-dev-tools.asciidoc
code/auction_dapp/DEV_README.md
code/aws/truffle.js
code/truffle/CallExamples/build/contracts/Migrations.json
code/truffle/CallExamples/build/contracts/calledContract.json
code/truffle/CallExamples/build/contracts/calledLibrary.json
code/truffle/CallExamples/build/contracts/caller.json
code/truffle/CallExamples/package-lock.json
code/truffle/CallExamples/package.json
code/truffle/CallExamples/truffle-config.js
code/truffle/Faucet/package-lock.json
code/truffle/Faucet/package.json
code/truffle/FaucetEvents/build/contracts/Faucet.json
code/truffle/FaucetEvents/build/contracts/Migrations.json
code/truffle/FaucetEvents/build/contracts/mortal.json
code/truffle/FaucetEvents/build/contracts/owned.json
code/truffle/FaucetEvents/package-lock.json
code/truffle/FaucetEvents/package.json
code/truffle/FaucetReentryAttack/build/contracts/Attacker.json
code/truffle/FaucetReentryAttack/build/contracts/Faucet.json
code/truffle/FaucetReentryAttack/build/contracts/Migrations.json
code/truffle/FaucetReentryAttack/build/contracts/mortal.json
code/truffle/FaucetReentryAttack/build/contracts/owned.json
code/truffle/FaucetReentryAttack/package-lock.json
code/truffle/FaucetReentryAttack/package.json
code/truffle/METoken/package-lock.json
code/truffle/METoken/package.json
code/truffle/METoken/truffle-config.js
code/truffle/METoken_Faucet/build/contracts/Faucet.json
code/truffle/METoken_Faucet/build/contracts/METoken.json
code/truffle/METoken_Faucet/build/contracts/Migrations.json
code/truffle/METoken_Faucet/package-lock.json
code/truffle/METoken_Faucet/package.json
code/truffle/METoken_Faucet/truffle-config.js
code/truffle/METoken_METFaucet/build/contracts/METFaucet.json
code/truffle/METoken_METFaucet/build/contracts/METoken.json
code/truffle/METoken_METFaucet/build/contracts/Migrations.json
code/truffle/METoken_METFaucet/package-lock.json
code/truffle/METoken_METFaucet/package.json
code/truffle/METoken_METFaucet/truffle-config.js
code/truffle/console/package-lock.json
code/truffle/console/package.json
code/truffle/console/truffle-config.js
contrib/angular4-truffle.asciidoc
contrib/aws-network-operation.asciidoc
contrib/ethereum-basics.asciidoc
glossary.asciidoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment