Post
Share your knowledge.
Ramirez130
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
2elfDani82
Jan 12 2025, 05:43For 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
skywinder174
Jan 12 2025, 08:06You 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.
Move is an executable bytecode language used to implement custom transactions and smart contracts.
98Posts158Answers
Trending posts