Skip to content
#

dapps

Here are 299 public repositories matching this topic...

alcuadrado
alcuadrado commented Jun 1, 2021

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 using import "p/contracts/...", the compilation will fail. The reason for this is that the file ends up with two source names p/contract/... and contracts/....

This only happens w

0xAshish
0xAshish commented Feb 25, 2020

This bounty is to improve test coverage on the Matic contracts repo. The repo contains the following contracts:

For an overview of

kingsleyh
kingsleyh commented Aug 2, 2019

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,
 
react-native-geth

Ethereum Light-Client implementation for React Native allow you to [ Generate and manage Ethereum accounts, sign transactions and data - Interact with the Ethereum Blockchain, send transactions, create and interact with contracts - Run your own Light Node or connect to an external node providers ]

  • Updated Jun 9, 2021
  • Kotlin
MaxStalker
MaxStalker commented Mar 24, 2021

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

Improve this page

Add a description, image, and links to the dapps topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dapps topic, visit your repo's landing page and select "manage topics."

Learn more