Setup
Clone the repository
git clone https://github.com/sui-direct/node.gitThen follow these steps:
Rename
config.template.jsontoconfig.jsonInstall Rust
cargotool if not installed. Visit this page for the installation details.Run
npm installto install dependenciesRun
npm dev-setupto set up the database and other initial configurationsRun
npm run buildto build the projectRun
npm startto start the HTTP server and Node
Now you run your own sui.direct node.
Last updated