You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be done by updating npm dependencies listed in package.json. Please read up on the current vulnerabilities described by Github.
Steps for Github development
Create a new branch from the latest stable branch (in this case, master) and name it what you think is meaningful. I usually name it related to the task, whereas others like to name it using their own name (i.e. myname-dev or binance-integration)
Whenever you create a stable change that fulfills a small task, please add the relevant files and commit with a meaningful message. You can copy the task description to use as the commit message like so: git commit -m "Restoring account from Mnemonic using Binance Chain JS SDK"
Requirements
Update security vulnerabilities as specified by the alerts here: https://github.com/norestlabs/mouseutility-mnemonic/network/alerts
This can be done by updating npm dependencies listed in
package.json
. Please read up on the current vulnerabilities described by Github.Steps for Github development
master
) and name it what you think is meaningful. I usually name it related to the task, whereas others like to name it using their own name (i.e.myname-dev
orbinance-integration
)git commit -m "Restoring account from Mnemonic using Binance Chain JS SDK"
Pull Request
here: https://github.com/norestlabs/mouseutility-mnemonic/pullsThe text was updated successfully, but these errors were encountered: