Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

ProjectLibertyLabs/siwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sign In With Access Documentation & Tools

📗 Table of Contents

📖 Sign In With Access

Sign In With Access (SIWA) is the developer documentation and toolset to integrate with Frequency Access, an easy to use custodial social wallet for users on Frequency.

🚀 Quick Resources

(back to top)

💻 Prerequisites

Using Sign In With Access requires:

  • Frequency Provider setup
  • Frequency Node RPC access

(back to top)

🛠 Libraries

These libraries can help make integrating with SIWA easier, but are not required.

TypeScript/JavaScript

The NPM package @projectlibertylabs/siwa offers both CommonJS and ESM exports.

Install

  • NPM: npm i @projectlibertylabs/siwa
  • Yarn: yarn add @projectlibertylabs/siwa

Documentation

See Markdown/GitHub Docs or Live Docs.

(back to top)

⚙️ Development

Documentation

Documentation is written in CommonMark Markdown and converted to HTML via mdBook.

Prerequisites

Local Development

Deployment

The documentation is deployed to GitHub Pages automatically on merge to main branch.

Library: TypeScript/JavaScript

Library is published on merge to main with a development tag 0.0.0-[SHA:6]. Releases are made via GitHub Releases with tags in the style: vX.Y.Z.

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

📝 License

This project is Apache 2.0 licensed.

(back to top)