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

Recent Posts

Smart Contract / Overview

SASEUL Smart Contract The SASEUL engine provides one system contract and one base method (Genesis) by default. Methods included in the system contract can only be executed by the Genesis address....

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...

SASEUL JS / Specification

Quick Start npm $ npm install saseul const SASEUL = require('saseul'); let key = SASEUL.Sign.keyPair(); console.dir(key); ... Browser ... <script type="text/javascript" src="https://cdn...

SASEUL JS / Quick Start

SaseulJS SaseulJS is a toolkit for developing decentralized applications based on the SASEUL blockchain engine. You can use this toolkit to create and send transactions and requests to the SASEUL ...