Skip to content

Sia Library - a library written in assembler for accessing Sia rpc api endpoints (https://sia.tech/docs/)

Notifications You must be signed in to change notification settings

mrfearless/Sia-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sia Library

Sia Library - a library written in assembler (for x86 and x64) for accessing Sia rpc api endpoints.

Sia is a decentralized storage platform secured by blockchain technology.

Sia: https://sia.tech/get-started

Installation & Usage

  • Download the latest release for whichever assembler and architecture you require:
  • Copy Sia.inc to your masm32\include folder for Sia Library x86, or uasm\include for Sia Library x64 (or wherever your include files are located)
  • Copy Sia.lib to your masm32\lib folder for Sia Library x86, or uasm\lib\x64 for Sia Library x64 (or wherever your libraries are located)
  • Add the following to your project:
include Sia.inc
includelib Sia.lib

Functions

Basic documentation on the functions in this library are located on the wiki here

Resources

Included with the releases are additional RadASM autocomplete / intellisense type files. Each *.api.txt file contains instructions as to where to paste their contents.

The Sia Library makes use of the following required libraries:

Other resources may be required to build the libraries:

Releases

No releases published

Packages

No packages published