ASIMOV module for data import from the NEAR Protocol blockchain network.
- Imports structured data from NEAR Protocol blocks and transactions.
- Supports both the mainnet and testnet environments.
- Collects the raw JSON data via the edge-cached neardata.xyz API.
- Constructs a semantic knowledge graph based on the KNOW ontology.
- Supports plain JSON output as well as RDF output in the form of JSON-LD.
- Distributed as a standalone static binary with zero runtime dependencies.
- Rust 1.85+ (2024 edition) if building from source code
pip install -U asimov-near-modulegem install asimov-near-modulenpm install -g asimov-near-modulecargo install asimov-near-moduleasimov-near-fetcher near://testnet/100000000asimov-near-fetcher near://mainnet/100000000asimov-near-fetcher: collects JSON data from the neardata.xyz APIasimov-near-importer: collects and transforms JSON into JSON-LD (TBD)
git clone https://github.com/asimov-modules/asimov-near-module.git