Move.

Post

Share your knowledge.

Ramirez.
Jan 11, 2025
Discussion

Are there Sui libraries for Node.js?

I am developing a project using Node.js and I'm interested in incorporating Sui into it. Does anyone know of any Sui libraries that work well with Node.js? Additionally, I need to find a list of RPC methods for this. Any guidance on where to find these resources?

  • Move CLI
1
2
Share
Comments
.

Answers

2
elfDani.
Jan 12 2025, 05:43

For the list of RPC methods, you can refer to the Sui API documentation: https://docs.sui.io/sui-api-ref#suix_getallcoins. It contains all the necessary information about available RPC methods.

1
Best Answer
Comments
.
skywinder.
Jan 12 2025, 08:06

You can use @mysten/sui.js as a Sui library for Node.js. It's a popular choice.

0
Comments
.

Do you know the answer?

Please log in and share it.

We use cookies to ensure you get the best experience on our website.
More info