Skip to content

This module provides a StreamingFast Firehose Streamer for pushing protobuf data from the Sui Blockchain

Notifications You must be signed in to change notification settings

Apocentre/sf-sui-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamingFast Sui Extractor

This module provides a StreamingFast Firehose Streamer for pushing protobuf data from the Sui Blockchain

Download sui-node

  1. Download the latest mainnet version of the sui node from here.
  2. Extract the zip file and move the sui-node-macos-arm64 to a folder that is within your system PATH.
mv sui-node-macos-arm64 ~/.sui/sui-node

Note that yu should add ~/.sui/ to your system PATH.

Alternatively, you can build it from source. Note it might take some time until the build is completed.

git clone https://github.com/MystenLabs/sui
cargo build --release --bin sui-node

If you run a local node and not a remote RPC node then you would need to turn the experimental rest api on. To do so, add this to the full_node.yaml

enable-experimental-rest-api: true

About

This module provides a StreamingFast Firehose Streamer for pushing protobuf data from the Sui Blockchain

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages