This project demonstrates the use of smart contracts to manage a graph of interconnected nodes, where data can be updated in real-time.
- Clone the repository:
git clone https://github.com/undimmable/eth-crosslink
cd eth-crosslink
- Run ganache
npm install --global ganache
ganache -p 7545
- Run truffle migrations
truffle migrate --network development