Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsys/cleargraph
⛓ Cleargraph is a GraphQL runtime for decentralized applications
https://github.com/dsys/cleargraph
ethereum explorer graphql
Last synced: 6 days ago
JSON representation
⛓ Cleargraph is a GraphQL runtime for decentralized applications
- Host: GitHub
- URL: https://github.com/dsys/cleargraph
- Owner: dsys
- License: other
- Created: 2018-06-01T03:11:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T05:47:01.000Z (about 6 years ago)
- Last Synced: 2024-12-08T09:50:28.156Z (17 days ago)
- Topics: ethereum, explorer, graphql
- Language: TypeScript
- Homepage:
- Size: 219 KB
- Stars: 255
- Watchers: 13
- Forks: 14
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Cleargraph** is a multi-purpose GraphQL runtime for decentralized applications (dApps) and wallets. Its API is infrastructure that makes it easy for application developers to create products and services that take advantage of the Ethereum blockchain without sacrificing usability, flexibility, or security. Cleargraph is the essential missing link between conventional application development and on-chain smart contracts. [**Read the announcement.**](https://medium.com/dsys/build-the-next-big-decentralized-application-with-cleargraph-4b1f34d2675)
## Usage
```sh
git clone [email protected]:dsys/cleargraph.git
cd cleargraph
yarn install
yarn start # listening on localhost:4000
```## Development
Contributions to Cleargraph are welcome. Our issues are maintained on GitHub and pull requests are appreciated. We'd love help with feature additions, documentation improvements, and more thorough tests.
```sh
yarn dev
```## License
Apache 2.0