https://github.com/arcana-network/docs.arcana
The latest Arcana CA and Auth documentation sources deployed at docs.arcana.network
https://github.com/arcana-network/docs.arcana
arcana authentication chain chainabstraction unifiedbalance wallet web3
Last synced: 4 months ago
JSON representation
The latest Arcana CA and Auth documentation sources deployed at docs.arcana.network
- Host: GitHub
- URL: https://github.com/arcana-network/docs.arcana
- Owner: arcana-network
- License: mit
- Created: 2023-01-07T17:03:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-30T05:39:49.000Z (11 months ago)
- Last Synced: 2025-07-30T05:44:30.167Z (11 months ago)
- Topics: arcana, authentication, chain, chainabstraction, unifiedbalance, wallet, web3
- Language: Shell
- Homepage: https://docs.arcana.network
- Size: 274 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: docs/security/adkg.md
- Support: docs/support/index.md
Awesome Lists containing this project
README
# Arcana Documentation
The repository `docs.arcana` contains the documentation sources and scripts for building
the Arcana Network's SDKs:
* [Chain Abstraction](https://docs.arcana.network/concepts/ca/chain-abstraction/)
* [Auth](https://docs.arcana.network/concepts/authtype/).
The following documentation tools are used to build a static site generator deployed via Netlify:
* `mkdocs`
* `mkdocs-material`
Follow these instructions to add/update content in this repository.
## Prerequisites
1. Install `mkdocs`, version 1.6.0 or higher
2. Install all packages listed in the requirements.txt file
3. Use `python` version 3.9.7 or higher
4. For Mac build, besides enabling all packages in requirements.txt
make sure these are installed for meta tags used in social preview of shared links
`brew install cairo freetype libffi libjpeg libpng zlib`
For more details, see dependencies listed in
[Material for MkDocs](https://squidfunk.github.io/mkdocs-material/setup/dependencies/image-processing/).
If you see build issues on Mac due to `cairo` library path try adding:
`export DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib`
## Environment Variables
`GOOGLE_ANALYTICS_ID=`
`DOCS_SITE_URL='https://docs.arcana.network'`
`PYTHON_VERSION="3.13.0"`
## Build
```sh
mkdocs build
```
## Development
```sh
mkdocs serve -a localhost:
```
## Troubleshooting
If you see issue with using liburl3==2.0.3, replace it with v < 1.0
Ref: https://stackoverflow.com/questions/76187256/importerror-urllib3-v2-0-only-supports-openssl-1-1-1-currently-the-ssl-modu