An example local ai app powered by OLLAMA, Whispr and WSDK Use your voice to control wallet!
- Install Wallet indexer
- Install Fulcrum Electrum
- Install Test tools
- Instance of Whispr for voice transcription
- Instance of Ollama
all the available config items for config.json.
{
"network" : "regtest",
"electrum_host" : "ws://127.0.0.1",
"electrum_port" : 8002,
"web3" : "ws://127.0.0.1:8545/",
"web3_indexer" : "http://127.0.0.1:8008/",
"web3_indexer_ws" : "http://127.0.0.1:8181/",
"token_contract" : "0x5FbDB2315678afecb367f032d93F642f64180aa3"
}
# install parent deps
cd ../../
npm install
# update config in ./index.js
# Run webpack config to build dependecies for the web
npm run build
# Run!
npm run serve