@test-taquito-untrusted/local-forging

Provide local forging functionality to be with taquito

Usage no npm install needed!

<script type="module">
  import testTaquitoUntrustedLocalForging from 'https://cdn.skypack.dev/@test-taquito-untrusted/local-forging';
</script>

README

WARNING This build is produced from a feature branch and could contain unreviewed changes from the public. Use with caution, do not use in production

pkgsign status

Taquito Local forging package

@taquito/local-forging is an npm package that provides developers with local forging functionality for Taquito. It can be injected as follow.

import { TezosToolkit } from '@taquito/taquito'
import { localForger } from '@taquito/local-forging'
Tezos.setProvider({ forger: localForger })

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.