Developers Forum for XinFin XDC Network

Discussion on: How do i implement a subgraph?

Collapse
xu_zhaolin_fcf881856ae0b5 profile image
xu zhaolin • Edited on

please find 3.4 below

3.4 Download graph-node complier,we have modified the graphnode code! Make sure you download it from our github!

sudo apt install -y cmake

cd ${HOME}
git clone github.com/gzliudan/graph-node graph-node.xdc
cd graph-node.xdc
git checkout -b xdc origin/xdc
cargo build --release

Collapse
yohan profile image
Yohan Nelson

This did not seem to work for me, has the implementation changed?