Quicksilver (QS) is IoTeX’s real-world data platform that transforms fragmented, heterogeneous signals into AI-ready intelligence.

URPC.init({
plugins: [
WalletPlugin,
MastraPlugin({ ... }),
await PGPlugin({ ... })
],
middlewares:[
cache({ bentocache }),
auth({ getUser: async (c: Context) => { ... }}),
logging(),
],
globalAdapters: [
MockAdapter,
IndexedDBAdapter,
]
});