Install:
cd swarm-keydb-react
npm install
Run tests:
npm test
Core API:
SwarmKeyDbProvideruseSwarmValue(key, options?)useSwarmPut(key, options?)useSwarmDelete(key)useSwarmKeys(prefix?, options?)Example app:
cd examples/react-app
npm install
npm run dev