UNPKG

vlayer-web-proof

Version:

It is a npm package for vlayer web proof mechanism. It uses native rust bindings for maximum efficiency.

8 lines (7 loc) 196 B
export const DEFAULT_CONFIG = { NOTARY_HOST: 'test-notary.vlayer.xyz', NOTARY_PORT: 443, MAX_SENT_DATA: 1 << 12, // 4096 MAX_RECV_DATA: 1 << 14, // 16384 TIMEOUT_MS: 30000, };