Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/streamingfast/substreams-playground
https://github.com/streamingfast/substreams-playground
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/streamingfast/substreams-playground
- Owner: streamingfast
- License: apache-2.0
- Archived: true
- Created: 2022-02-14T20:17:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T13:13:42.000Z (over 1 year ago)
- Last Synced: 2024-08-03T23:16:57.391Z (3 months ago)
- Language: Rust
- Size: 14.1 MB
- Stars: 19
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-substreams - StreamingFast Substreams
README
# Substreams Playground
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)---
**This repo has been archived, and is no longer under active maintainenance. You can find all maintain substreams example repos here: [https://substreams.streamingfast.io/reference-and-specs/examples](https://substreams.streamingfast.io/reference-and-specs/examples)**
---
This repository holds a few example _Substreams Modules_, and example _consuming clients_.
## Documentation
Full documentation for installing, running and working with Substreams is available at: https://substreams.streamingfast.io.
## Example Substreams Modules
* [PancakeSwap Substreams](./modules/pancakeswap) - Our most complete example to date. Tracking PancakeSwap on BSC Mainnet.
* [ETH Token Substreams](./modules/eth-token) - Substreams tracking ERC-20 tokens. For ETH Mainnet.
* [Solana SPL Tokens](./modules/sol-spl-tokens) - First draft at solana SPL tokens extraction
* [Uniswap](./modules/uniswap) - First draft at tracking Uniswap on ETH Mainnet## Example Consuming Clients
* In [Rust](./consumers/rust)
* In [Python](./consumers/python)
* An [E2E indexer for PancakeSwap](./consumers/pancakeswap-to-graphnode) in Go.## Contributing
**Please first refer to the general
[StreamingFast contribution guide](https://github.com/streamingfast/streamingfast/blob/master/CONTRIBUTING.md)**,
if you wish to contribute to this code base.## License
[Apache 2.0](LICENSE)