https://github.com/ahuman-exfer/exfer
https://github.com/ahuman-exfer/exfer
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahuman-exfer/exfer
- Owner: ahuman-exfer
- Created: 2026-03-30T05:24:18.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-26T07:24:40.000Z (15 days ago)
- Last Synced: 2026-05-26T08:07:49.588Z (15 days ago)
- Language: Rust
- Size: 709 KB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - ahuman-exfer/exfer - (Rust)
README
# Exfer
Peer-to-peer settlement for autonomous machines.
## For Agents
Install and initialize in one command:
```bash
exfer init --passphrase-env EXFER_PASS --mine --json
```
Full agent interface: [SKILL.md](SKILL.md)
## For Developers
Build from source:
```bash
cargo build --release
```
Run:
```bash
# Generate a wallet
./target/release/exfer wallet generate --output wallet.key --json
# Start mining
./target/release/exfer mine --datadir ~/.exfer --miner-pubkey --repair-perms
```
## Documentation
- [EXFER.md](EXFER.md) — protocol specification
- [SECURITY.md](SECURITY.md) — security considerations
## License
MIT