omarsol's picture
026b63d1b2534d37e2985f31ecf11f13a01a9f2306fd8e798775233f180f8ea7
7677e00 verified
raw
history blame
476 Bytes
# Alchemy
>[Alchemy](https://www.alchemy.com) is the platform to build blockchain applications.
## Installation and Setup
Check out the [installation guide](/docs/integrations/document_loaders/blockchain).
## Document loader
### BlockchainLoader on the Alchemy platform
See a [usage example](/docs/integrations/document_loaders/blockchain).
```python
from langchain_community.document_loaders.blockchain import (
BlockchainDocumentLoader,
BlockchainType,
)
```