インストール方法
The Sequence Indexer is built as a HTTP API with RPC endpoints that you may call directly from your Webapp, Game or server backend. Below you’ll find information on the RPC endpoint schema with sample curl commands, along with examples in both Javascript/Typescript and Go. Web / node.js および Go 用のSDKをご用意しています。 他の言語でIndexerと連携したい場合は、下記のAPIリファレンスに従ってHTTPリクエストを実装してください。 また、TypescriptクライアントのソースコードもIndexer APIクライアントの参考実装としてご覧いただけます。Web / node.js Installation
This code requires an API Access Key from Sequence Builder.
@0xsequence/indexer
from node.js, we recommend using node v18.x or newer.
Go Installation
Terminal
Go