-
Updated
May 9, 2019 - JavaScript
dapps
Here are 299 public repositories matching this topic...
-
Updated
Jun 16, 2021 - TypeScript
-
Updated
Jun 18, 2021 - Python
-
Updated
Nov 9, 2019 - JavaScript
-
Updated
Apr 9, 2021 - HTML
-
Updated
Jun 14, 2021 - JavaScript
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
Jun 18, 2021 - Swift
-
Updated
Jun 10, 2021 - TypeScript
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
Jun 9, 2021 - Kotlin
-
Updated
Jun 18, 2021 - C++
-
Updated
Jun 6, 2021 - JavaScript
-
Updated
Jun 18, 2021 - TypeScript
Not sure why, but copy to clipboard
in the proofs tab fires multiple times
We are getting quite common question, when people can't save their playground or deploy code, because they have cookies disabled. We have a style for this popup on Export Project
- just need to add detection.
Should be pretty easy to do with something like this for cookie detection:
https://stackoverflow.com/questions/4603289/how-to-detect-that-javascript-and-or-cookies-are-disabled
Currently HHS supports two storage backends:
- IndexedDB, for in-browser usage (and a mocked IndexedDB for testing)
- An [in-memory ephemereal backend](https://github.com/hyperhyperspace/hyperhypers
-
Updated
Jun 12, 2019 - Shell
-
Updated
Jan 20, 2021 - Solidity
-
Updated
May 25, 2021 - TypeScript
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."
This is a bug report of an edge case that can only happen if you have a hardhat project inside a monorepo, and the hardhat project is also an npm project
p
.If a solidity file within
p
imports another one usingimport "p/contracts/..."
, the compilation will fail. The reason for this is that the file ends up with two source namesp/contract/...
andcontracts/...
.This only happens w