[#5132] Added some DApps

Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
Julien Eluard 2018-07-17 14:40:13 +02:00
parent 3fd2aae932
commit b38c2686c5
No known key found for this signature in database
GPG Key ID: 6FD7DB5437FCBEF6
6 changed files with 21 additions and 3 deletions

View File

@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- iPad support. Status is now displayed at full native resolution on iPad's
- Persist browser history
- Added more dapps
### Fixed
- Fixed Sign in: Cannot paste text within password field [#3931]

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -39,6 +39,10 @@
:ethlend (js/require "./resources/images/contacts/ethlend.png")
:smartz (js/require "./resources/images/contacts/smartz.png")
:ddex (js/require "./resources/images/contacts/ddex.png")
:emoon (js/require "./resources/images/contacts/emoon.png")
:livepeer (js/require "./resources/images/contacts/livepeer.png")
:console (js/require "./resources/images/contacts/console.png")})
(def assets

View File

@ -33,7 +33,11 @@
{:name "Eth2phone"
:dapp-url "https://eth2.io"
:photo-path "contacts://eth2phone"
:description "Send Ether by phone number"}]}
:description "Send Ether by phone number"}
{:name "DDEX"
:dapp-url "https://ddex.io/"
:photo-path "contacts://ddex"
:description "Instant, real-time order matching with secure on-chain settlement"}]}
{:title "Marketplaces"
:data [{:name "CryptoCribs"
:dapp-url "https://cryptocribs.com"
@ -54,7 +58,11 @@
{:name "The Bounties Network"
:dapp-url "https://beta.bounties.network/"
:photo-path "contacts://bounties-network"
:description "Bounties on any task, paid in any token"}]}
:description "Bounties on any task, paid in any token"}
{:name "Emoon"
:dapp-url "https://www.emoon.io/"
:photo-path "contacts://emoon"
:description "A decentralized marketplace for buying & selling crypto assets"}]}
{:title "Fun & Games"
:data [{:name "CryptoKitties"
:dapp-url "https://www.cryptokitties.co"
@ -109,4 +117,9 @@
{:name "Status Test DApp"
:dapp-url "https://status-im.github.io/dapp/"
:description "Request test assets and test basic web3 functionality."
:developer? true}]}])
:developer? true}]}
{:title "Other: Media"
:data [{:name "LivePeer"
:dapp-url "http://livepeer.tv"
:photo-path "contacts://livepeer"
:description "Decentralized video broadcasting"}]}])