https://github.com/hugomrdias/filecoin
Filecoin Javascript Standard Library
https://github.com/hugomrdias/filecoin
filecoin filsnap iso-filecoin ledger wallets
Last synced: 2 months ago
JSON representation
Filecoin Javascript Standard Library
- Host: GitHub
- URL: https://github.com/hugomrdias/filecoin
- Owner: hugomrdias
- License: mit
- Created: 2023-10-30T16:55:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T14:25:10.000Z (2 months ago)
- Last Synced: 2025-04-07T15:31:55.058Z (2 months ago)
- Topics: filecoin, filsnap, iso-filecoin, ledger, wallets
- Language: JavaScript
- Homepage: https://filecoin.hugomrdias.dev
- Size: 4.53 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: license
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# ⨎ Filecoin Javascript Packages
This monorepo contains javascript packages to interact with the Filecoin blockchain.
## Packages
- [iso-filecoin](https://github.com/hugomrdias/filecoin/tree/main/packages/iso-filecoin) - Filecoin Javascript Standard Library. Used by the [filsnap.dev](https://filsnap.dev), [Metamask Filecoin Wallet](https://github.com/filecoin-project/filsnap) and [Ledger Live Filecoin app](https://www.ledger.com/coin/wallet/filecoin).
- [iso-filecoin-react](https://github.com/hugomrdias/filecoin/tree/main/packages/iso-filecoin-react) - React hooks and context for Filecoin wallets.
- [iso-filecoin-wallets](https://github.com/hugomrdias/filecoin/tree/main/packages/iso-filecoin-wallets) - Filecoin Wallet Adapters.## Docs
Check [docs website](https://filecoin.hugomrdias.dev)
## Examples
- [`ledger`](https://github.com/hugomrdias/filecoin/tree/main/examples/ledger) - React + Vite example using all the packages.
[](https://stackblitz.com/github/hugomrdias/filecoin/tree/main/examples/ledger?title=Filecoin%20Ledger%20Example&file=src/main.jsx&hideExplorer=1&theme=dark)To clone it locally:
```bash
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.
## Contributing
Read contributing guidelines [here](.github/CONTRIBUTING.md).
[](https://codespaces.new/hugomrdias/filecoin)
## License
[MIT](./license) © [Hugo Dias](http://hugodias.me)