Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@energi/energi-sdk

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@energi/energi-sdk

Energi SDK

  • 1.2.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Energi SDK

Requirements

  • nodejs v16.10.0
  • yarn v1.22.15

Build

yarn build

Publish

yarn publish

How To Use

Add the library to the project by the following commands:

npm install @energi/energi-sdk
# or
yarn add @energi/energi-sdk
import React from 'react';
import sdk from '@energi/energi-sdk';

...
console.log(sdk);
// output: 
// {
//   {
//   "name": "Energi SDK",
//   "version": {
//     "major": 1,
//     "minor": 0,
//     "patch": 0
//   },
//   "timestamp": "2022-02-03T17:33:32.021Z",
//   "energi": {
//     ... energi variables
//   },
//   "ethereum": {
//     ... etherem variables
//   },
//   "contracts": {
//     ... contract addresses
//   },
//   "STABLE_COINS": [
//     ... stable coins
//   ],
//   "ZERO_ADDRESS": "0x0000000000000000000000000000000000000000",
//   "urls": {
//     ... RPC and subgraph urls
//   },
//   "social": {
//     ... social media constants
//   },
//   "keywords": [
//     "energi",
//     "sdk"
//   ]
// }

Keywords

FAQs

Package last updated on 17 Jun 2024

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