Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
@waves/marshall
Advanced tools
Marshall can serialize and parse Waves blockchain data structures
import { binary, json } from 'parse-serialize'
const tx = {
type: 10,
version: 2,
fee: 100000,
senderPublicKey: '7GGPvAPV3Gmxo4eswmBRLb6bXXEhAovPinfcwVkA2LJh',
timestamp: 1542539421565,
id: '1bVuFdMbDAk6dhcQFfJFxpDjmm8DdFnnKesQ3wpxj7P',
proofs:
['5cW1Ej6wFRK1XpMm3daCWjiSXaKGYfL7bmspZjzATXrNYjRVxZJQVJsDU7ZVcxNXcKJ39fhjxv3rSu4ovPT3Fau8'],
alias: 'MyTestAlias'
};
// Binary converter
const bytes = binary.serializeTx(tx);
const txb = binary.parseTx(bytes)
// json converted
const jsonString = json.stringifyTx(tx)
const txj = json.parseTx(jsonString)
FAQs
Marshall can serialize and parse Waves blockchain data structures
The npm package @waves/marshall receives a total of 498 weekly downloads. As such, @waves/marshall popularity was classified as not popular.
We found that @waves/marshall demonstrated a not healthy version release cadence and project activity because the last version was released 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
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.