
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
authereum
Advanced tools
The Authereum library
npm install authereum
Initializing SDK:
import Authereum from 'authereum'
const authereum = new Authereum(/* options */)
authereum.login()
Getting web3 provider:
import Web3 from 'web3'
import Authereum from 'authereum'
const authereum = new Authereum(/* options */)
const provider = authereum.getProvider()
const web3 = new Web3(provider)
Using Ethers.js Signer:
import { AuthereumSigner } from 'authereum'
const signer = new AuthereumSigner(/* options */)
const tx = {
gasPrice: '0x2540be400',
gasLimit: '0x186a0',
to: '0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1',
value: '0x00',
data: '0x',
}
const result = await signer.sendTransaction(tx)
console.log(result.hash)
Options:
mainnet
, kovan
, rinkeby
, ropsten
, goerli
[https://cdn.jsdelivr.net/npm/authereum@latest/authereum.js](jsDelivr CDN)
<script src="https://cdn.jsdelivr.net/npm/authereum@latest/authereum.js"></script>
[https://unpkg.com/authereum@latest/authereum.js](unpkg CDN)
<script src="https://unpkg.com/authereum@latest/authereum.js"></script>
Full documentation is available on our docs page.
Watch and build:
npm run dev
Build:
npm run build
Lint:
npm run lint
npm test
FAQs
Authereum library
The npm package authereum receives a total of 443 weekly downloads. As such, authereum popularity was classified as not popular.
We found that authereum demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.