-
Updated
May 9, 2019 - JavaScript
dapps
Here are 236 public repositories matching this topic...
-
Updated
Jul 7, 2020 - Python
Change Managing the crowdsale
section in wiki after migration to auth-os
Currently, the (built-in) tasks documentation is a bit... lacking.
We only have a link to the src/builtin-tasks folder and that's it. Any user or developer interested would have to look deep into the sources to understand what is going on.
A suggestion to
See: https://developer.kyber.network/docs/MainnetEnvGuide/ and note that KyberNetworkProxy = 0x818E6FECD516Ecc3849DAf6845e3EC868087B755
See: https://developer.kyber.network/docs/RopstenEnvGuide/ and note also that KyberNetworkProxy = 0x818E6FECD516Ecc3849DAf6845e3EC868087B755
However, for other test nets, the address is different. Etherscan.io also confirms that this duplicate address is
-
Updated
Jun 25, 2020 - 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
Mar 15, 2020 - JavaScript
-
Updated
Jul 7, 2020 - Swift
When peer joined
is triggered, we immediately update the profile in the peers view with the generic IPFS peerId
, sometimes the peer broadcast to the room takes a bit to update the peer with handle, etc.
We should check our local contactsDB
for the peerId
and use the cached data to update the peers UI.
Also, we should look for handle / bio / etc changes and upsert our contactsDB
as
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
Mobile Testing
Document how to test mobile web & native apps on EOS Local
-
Updated
Jul 7, 2020 - TypeScript
This is from the dev survey and could have two components.
A) Include built in https support to Radiks http server.
B) Add documentation specifying that Radiks is designed to be ran behind nginx where https can be handled.
@hstove feel free to mod this with better tasks or an update on this.
-
Updated
May 23, 2020 - TypeScript
-
Updated
Jul 7, 2020 - TypeScript
-
Updated
May 24, 2019 - Swift
-
Updated
Jun 25, 2020
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
Nov 10, 2018
Let's discuss what's different about developing smart contracts for Ethereum using Solidity v0.5.x. (Newcomers to Solidity are welcome too, though!)
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."
Steps to reproduce:
hc init my-dna
cd my-dna
hc generate zomes/kebab-case
hc package
Output: