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

Recent Posts

Smart Contract / Operator

Summary This document is based on the specification of SASEUL JS. The SASEUL main network is currently using version 0.2.0, and we plan to support additional operators through patches. A meth...

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