This monorepo contains javascript packages to interact with the Filecoin blockchain.
- iso-filecoin - Filecoin Javascript Standard Library. Used by the filsnap.dev, Metamask Filecoin Wallet and Ledger Live Filecoin app.
- iso-filecoin-react - React hooks and context for Filecoin wallets.
- iso-filecoin-wallets - Filecoin Wallet Adapters.
Check docs website
ledger
- React + Vite example using all the packages.
To clone it locally:
npx tiged hugomrdias/filecoin/examples/ledger filecoin-ledger
cd filecoin-ledger
pnpm install
pnpm dev
You can try any of the examples by replacing ledger
with the name of the example you want to try.
Read contributing guidelines here.