Skip to content

exferdev/exfer

 
 

Repository files navigation

Exfer

Peer-to-peer settlement for autonomous machines.

For Agents

Install and initialize in one command:

exfer init --passphrase-env EXFER_PASS --mine --json

Full agent interface: SKILL.md

For Developers

Build from source:

cargo build --release

Run:

# Generate a wallet
./target/release/exfer wallet generate --output wallet.key --json

# Start mining
./target/release/exfer mine --datadir ~/.exfer --miner-pubkey <YOUR_PUBKEY> --repair-perms

Documentation

Developer SDKs

Language Package Repository
JavaScript / TypeScript exfer-js exferdev/exfer-js

License

MIT

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 99.3%
  • Python 0.7%