Liking cljdoc? Tell your friends :D

cljs-web3.bzz

Interface to the web3-bzz that allows you to interact with swarm decentralized file store

Interface to the web3-bzz that allows you to interact with swarm
decentralized file store
raw docstring

cljs-web3.core

ClojureScript wrapper around Web3 JavaScript API methods on the Web3 object.

A web3-instance can be obtained in two ways:

  1. Via the user's browser (when using Mist or MetaMask)

(defn web3-instance [] (new (aget js/window "Web3") (current-provider (aget js/window "web3"))))

  1. Created via create-web3 (when running a local Ethereum node)

(def web3-instance (create-web3 "http://localhost:8545/"))

The Web3 JavaScript object is provided on the browser window.

ClojureScript wrapper around Web3 JavaScript API methods on the Web3 object.

A `web3-instance` can be obtained in two ways:

1. Via the user's browser (when using Mist or MetaMask)

`(defn web3-instance []
   (new (aget js/window "Web3")
        (current-provider (aget js/window "web3"))))`

2. Created via `create-web3` (when running a local Ethereum node)

`(def web3-instance
   (create-web3 "http://localhost:8545/"))`

The Web3 JavaScript object is provided on the browser window.
raw docstring

cljs-web3.db

Functions on LevelDB.

A fast key-value storage library that provides an ordered mapping from string keys to string values.

Functions on LevelDB.

A fast key-value storage library that provides an ordered mapping from string
keys to string values.
raw docstring

cljs-web3.evm

Functions that can be used to control testrpc behaviour. Can ONLY (!) be used with testrpc.

See https://github.com/ethereumjs/testrpc for more information.

Functions that can be used to control testrpc behaviour. Can ONLY (!) be used
with testrpc.

See https://github.com/ethereumjs/testrpc for more information.
raw docstring

cljs-web3.personal

The web3-eth-personal package allows you to interact with the Ethereum node’s accounts.

The web3-eth-personal package allows you to interact with the Ethereum node’s
accounts.
raw docstring

cljs-web3.shh

The web3-shh package allows you to interact with an the whisper protocol for broadcasting. For more see Whisper Overview at https://github.com/ethereum/go-ethereum/wiki/Whisper.

The web3-shh package allows you to interact with an the whisper protocol for
broadcasting. For more see Whisper Overview at
https://github.com/ethereum/go-ethereum/wiki/Whisper.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close