This module provides a StreamingFast Firehose Streamer for pushing protobuf data from the Sui Blockchain
- Download the latest mainnet version of the sui node from here.
- 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