Nemlibrary question

Hi,

I am a bit confused regarding the nemlibrary documentation. Do you maintain this documentation?
And if so, does that mean that you promote to use typescript? Can’t find any links about this domain at the “Developers” section :frowning:

Regards,

Raymond

It is currently under development. I think that Milestone’s reference is helpful.

thanks

Yes, we are maintaining the documentation. The NEM Library version is 0.10.0, you can look the change log to view the latest changes and updates.

As @mizunashi shared, it is under development and it will be released under MIT Open Source License.

does that mean that you promote to use typescript?

The benefits to use TypeScript over JavaScript are well known, a compiler can help you a lot in the development process to ensure the correct behaviour in compile time, of course it is not bullet proof.

In case that you still want to use JavaScript, you can import the nem-library as well. Check this example code

1 Like