0

I need to use a function from a nodejs library (import { signLimitOrder } from '@sorare/crypto';) from a Python script. Is there a way to do such a thing?

I am trying to use the subprocess python library in order to launch a node command, but I am not sure if that is the best approach

1 Answer 1

1

Sure, subprocess module will work.

Or you could run a REST / gRPC server from Node and communicate with that

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.