Pluto

Pluto

  • Try

A playground to experiment with extensions and easily publish them on IPFS. Go ahead, modify the default extension on the left side!

Find more details about building your own extension in this tutorial

Components
  • view
  • text
  • touchable-opacity
    {:on-press Event}
  • image
    {:uri String}
  • input
    {:on-change Event
     :placeholder String}
  • button
    {:on-click Event}
  • link
    {:uri String}
  • checkbox
    {:on-change Event :checked Bool}
  • list
    {:data Vector :item-view View :key Keyword}
  • picker
    {:on-change Event :selected String :enabled Boolean :data Vector}
  • activity-indicator
    {:animating Boolean :color String :size Keyword :hides-when-stopped Boolean}
  • nft-token-viewer
    {:token String}
  • transaction-status
    {:outgoing String :tx-hash String}
  • asset-selector
  • token-selector
Queries
  • store/get
    {:key String}
  • wallet/collectibles
    {:token String :symbol String}
Events
  • alert
    {:value String}
  • log
    {:value String}
  • store/put
    {:key String :value String}
  • store/append
    {:key String :value String}
  • store/clear
    {:key String}
  • http/get
    {:url String
     :timeout?    String
     :on-success  Event
     :on-failure? Event}
  • http/post
    {:url String
     :body String	      
     :timeout?    String
     :on-success  Event
     :on-failure? Event}
  • ipfs/cat
    {:hash String
     :on-success  Event
     :on-failure? Event}
  • ethereum/send-transaction
    {:to String
     :gas?       String
     :gas-price? String
     :value?     String
     :method?    String
     :params?    Vector
     :nonce?     String
     :on-result? Event}
  • ethereum/logs
    {:fromBlock? String
    :toBlock?   String
    :address?   Vector
    :topics?    Vector
    :blockhash? String
    :on-result Event}
  • ethereum/call
    {:to String
     :method    String
     :params?    Vector
     :on-result? Event}
Pluto
Community
Project ChatTwitter
More
BlogGitHub
Copyright © 2019 Status.im