Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@bitgo/sdk-coin-arbeth
Advanced tools
Integration of this coin is still a Work In Progress.
SDK coins provide a modular approach to a monolithic architecture. This and all BitGoJS SDK coins allow developers to use only the coins needed for a given project.
All coins are loaded traditionally through the bitgo
package. If you are using coins individually, you will be accessing the coin via the @bitgo/sdk-api
package.
In your project install both @bitgo/sdk-api
and @bitgo/sdk-coin-arbeth
.
npm i @bitgo/sdk-api @bitgo/sdk-coin-arbeth
Next, you will be able to initialize an instance of "bitgo" through @bitgo/sdk-api
instead of bitgo
.
import { BitGoAPI } from '@bitgo/sdk-api';
import { Arbeth } from '@bitgo/sdk-coin-arbeth';
const sdk = new BitGoAPI();
sdk.register('arbeth', Arbeth.createInstance);
Most of the coin implementations are derived from @bitgo/sdk-core
, @bitgo/statics
, and coin specific packages. These implementations are used to interact with the BitGo API and BitGo platform services.
You will notice that the basic version of common class extensions have been provided to you and must be resolved before the package build will succeed. Upon initiation of a given SDK coin, you will need to verify that your coin has been included in the root tsconfig.packages.json
and that the linting, formatting, and testing succeeds when run both within the coin and from the root of BitGoJS.
FAQs
BitGo SDK coin library for Arbitrum
The npm package @bitgo/sdk-coin-arbeth receives a total of 420 weekly downloads. As such, @bitgo/sdk-coin-arbeth popularity was classified as not popular.
We found that @bitgo/sdk-coin-arbeth demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 14 open source maintainers collaborating on the project.
Did you know?
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.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.