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

eosio-wasm-js

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eosio-wasm-js

A utility tool that serialises EOSIO based blockchain types to WebAssembly hex string.

  • 2.0.0-rc
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17
increased by750%
Maintainers
1
Weekly downloads
 
Created
Source

eosio-wasm-js

A utility tool that serialises EOSIO based blockchain types to a WASM hex string.

This tool may be useful for those wanting to serialise actions in JS environments for EOSIO based blockchain actions.

Setup

$ npm i eosio-wasm-js

Support

  • Node.js >= 13
  • Browser list > 0.5%, not OperaMini all, not IE > 0, not dead

Consider a BigInt polyfill library for safari 13.

API

object serialize

The core object that contains all the EOSIO based types to serialize.

Examples

Ways to require.

const serialize = require('eosio-wasm-js')

Ways to import.

import serialize from 'eosio-wasm-js'

Serialize EOSIO name type.

import serialize_name from 'eosio-wasm-js/public/serialize/name.js'

serialize_name('eosio')

The logged output was 0000000000ea3055

Keywords

FAQs

Package last updated on 13 Jun 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