-
Updated
Jun 1, 2020 - TypeScript
dapp
Here are 1,471 public repositories matching this topic...
-
Updated
May 23, 2020 - JavaScript
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:
- Go to Send Transaction view
- Click on QR Code scanner
- Position QR Code in front of Webcam
- QR Code scanner closes
-
Updated
May 9, 2019 - JavaScript
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
argsinconfig/storage.jsthat would store extra argumens for the IPFS i
On the basis of Review Russian documentation #1963
- Main
- README
- Documentation Overview
- Configuration / Introduction
- Configuration / Dockerfile image
- Configuration / Stapel Image / Naming
- Configuration / Stapel Image / Base Image
- Configuration / Stapel Image / Docker directive
- Confi
-
Updated
May 8, 2019 - Swift
-
Updated
Dec 14, 2018
This will require to update the component in aragonUI. done aragon/aragon-ui#769
Current version:
New version:
Figma refere
Coming from the main website, it is unclear how this helps decentralizing the service. There is an interesting discussion on HN! about this which would be helpful if summarized in the documentation (e.g. the README).
Similarly, an overview of how it actually works (e.g. how is content updated and so on) would help
-
Updated
Feb 11, 2019 - TypeScript
I left a review and then got this message
which seems strange as it's telling me something I know.
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: ()
The 0x... string in the log is supposed to be txhash. We need to clearly label it.
Also, the "success" message should be "pending" while we are waiting. Thanks.
-
Updated
May 28, 2020 - JavaScript
Description
The async activate function currently resolves undefined, but it would be useful to access the account that was just activated such as const {account} = await activate(abstractConnector)
At the very least, the rule used for those examples is deprecated, but the whole section could probably use a revamp too.
-
Updated
Dec 30, 2018
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
Commands are automatially found and listed.
I suppose that if the comment at the top is missing, the command doesn't get listed. See e.g. the --to-dec command.
-
Updated
Oct 10, 2018 - Python
Describe the solution you'd like and the expected behavior
When sending assets I want to be able to send the full amount of at once without typing in the 8 decimals
Is your feature request related to a problem? Please describe.
Typing sucks
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:
- Initialize local db (single time setup)
- A script that would run all required docker containers without doing the initialization step aga
-
Updated
Jan 21, 2019 - JavaScript
Improve this page
Add a description, image, and links to the dapp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dapp topic, visit your repo's landing page and select "manage topics."






I'm looking at the react tutorial at https://github.com/amark/gun/wiki/React-Tutorial and noticed that the code examples are using depreciated lifecycle methods such as componentWillMount.