Setup

Clone the repository

git clone https://github.com/sui-direct/node.git

Then follow these steps:

  1. Rename config.template.json to config.json

  2. Install Rust cargo tool if not installed. Visit this page for the installation details.

  3. Run npm install to install dependencies

  4. Run npm dev-setup to set up the database and other initial configurations

  5. Run npm run build to build the project

  6. Run npm start to start the HTTP server and Node

Now you run your own sui.direct node.

Last updated