@taquito/indexer

Package to access indexed Tezos blockchain data.

Usage no npm install needed!

<script type="module">
  import taquitoIndexer from 'https://cdn.skypack.dev/@taquito/indexer';
</script>

README

pkgsign status

Taquito Indexer package

@taquito/indexer is an npm package that provides developers with convenient methods to access indexed Tezos blockchain data.

@taquito/indexer currently supports the https://github.com/ecadlabs/tezos-indexer-api API which provides a RESTful API built on top of the Nomadic Tezos Indexer projects PostgreSQL database.

Support for other back-end indexer APIs may be added in the future, while maintaining the same API surface for the developer.

See the top-level project https://github.com/ecadlabs/taquito 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.