Home
SASEUL Docs
Cancel
home-images
SASEUL Developer Guide
SASEUL Website
Github
Node Installation
Block Explorer

Recent Posts

Node / RPC API

Getting Started You can access the SASEUL node with HTTP or HTTPS and use RPC in the GET or POST method. In case of GET method, provide request parameters in query string. URL: {host}/{RPC_AP...

Node / Command Line Interface

Getting Started Once SASEUL is installed, you can operate your node using the saseul-script CLI. For Docker-installed nodes: sudo docker exec -it saseul-node saseul-script <command> For ...

Node / Installation

This guide walks through installing and configuring a SASEUL node from scratch. For a minimal first startup, see Quick Start. This page provides the full setup with environment configuration detai...

Node / Overview

Node Overview A SASEUL node is a process that connects to the SASEUL peer-to-peer network, synchronizes block data, and serves as your local entry point for all on-chain interaction. Through a ru...