You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ijstech/eth-wallet

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ijstech/eth-wallet

npm i

0.1.110
latest
npmnpm
Version published
Maintainers
1
Created
Source

Installation and Testing

npm i

npm run build

npm test

Integration with Smart Contract SDK

Add a config file named contracts.config.json to your SDK

Here's an example:

{
    "version": "0.6.12",
    "optimizerRuns": 200,
    "sourceDir": "contracts",
    "outputDir": "src/contracts",
    "outputObjects": "bytecode"
}

Add a file for bundling the contracts

Create a file named esbuild.bundle.js

// TO DO:

Modify package.json

Add the eth-wallet package to devDependencies:

"@ijstech/eth-wallet": "<eth-wallet_url>"

Add the following entries to scripts

"build": "sol2ts contracts.config.json"
"build:lib": "tsc && node esbuild.bundle"

Convert the contracts from Solidity to TypeScript into src

npm run build

Compile the contracts from TypeScript into lib and dist

npm run build:lib

FAQs

Package last updated on 27 May 2025

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