@taquito/tezbridge-signer

Tezbridge signer provider

Usage no npm install needed!

<script type="module">
  import taquitoTezbridgeSigner from 'https://cdn.skypack.dev/@taquito/tezbridge-signer';
</script>

README

Taquito Tezbridge Signer package

@taquito/tezbridge-signer is an npm package that provides developers with Tezbridge Signer functionality for Taquito.

You first need to include https://www.tezbridge.com/plugin.js in your application to use this signer.

import { TezBridgeSigner } from '@taquito/tezbridge-signer'
import { TezosToolkit } from "@taquito/taquito";

const Tezos = new TezosToolkit('https://YOUR_PREFERRED_RPC_URL');
Tezos.setProvider({signer: new TezBridgeSigner()})

For more information on how to use TezBridge see https://docs.tezbridge.com/

See the top-level https://github.com/ecadlabs/taquito file for details on reporting issues, contributing and versioning.

API Documentation

TypeDoc style documentation is available on-line here

Disclaimer

THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.