const abc = require('edge-core-js');
const context = await abc.makeEdgeContext({
apiKey: API_KEY,
appId: APP_ID,
});
const { username, password } = user;
const re = await abcContext.loginWithPassword(
username,
password
);
console.log("Result:", re);
But I can't get edgeaccount after login though there is a new folder called edge wallet created and login account file is created.