-
Updated
May 9, 2019 - JavaScript
dapps
Here are 434 public repositories matching this topic...
-
Updated
May 15, 2022 - TypeScript
-
Updated
May 8, 2022
This bounty is to improve test coverage on the Matic contracts repo. The repo contains the following contracts:
- Plasma MoreVP (https://blog.matic.network/finer-details-of-matics-plasma-implementation/)
- Predicates (https://plasma.build/t/predicates-in-matic-plasma/86/3)
- ERC20, ERC721 and Marketplace
- Matic Proof-of-Stake management
- Genesis Bor contracts
For an overview of
Refactor test suite
-
Updated
May 16, 2022 - Python
-
Updated
May 13, 2022 - JavaScript
-
Updated
Apr 27, 2022 - HTML
-
Updated
Oct 19, 2021 - JavaScript
-
Updated
Apr 1, 2022 - TypeScript
-
Updated
May 11, 2022 - TypeScript
-
Updated
May 16, 2022 - C++
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
May 15, 2022 - JavaScript
Show number of connected miners for a node
Show each miners info
for these endpoints we could add the total of connected miners:
/nodes
/node/id
/node/current
e.g. for /nodes - the total_miners is the sum of all miners from each successor in the list + the predecessor if it's not already in the list of successors.
{
"status": "success",
"result": {
"total_miners": 45,
-
Updated
Apr 1, 2019 - TypeScript
-
Updated
Nov 22, 2021 - JavaScript
-
Updated
May 12, 2022
A slider is needed to list other nfts under the detail card on the nft detail page.
-
Updated
May 13, 2022 - JavaScript
-
Updated
Jan 20, 2021 - Solidity
Not sure why, but copy to clipboard in the proofs tab fires multiple times
Improve this page
Add a description, image, and links to the dapps topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dapps topic, visit your repo's landing page and select "manage topics."


It is currently not possible to specify the chain ID for a hardhat network invoked with
npx hardhat nodethrough any means other than the config file. This means it is impossible to specify the--chain-idargument in the command line, or execute a chain host pragmatically withhre.run('node', { chainId: 100 }).Please add the
chainIdparameter to thenodecommand so it is possible to