The Wayback Machine - https://web.archive.org/web/20200601220455/https://github.com/topics/dapp
Skip to content
#

dapp

Here are 1,471 public repositories matching this topic...

pedrouid
pedrouid commented May 23, 2019

Describe the bug
QR Code Scanner fails to scan input fields on Send Transaction view when scanning QR Code contains an EIP-681 URI

Example URI

ethereum:0x46c69f4424043e720a704330748cf3c593656b9c

To Reproduce
Steps to reproduce the behavior:

  1. Go to Send Transaction view
  2. Click on QR Code scanner
  3. Position QR Code in front of Webcam
  4. QR Code scanner closes
embark
meyer1994
meyer1994 commented Jul 15, 2019

Feature Request

Add more configuration options for storage (IPFS). Command line arguments, for example.

Summary

For example, I want to develop my apps using IPFS. But I do not need to use it online. For example, running with --offline flag.

There two main ways to make it:

  • Creating a variable called args in config/storage.js that would store extra argumens for the IPFS i
werf
sqfasd
sqfasd commented Jul 30, 2018

fee calculator:

  1: () => 0.1,
  2: (trs) => {
    const len = trs.args[0].length
    if (len === 2) {
      return 200
    } else if (len === 3) {
      return 100
    } else if (len === 4) {
      return 80
    } else if (len === 5) {
      return 40
    } else if (len <= 10) {
      return 10
    }
    return 1
  },
  3: () => 5,
  4: () => 0.1,
  5: () => 0,
  6: ()
lorelei1
lorelei1 commented Jun 17, 2019

I uploaded a pic of a receipt on a milestone and as soon as the picture is there, I can no longer see all the fields of the receipt/item box to be filled in. I wanted to fill in the name of this receipt after uploading the pic (cuz i don't know what to name it until i see the receipt) but now I can't see the name field, i can't scroll up to it, and i seemingly can't scroll at all. it's cutting off

afterether
afterether commented Apr 21, 2020

I noticed that scripts that create Docker containers are using '-rm' flag and thus, upon stopping augur process, all docker containers are removed and the local data entered in the system is wiped out.

Can we add two separate processes for this?, like:

  1. Initialize local db (single time setup)
  2. A script that would run all required docker containers without doing the initialization step aga

Improve this page

Add a description, image, and links to the dapp 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 dapp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.