Rail a libp2p node through a bootstrap peer list
The essential Ethereum information hub.
Implementation of Ethereum Sharded Casper v2.1 Beacon Chain
An Aragon DAO Discord Bot
Grow Open Source
A mobile wallet for the permaweb
A demo of using WebRTC with no signaling server.
peer-id implementation in JavaScript
Tweet Bot for OCEAN faucet
A web browser for the permaweb
The JavaScript Implementation of libp2p networking stack.
Unofficial orbit-db typings!
http://salabs.me/jslibp2p-chat-tutorial/
MQTT based Ring Alarm integration for Home Assistant
A starter template for web3
http://salabs.me/jslibp2p-chat-tutorial/
Under Construction. See progress here: https://trello.com/b/U0YiyYZ7/permasnap
Simple Arweave identity service
A python framework for Ethereum smart contract deployment, testing and interaction.
GitHub Action for Importing Code-signing Certificates into a Keychain
This is a script by which you can install Ubuntu in your termux application without a rooted device
Ethereum Wiki - English
Gomobile PSS signer module for use with Flutter
Native code used in react-native-fast-rsa and flutter-rsa
Library for Reactive Dapp Development with auto syncing and caching capabilities
Developer documentation for Centrifuge
Single source of truth used to build user interfaces for Centrifuge
centrifuge.io
Nimbus: an Ethereum 1.0 & 2.0 Client for Resource-Restricted Devices
The Status module that consumes go-ethereum
This is the first version of open source model legislation that pays you to contribute.
Hacking "Chsmartbulb" BT/BLE LED bulb speaker
CLI swiss knife for Ethereum developers
Build a Better Web with Status
Desktop wallet that can stake CENNZ tokens
A basic snips handlerwith dynamic module loading
a free (libre) open source, mobile OS for Ethereum
ArwENS is a one-stop shop for registering ENS domain/subdomains, storing text or web pages on Arweave, and then linking your newly minted ENS domain to your Arweave content.
Future home of a Rust implementation of Nanobitcoin
💸 A curated, community compiled list of everywhere you can use the decentralized Dai stablecoin
A Python based CLI for exploring the Ethereum blockchain using the Alethio API
WalletConnect Bridge Server
A python based cryptocurrency experiment
Centralized network management for decentralized networks -- helping organize and publish sidechain connection details
Blockchain explorer to accompany nanobitcoin project
Shower solenoid controller, triggered by RFID or Bitcoin
MQTT features for Mopidy
An token distributing twitter bot for Ocean Protocol's testnet
A snips app for reading scripture
Have Snips tell you about crypto!
A set of scripts to pull stuff from twitter and provide it to Snips
@vasco-santos js-libp2p-crypto was proving to be too big a push for me to do at once so thought I'd take a stab at a more manageable types upgrade so have attempted to follow the patterns linked in previous PRs around adding types via aegir/tsdoc. I've made some minor updates to address typescript specific type safety concerns.
##### Description Make verified twitter address tooltip work on grant cards ##### Refers/Fixes Fixes #7387 ##### Testing No Python code was changed/added. Just updated a tooltip component to work correctly.  
Addresses point 2 of [#756](https://github.com/libp2p/js-libp2p/issues/756) cc: @jacobheun @vasco-santos Here's part 2 of the PRs needed to fix https://github.com/libp2p/js-libp2p/issues/756 - let me know if this is what you were thinking.
Addresses point 1 under #756. cc: @jacobheun @vasco-santos I wasn't clear from the issue description if the snippet desired is just an addition to the existing custom peer discovery or a whole separate section. If the latter, let me know and I'm happy to re-write.
Typescript complains if you use `rsa` instead of `RSA` for the keyType so this will correct the examples in the documentation to match the [keyType exported from libp2p-crypto](https://github.com/libp2p/js-libp2p-crypto/blob/b28c232e227055beed990945c795a27bacff56e5/src/index.d.ts#L4).
Add determineAddress to the properties for `orbit-db` as it is not currently present in the typing so Typescript complains
Adds missing links in the table of contents to the `pubsub.topicValidators.set` and `pubsub.topicValidators.delete` properties within API.md
Flesh out all the content for the multiaddress/bootstrap node section of the tutorial. All of these updates are based on v0.28 of js-libp2p so we'll need to update all the code as well once #11 is merged since the tutorial code is all written in 0.25 and way out of date.
* Correctly encodes image data in setArweaveData for identicon * Constructs dataUri to return in ArweaveID provided by `retrieveArweaveIdFromAddress` function
Ty[e declarations for `subspace-react` are currently broken because of `useSubspace` default export. Fixes #86 so that useSubspace isn't exported as default type for Typescript projects and can therefore be imported as a named import.
Click to copy changes (1 click to copy and change value to "copied") when clicked
* Adds documentation to the API for the 4 subspace specific operators * Adds clarification note to `trackEvent` to draw awareness to the fact that not specifying a `fromBlock` will result in the observable streaming all events matching the filter from block 0 - which might be a big deal for someone running a subspace powered app on a low data plan mobile device :wink:
Fixes #47 * Adds snackbars for errors related to retrieving transactions from node. * Fix transaction loading to display transactions as they are retrieved from blockchain
Fixes #36 and #37 by replacing two-tabbed wallet view (i.e. All txns/Data Txns) with a single wallet view that is filterable by All/Data/AR transactions
Replaces current Java implementation with gomobile implementation to allow iOS app to work
Fixes #19 Fixes #25 Fixes #31 Fixes #33 * Refactor wallet business logic and moves state to `appState` * Fixes bug where transactions don't load from storage * Checks for new transactions on app load * Check if pending transactions are posted on app load * Fixes render bug where tags overflowed widget
This PR adds the demo defi app associated with my blog article on subspace.
Second PR related to [Developer.Centrifuge.io issue #129](https://github.com/centrifuge/developer.centrifuge.io/issues/129) Replaces the custom coded header navigation with the @centrifuge/axis-nav-bar component
Second PR related to [Developer.Centrifuge.io issue #129](https://github.com/centrifuge/developer.centrifuge.io/issues/129) Replaces the custom coded header navigation with the [@centrifuge/axis-nav-bar](https://github.com/centrifuge/axis-nav-bar) component
WIP PR to replace existing site navigation with axis navbar componet as part of [developer.centrifuge.io - issue #129](https://github.com/centrifuge/developer.centrifuge.io/issues/129) Not ready for review
Fixes #129 Replace existing navbar with navbar component from [Axis](https://github.com/centrifuge/axis-nav-bar
Replaces current webview plugin with [inappwebview plugin](https://pub.dev/packages/flutter_inappwebview) Fixes #22, #9 as part of replacement.
Update readme with build steps based on the [blog post](https://our.status.im/building-nimbus-on-android/)
Following on from the [blog article](https://our.status.im/building-nimbus-on-android/), adding build instructions for Nimbus on Android.