Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.2 KB

readme.md

File metadata and controls

25 lines (13 loc) · 1.2 KB

Saga SDK

Introduction

The Saga SDK provides a list of common features that developers can use to interact with the Saga Platform using the SagaOS chainlet stack.

Currently, the Saga SDK makes features such as Access Control List (ACL) and Fee Distribution available.

Using the ACL functions, you can add addresses that are allowed to perform admin and non-admin functions in interacting with a SagaOS chainlet.

Using the fee distribution function, you can transfer fees collected by the chainlet to certain recipient accounts.

Testing the Saga SDK

The Saga SDK git repo has built-in CI tests and uses the github CI pipeline to run tests. Test cases for the ACL and Fee Distribution modules can be reviewed here: acl tests fee distribution tests

Join the testnet

Check out our docs here.