-
Updated
Oct 15, 2021 - TypeScript
{{ message }}
An open source cybersecurity protocol for syncing decentralized graph data.
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Squeezer Framework - Build serverless dApps
GitOps delivery tool
Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition
区块链白皮书、书籍、交易所、币种、自媒体等资源汇总
We should apply sorting to the list of installed apps in the App Center (we "randomize" the discovery page to make it a bit more "fun"):
cc @bpierre @dizzypaty I've also been wondering if it might be nice to start having sections in the App Center similar to Voting, for the different classes of apps (e.g. "ready" vs. "experiment
I left a review and then got this message
which seems strange as it's telling me something I know.
Augur back-end (Ethereum contracts)
Decentralized Status Page
Official Go implementation of the IOST blockchain
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Framework for rapid Dapp development. Simple. Robust. Extendable. Testable
Asch is an efficient, flexible, safe and decentralized application platform, which was initially designed to lower the barrier to entry for developers.The services provided by the Asch platform include a public chain and a set of application SDKs.
Some file is importing something from some test file. This means that we have to include the test directory in the published package, but besides that it's just a bad idea. I haven't looked into it, but it's probably easy to fix.
GoldWithdrawn, GoldLocked, GoldRelocked, GoldUnlocked should not emit when value is 0 (and corresponding operations should be prevented)
AccountsSlashed?
Locked Celo operations are used to trace internal celo transfers by indexers, which leads to a false positive when value is 0
Discovered by coinbase in rosetta operation
See fix
walletconnect always goes to rinkeby...
<UseWalletProvider
chainId={3}
connectors={{
walletconnect: {
rpcUrl:
'https://ropsten.infura.io/v3/7082b757ec2e4ebd8d47ca9518743623',
},
}}
>
...
onConnect={() => connect('walletconnect')}
But...
Response :
POST https://rinkeby.infura.io/v3/ 401 (Unauthorized
A browser-based IDE for creating, deploying, and sharing blockchain apps (DApps, or decentralized apps). Publish your first blockchain DApps in 5 minutes! Here is how: https://docs.secondstate.io/buidl-developer-tool/getting-started
Augur - Prediction Market Protocol and Client
A list of links to articles, tutorials and papers that are helpful for people developing on the ethereum stack
Add a description, image, and links to the dapp topic page so that developers can more easily learn about it.
To associate your repository with the dapp topic, visit your repo's landing page and select "manage topics."
Right now env vars that accept boolean-esque values (like
DAPP_TEST_FFI,HEVM_RPC, andDAPP_BUILD_OPTIMIZE) each require slightly different values to represent true.Sometimes
1means true, sometimesyesmeans true, sometimes any non0value means true, and sometimes the variable being set at all means true!Ideally all boolean-esque env vars would only accept one of these value