Verax is a shared registry for storing attestations of public interest on EVM chains, designed to enhance data discoverability and consumption for dApps across the network.
On the branch, the feature to call multi chain is implemented. Although there are below remaining open issues need to be fixed.
The .graphclientrc.yml file points to resolvers.ts which works examples in sdk but in explorer packaging it needs to change to resolvers.js. The js extension doesn't work with examples. Find a way which works for both browser and console examples
additionalResolvers:
- ./src/resolvers.ts
The .graphclient code generated using graphclient build command has syntax error
Uncaught SyntaxError: Unexpected string
The similar issue seems to be reported by others as well e.g this issue
Fix this issue trying different versions which are compatible with vite version
An other issue appeared while fixing the first 2 ones:
While the SDK is now compatible with a frontend environment, its own dependencies uses process.env notations, which you be "polyfilled" to make them useable in such an environment.
On the branch, the feature to call multi chain is implemented. Although there are below remaining open issues need to be fixed.
graphclient build
command has syntax errorUncaught SyntaxError: Unexpected string
The similar issue seems to be reported by others as well e.g this issue
Fix this issue trying different versions which are compatible with vite version
process.env
notations, which you be "polyfilled" to make them useable in such an environment.