Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smartcheck added #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Feel free to submit a pull request, with anything from small fixes to tools you'

* [Quantstamp](https://quantstamp.com) A service that offers automated and manual smart contract security audits for a fee

* [Manticore](https://github.com/trailofbits/manticore) Symbolic execution tool on Smart Contracts and Binaries

* [SmartCheck](https://tool.smartdec.net/) - Static analysis of Solidity source code for security vulnerabilities and best practices.

### Decentralized storage

* [IPFS](https://ipfs.io/) - Decentralized storage and file referencing
Expand Down Expand Up @@ -60,7 +64,7 @@ Feel free to submit a pull request, with anything from small fixes to tools you'

* [Web3.js](https://github.com/ethereum/web3.js/) - Javascript

* [Ethers.js](https://github.com/ethers-io/ethers.js) - Javascript Ethereum wallet implementation and utilities
* [Ethers.js](https://github.com/ethers-io/ethers.js) - Javascript library for ethereum wallet implementation and utilities

* [Eth.js](https://github.com/ethjs) - Lightweight alternative

Expand Down Expand Up @@ -206,18 +210,23 @@ Feel free to submit a pull request, with anything from small fixes to tools you'
* [Etherscan](https://etherscan.io/) - most popular centralized way to view Eth transactions and contract code

* [POA Explorer](https://github.com/poanetwork/poa-explorer) - Open Source Ethereum Block explorer, funded by [Ethprize](ethprize.io) and developed by [POA](https://poa.net)


* [QuickBlocks](https://github.com/Great-Hill-Corporation/quickBlocks)- QuickBlocks is a collection of software libraries, applications, tools, and examples that allow you to retrieve Ethereum blockchain data (a) more quickly, (b) with higher information content, (c) in an fully decentralized way, (d) in a fully automated way, and (e) in a highly maintenance free way.)

* [Etherchain lite](https://github.com/gobitfly/etherchain-light)- Lightweight blockchain explorer for your private Ethereum chain

* [Alethio EthStats 2.0](https://media.consensys.net/alethio-lighting-up-the-blockchain-with-real-time-stats-a80bb30576db) coming soon

* [Supermax](https://www.supermax.cool/)- A live data feed of the activities and event logs of your smart contracts on Ethereum

* Gas price calculators
* Gas price calculators and tools

* [EthGasStation](https://ethgasstation.info/) - website for estimating tx prices vs times

* [Petrometer](https://github.com/makerdao/petrometer)- petrometer is a tool which summarizes daily and total gas consumption of all transactions sent from a specified Ethereum address.


* [CryptoProf](https://github.com/doc-ai/cryptoprof)- Gas profiler for smart contracts

* Contract Standards

* Tokens
Expand Down Expand Up @@ -282,14 +291,16 @@ Feel free to submit a pull request, with anything from small fixes to tools you'
* [Gitcoin](https://gitcoin.co)- Bounty network for funding Open Source or finding Open Source work
* [CodeFund](https://codefund.io)- Ethical Adveritsing Platform for Open Source


* Hash calculator tool
* [MD4 Online Hash Function](https://emn178.github.io/online-tools/md4.html) - Tool to hash input with a variety of hashing algorithm options

## Ethereum knowledge

### Security best practices

* [Safety wiki](https://github.com/ethereum/wiki/wiki/Safety)- Ethereum Foundation wiki on safety

* [Smart contract best practices](https://github.com/ConsenSys/smart-contract-best-practices) - " published by Consensys
* [Smart contract best practices](https://github.com/ConsenSys/smart-contract-best-practices) - " Standard published by Consensys

### Governance

Expand Down