How do i use @solana/pay in a worker?
Is there a way to get this to work in a worker? I believe it depends on node.
1 Reply
I think it has too much dependency to nodejs. The possible way is rewrite that sdk in Rust and use solana wasm dependency instead (see solana playground)