Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@onekeyfe/blockchain-libs

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onekeyfe/blockchain-libs

OneKey Blockchain Libs

latest
Source
npmnpm
Version
0.0.48
Version published
Weekly downloads
62
195.24%
Maintainers
2
Weekly downloads
 
Created
Source

Blockchain Libs

I want to develop

  • Install nodejs, recommend >= 14.x
  • Install yarn
  • cd $the_project
  • yarn

Before start commit

Commit-Message details

A commit message consists of three sections: Header(required), Body(optional)
and Footer(optional).

Header is a single line string which is composed of three parts:
type(required), scope(optional) and subject(required).

<type>(<scope>): <subject>
// An empty line
<body>
// An empty line
<footer>

To avoid automatic line wrapping, always wrap lines of a commit message
to 72 characters.

---
Commit method 1 (manually):
   eg:
      git commit -m "feat: add some new features"
      git commit -m "fix: fix some bugs"

Commit method 2 (interactively):
   brew install commitizen
   cz c

I want to publish new package

  • npm install -g conventional-changelog-cli
  • yarn version and input new version, then will update the CHANGELOG.md
  • git push --tag

I want to use it as a package

  • cd $my_own_project
  • yarn add @onekeyfe/blockchain-libs

Keywords

onekey

FAQs

Package last updated on 21 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts