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

SASEUL Developer Guide
Recent Posts
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...
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 on your node machine, the node is now ready to run. You can execute various predefined SASEUL commands on cli to directly operate your SASEUL node. You c...
Recently Updated