edge-core-js icon indicating copy to clipboard operation
edge-core-js copied to clipboard

Edge Core Javascript implementation. Provides Edge account and wallet functionality for NodeJS/HTML/React Native apps

Results 24 edge-core-js issues
Sort by recently updated
recently updated
newest added

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

TODO: * [x] Define format for `EdgeStakingSettings`. * [x] Add this API to the `EdgeCurrencyWallet`. * [x] Add this API to the `EdgeCurrencyEngine`. * [x] Implement pass-through logic in the...

This pull request needs some additional testing / cleanup before it is ready to be merged. The idea is to get the conversation started.

I get this error when trying to initialise yarn, Its a peer dependency issue `➤ YN0000: ┌ Resolution step ➤ YN0002: │ edge-login-ui-web@npm:0.6.12 doesn't provide react-native-fast-crypto (p81562), requested by edge-core-js...

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:",...

I am currently working on a specification for on-chain aliases that look like this: James#577821; to help convey payment information in a more convenient manner, particulary in verbal contexts. The...