Socket
Socket
Sign inDemoInstall

@fewcha/web3

Package Overview
Dependencies
87
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @fewcha/web3

The `@fewcha/web3` library aims to be an all-in-one toolkit to enable developers interact with Aptos Blockchain and its ecosystem.


Version published
Weekly downloads
11K
increased by91.6%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

@fewcha/web3

The @fewcha/web3 library aims to be an all-in-one toolkit to enable developers interact with Aptos Blockchain and its ecosystem.

Check the documentation at https://docs.fewcha.app/

Install

Install Aptos SDK and fewcha Web3 to wrapper window.fewcha with TypeScript types.

yarn add aptos @fewcha/web3

Supported direct Node URL and Fewcha Wallet

  • Node URL, example: https://fullnode.devnet.aptoslabs.com
  • Fewcha Wallet

Usage

With Fewcha Wallet

import Web3 from '@fewcha/web3';

const web3 = new Web3();

// ...
<button
  onClick={() => {
    web3.action.connect();
  }}
>
  Connect Aptos
</button>

API

Learn more all functions at https://github.com/fewcha-wallet/aptos-web3/blob/main/packages/web3/src/types.ts

License

MIT

Keywords

FAQs

Last updated on 21 Jun 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc