Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atsign-foundation/at_client_sdk

The Dart implementation of atSDK used for implementing Atsign's technology into other software
https://github.com/atsign-foundation/at_client_sdk

atsign client dart flutter hacktoberfest mobile sdk

Last synced: about 9 hours ago
JSON representation

The Dart implementation of atSDK used for implementing Atsign's technology into other software

Awesome Lists containing this project

README

        

The Atsign FoundationThe Atsign Foundation

[![Build Status](https://github.com/atsign-foundation/at_client_sdk/actions/workflows/at_client_sdk.yaml/badge.svg?branch=trunk)](https://github.com/atsign-foundation/at_client_sdk/actions/workflows/at_client_sdk.yaml)
[![GitHub License](https://img.shields.io/badge/license-BSD3-blue.svg)](./LICENSE)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/at_client_sdk/badge)](https://securityscorecards.dev/viewer/?uri=github.com/atsign-foundation/at_client_sdk&sort_by=check-score&sort_direction=desc)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8098/badge)](https://www.bestpractices.dev/projects/8098)

# at_client_sdk
This repo contains two versions of the at_client_sdk that you can choose from
depending on what kind of device you are targeting for your application.

* [at_client](./packages/at_client) a non platform specific SDK that can be used for
writing things like command line applications and headless apps for Internet
of Things (IoT) devices.

* [at_client_mobile](./packages/at_client_mobile) an SDK specifically written for iOS and
Android apps with support for secure storage and keys backup on the device with
embedded storage and hardware trusted root keychain.