Development
SignumJS
Getting Started
2 min
in this chapter all the necessary things are covered to get started with signumjs to use signumjs one need a basic to intermediate knowledge of javascript (or even better typescript) you don't have to be an expert either in programming or cryptography to write your applications the recommended skillset is be familiar with https //developer mozilla org/en us/docs/web/javascript syntax, e g functions, objects/json, loops etc feel comfortable with asyncronous programming, i e know https //developer mozilla org/en us/docs/web/javascript/reference/global objects/promise and https //developer mozilla org/en us/docs/web/javascript/reference/statements/async function understand exception handling, i e https //developer mozilla org/en us/docs/web/javascript/reference/statements/try catch it is advantageous to know how to use package managers like npm, yarn or pnpm, as modern javascript applications usually are built upon these toolings, but it's possible docid\ o1leot67d8zimz1brxcpn in plain vanilla or other non pure js web applications also (very similar to jquery), like wordpress, php in general and others it is highly recommended to use signumjs within a decent ide like https //code visualstudio com/download or https //www jetbrains com/webstorm/ to take full advantage of the auto completion feature, making developing for signum a breeze