Skip to content

atsign-foundation/at_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Feb 7, 2025
Dec 13, 2024
May 29, 2024
May 29, 2024
Feb 26, 2024
Jun 17, 2022
May 29, 2024
Feb 26, 2024
Feb 26, 2024
May 29, 2024
May 17, 2023

The Atsign FoundationThe Atsign Foundation

GitHub License OpenSSF Scorecard OpenSSF Best Practices

at_tools

This repository contains atProtocol tools for developers building atPlatform applications who wish to utilize the authentication methods:

standalone tools

at_cli A command line tool to execute verbs on the atPlatform.

at_cram The challenge–response authentication mechanism of the atProtocol.

at_dump_atKeys A command line tool to dump keys from a .atKeys file.

at_pkam The public key authentication mechanism of the atProtocol.

at_ve_doctor A very simple way to test the status of the secondaries running in the Virtual Environment. Using the at_server_status package.

Quickly build tools

Using melos, we can quickly build at_pkam, at_cram, at_cli, and at_repl via the following commands:

dart pub get
dart run melos run build-tools

Then move the tools to a folder which you've exposed to the path for convenience, for example:

cp ./build-tools/* ~/.local/bin/
# or
sudo cp ./build-tools/* /usr/local/bin/