Tools
The future of decentralized finance lies in the hands of those who dare to challenge the status quo.
Site Tools
- https://coinmarketcap.com
- Ethereum (ETH) Blockchain Explorer
- Ethernow - Ethereum Transaction Explorer
- https://www.coingecko.com/en
- https://www.intotheblock.com
- https://interest.coinmarketcap.com (Earn crypto from crypto)
- https://cryptopanic.com (All news in one page)
- https://coinmarketcal.com/en (Events)
- Blockchain is important bitcoin not
- Focus on fundamentals
SAAS Tools
- Polygon
- Payment Services
- MoonPay: Buy and sell Bitcoin, Ethereum, and other cryptos - A fast and simple way to buy and sell crypto
- BitPay: Buy Crypto Without Fees | Store, Swap & Spend Bitcoin
- Coin Payments
- Transak
- Banxa
- Mercuryo
- CoinGate
- NOWPayments - Accept Crypto Payments as a Business
- Plug & play APIs to simplify the web3 experience | Biconomy
- Web3's leading platform for NFT experiences | HyperMint by MoonPay
- KYC - sumsub
- Security - Web3 Security Leaderboard
- Blockchain Analytics & Crypto Compliance Solutions | Elliptic
- Gauntlet
- Webacy
Platforms
- DefiLlama - DeFi Dashboard
- Coinmarketcap
- DeFi Llama
- Coincodex
- Nomics
- Livecoinwatch
- CoinCheckUp
- Coindataflow
- Coincost
- Blockworks
- TokenInsight
- Messari
- Dune
- Nansen
- Coingecko
- Glassnode
- BitGo - How institutions and platforms securely access crypto
- Fireblocks - #1 Institutional Digital Asset Custody, Settlement & Issuance
- Unibot - The Fastest Uniswap Telegram Sniper
Hyperledger
Hyperledger is an open source community focused on developing a suite of stable frameworks, tools and libraries for enterprise-grade blockchain deployments.
It serves as a neutral home for various distributed ledger frameworks including Hyperledger Fabric, Sawtooth, Indy, as well as tools like Hyperledger Caliper and libraries like Hyperledger Ursa.
Hyperledger Fabric
Type: Distributed ledger software
Hyperledger Fabric is intended as a foundation for developing applications or solutions with a modular architecture. Hyperledger Fabric allows components, such as consensus and membership services, to be plug-and-play. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
https://www.hyperledger.org/use/fabric
Below are some of the key features of Hyperledger Fabric and what differentiates it from other distributed ledger technologies
- Permissioned architecture
- Highly modular
- Pluggable consensus
- Open smart contract model - flexibility to implement any desired solution model (account model, UTXO model, structured data, unstructured data, etc)
- Low latency of finality/confirmation
- Flexible approach to data privacy : data isolation using 'channels', or share private data on a need-to-know basis using private data 'collections'
- Multi-language smart contract support: Go, Java, Javascript
- Support for EVM and Solidity
- Designed for continuous operations, including rolling upgrades and asymmetric version sup-port
- Governance and versioning of smart contracts
- Flexible endorsement model for achieving consensus across required organizations
- Queryable data (key-based queries and JSON queries)
Brute Force Phrase
- GitHub - Xeift/Metamask-Mnemonic-Brute-Force: A js program generate random 12 words metamask mnemonic and check the balance in the account.
- Is 12-word seed phrase safe enough?
- How long would it take to brute force a bitcoin wallet seed phrase with one word missing? I know there are 2048 options, but how long wou...
- Implement a brute force algorithm to find three missing word from BIP39 seed
- GitHub - 3rdIteration/btcrecover: BTCRecover is an open source wallet password and seed recovery tool. For seed based recovery, this is primarily useful in situations where you have lost/forgotten parts of your mnemonic, or have made an error transcribing it. (So you are either seeing an empty wallet or gettign an error that your seed is invalid) For wallet password or passphrase recovery, it is primarily useful if you have a reasonable idea about what your password might be.