![Logo](/IKalonji/pyMoralis/raw/main/images/pyMoralis.png)
Moralis, Covalent & IPFS wrapped SDK for Python dApp Development
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
pyMoralis is a Python SDK wrapper for the Moralis platform which has also implemented Covalent Class A queries as well as NFT.Storage for ease of use in web3 development. The aim is to make it easier for developers who already know the Python language to build rapidly using Moralis, Covalent and NFT.storage for IPFS
Here's why:
- Millions of developers use Python as their primary programming language.
- The SDK wrapper provides simple native Python development
- Simply call the class method and implement within your code.
- This project is not audited and should not be used in a production environment.
- The project was build on Windows and has not been tested on any Linux distro, but it should run since the tools used are cross platform.
- The package is yet to be published to PYPI, and will only be published once thoroughly tested.
- This implementation is open-source and contributions are highly encouraged.
Follow the steps below on how to run the project. Build from source.
Please install the below required software in order to run the project.
- Get a free SERVER and APP ID at Moralis, API KEY at Covalent and at NFT.Storage
- Clone the repo
git clone https://github.com/IKalonji/pyMoralis.git
- cd into the project and run the below command to install the requied Python modules any build the project
cd pyMoralis/pyMoralisWrapper npm i
- cd back into the root folder.
cd ..
- NOTE: Insert API KEYS into a in the Project file where required.
- Create your Python project and simply import Moralis/Covalent/IPFS from moralis and start building:
Please refer to the Documentation
- Implement Class B Covalent endpoints
- Add additional Moralis feature
- Maintenance
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Issa Kalonji - @ISSDawg - [email protected]
Project Link: https://github.com/IKalonji/pyMoralis