// open_source_licenses.md
Open-Source Licenses
0x01 is built on the shoulders of open-source giants. The following libraries and frameworks are used
in the node software, mobile application, and supporting tooling. We are grateful to every contributor.
// node (rust)
libp2p
MIT / Apache-2.0
tokio
MIT
axum
MIT
serde / serde_json
MIT / Apache-2.0
rusqlite / rusqlite-migration
MIT
solana-sdk / anchor-client
Apache-2.0
ed25519-dalek
BSD-3-Clause
clap
MIT / Apache-2.0
tracing / tracing-subscriber
MIT
reqwest / hyper
MIT / Apache-2.0
// mobile (react native)
React Native
MIT
React
MIT
@react-navigation/native
MIT
@solana-mobile/mobile-wallet-adapter-protocol-web3js
Apache-2.0
@solana/web3.js
MIT
@react-native-async-storage/async-storage
MIT
react-native-image-picker
MIT
TypeScript
Apache-2.0
// zeroclaw (agent runtime)
tokio-tungstenite
MIT
toml / toml_edit
MIT / Apache-2.0
async-openai
MIT
Full license texts for all dependencies are available in the respective crate/package registries
(crates.io,
npmjs.com)
and in the source repositories on
GitHub.
The 0x01 node software itself is dual-licensed — see
LICENSE
for details.