If a user forgets to call initAztecJs, the error message they get is Initialise first via initSingleton, which is not referenced in our docs or aztecjs API. We should throw an error that references initAztecJs instead.
Consider also removing the need for calling initAztecJs explicitly, and lazy loading instead when it's actually used.
If a user forgets to call
initAztecJs, the error message they get isInitialise first via initSingleton, which is not referenced in our docs or aztecjs API. We should throw an error that referencesinitAztecJsinstead.Consider also removing the need for calling
initAztecJsexplicitly, and lazy loading instead when it's actually used.