0.1.38 • Published 2 years ago
@fewcha/web3 v0.1.38
@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
0.1.38
2 years ago
0.1.32
3 years ago
0.1.33
3 years ago
0.1.34
3 years ago
0.1.35
3 years ago
0.1.36
3 years ago
0.1.37
3 years ago
0.1.27
3 years ago
0.1.28
3 years ago
0.1.25
3 years ago
0.1.24
3 years ago
0.1.22
3 years ago
0.1.21
3 years ago
0.1.20
3 years ago
0.1.19
3 years ago
0.1.18
3 years ago
0.1.13
3 years ago
0.1.12
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago