Filecoin.js

Filecoin.js

  • Documentation
  • API Reference
  • GitHub

›Using a provider

Getting started

  • Introduction
  • Adding Filecoin.js
  • Guides example
  • WS vs HTTP

Setup Wallet Providers

  • Setup lotus provider
  • Setup mnemonic provider
  • Setup metamask provider

Using a provider

  • Send message
  • Sign message
  • Verify message
  • Check if message is mined

Extra

  • Payment channels
  • State methods
  • Multisig Wallets

Contributing

  • How to contribute
  • Development workflow

Verify message

After you set up a wallet provider you can check the message signer like this:

const result = await walletProvider.verify( __address__, __data__, __signature__ );
← Sign messageCheck if message is mined →
Docs
Getting StartedAPI Reference
Community
Slack
More
BlogGitHubStar
Copyright © 2022 Filecoin