Skip to content

This repository show cases consumption of an Sui Substreams

License

Notifications You must be signed in to change notification settings

Apocentre/sf-sui-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

substreams-sui-example

This repository show cases consumption of an Sui Substreams. More specifically, we will index all Coins created on Sui mainnet.

Build and package hanlers

From the root

 cargo build -p sf-modules --target wasm32-unknown-unknown --release
 substreams pack sf-modules/substreams.yaml

Move the created package to coin-sink

mv sf-modules/sf-modules-v0.1.0.spkg coin-sink/

Start firesui as described in here

Finally start the coin-sink:

cd coin-sink
ENV=development cargo run

About

This repository show cases consumption of an Sui Substreams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages