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

Recent Posts

Advanced: Main-net / Transaction Creation & Signing

Introduction To register a transaction on the blockchain, you must construct a JSON-formatted object matching the required method, sign it with your private key, and then propagate it to a node....

Advanced: Main-net / Accounts Management

Introduction SASEUL JS makes it easy to generate a private key, a public key, and an address. These key pairs constitute a single address, and by creating multiple private keys from a seed, you ...

SASEUL JS / Examples

In a decentralized environment, there is no way to verify whether the information held by a node is up-to-date or not. Therefore, it is recommended to set multiple endpoints. For practical code e...

Node / Overview

SASEUL SASEUL is an engine for building blockchain networks. SASEUL Public Main Network is a network built with minimal features provided by the SASEUL engine. For using the full engine for purp...