Skip to content
#

dapps

Here are 259 public repositories matching this topic...

pdaoust
pdaoust commented Apr 10, 2020

Steps to reproduce:

  1. hc init my-dna
  2. cd my-dna
  3. hc generate zomes/kebab-case
  4. hc package

Output:

> CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR 
"CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR "
/home/paul/target
> CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} 
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,
 
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

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

You can’t perform that action at this time.