Clone the repository
git clone https://github.com/sui-direct/node.git
Then follow these steps:
Rename config.template.json to config.json
config.template.json
config.json
Install Rust cargo tool if not installed. Visit this pagearrow-up-right for the installation details.
cargo
Run npm install to install dependencies
npm install
Run npm dev-setup to set up the database and other initial configurations
npm dev-setup
Run npm run build to build the project
npm run build
Run npm start to start the HTTP server and Node
npm start
Now you run your own sui.direct node.
Last updated 9 months ago