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