How to create mosaic transaction using nem-sdk

Can anyone give simple coding how to use nem-sdk for mosaic transaction?

https://nemtech.github.io/guides/mosaic/creating-a-mosaic.html
this may help

Also please look at nanowallet code. It’s using NEM-sdk.

personally, i am also in the journey to use API to complete the XEM and MOSAIC transfer. i find following vedio is very helpful and working:

let me know if you have any other question.

1 Like

What is the difference between NEM-sdk and NEM2-sdk? can we use both to build nem project?
Lastly,can nem2-sdk use for testnet network not Mijin network?

nem2-sdk is for catapult, and nem-sdk is for the current public one (nis)

for the second question I am not sure… but given that testnet is running on nis, it may not be possible…