File size: 476 Bytes
8dc9a1e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# 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,
)
```
|