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

conflux-web-cfx-contract

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conflux-web-cfx-contract

ConfluxWeb module to interact with Conflux smart contracts.

  • 1.36.7-alpha.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
increased by90%
Maintainers
3
Weekly downloads
 
Created
Source

conflux-web-cfx-contract

This is a sub package of ConfluxWeb.js

This is the contract package to be used in the conflux-web-cfx package.

Installation

npm install conflux-web-cfx-contract

Usage

import {Contract} from 'conflux-web-cfx-contract';

new Contract(
    'http://127.0.0.1:4546',
    abi,
    address,
    options
);

Types

All the typescript typings are placed in the types folder.

FAQs

Package last updated on 01 Apr 2020

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