New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@imtbl/core-sdk

Package Overview
Dependencies
Maintainers
11
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imtbl/core-sdk

Immutable Core SDK

  • 0.0.1-alpha.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.8K
increased by3.58%
Maintainers
11
Weekly downloads
 
Created
Source

Immutable Core SDK

The Immutable Core SDK provides convenient access to the Immutable API's and Ethereum contract methods for applications written on the Immutable X platform.

Documentation

  • See the developer guides for information on building on Immutable X.
  • See the API reference documentation for more information on our API's.

Installation

Install the package with:

npm install @imtbl/core-sdk --save
# or
yarn add @imtbl/core-sdk

Usage

...

API autogenerated code

...

Smart contract autogeneration

Libraries

Changelog Management

This repository is using release-it to manage the CHANGELOG.md

The following headings should be used as appropriate

  • Added
  • Changed
  • Deprecated
  • Removed
  • Fixed

What follows is an example with all the change headings, for real world use only use headings when appropriate. This goes at the top of the CHANGELOG.md above the most recent release.

...

## [Unreleased]

### Added

for new features.

### Changed

for changes in existing functionality.

### Deprecated

for soon-to-be removed features.

### Removed

for now removed features.

### Fixed

for any bug fixes.

...

The package.json will hold the value of the previous release

...
"version": "0.3.0",
...

When PR is ready for review, the submitter should run:

yarn release [patch | major | minor]

  • Choose release type (patch|minor|major)
  • Choose yes to use changelog and package.json
  • Add a tag if required - this step can be skipped by replying no
  • Push to remote by using yes

FAQs

Package last updated on 19 May 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc