Skip to content

Moralis SDK for Python developers which also incorporates Chainlink and Covalent for native Python development.

License

Notifications You must be signed in to change notification settings

IKalonji/pyMoralis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

pyMoralis

Moralis, Covalent & IPFS wrapped SDK for Python dApp Development
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

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.

(back to top)

Built With

(back to top)

Notice

  1. This project is not audited and should not be used in a production environment.
  2. 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.
  3. The package is yet to be published to PYPI, and will only be published once thoroughly tested.
  4. This implementation is open-source and contributions are highly encouraged.

Getting Started

Follow the steps below on how to run the project. Build from source.

Prerequisites

Please install the below required software in order to run the project.

  • NodeJs NodeJS

  • npm

    npm install npm@latest -g
  • Install Python Python Python

Installation

  1. Get a free SERVER and APP ID at Moralis, API KEY at Covalent and at NFT.Storage
  2. Clone the repo
    git clone https://github.com/IKalonji/pyMoralis.git
  3. cd into the project and run the below command to install the requied Python modules any build the project
    cd pyMoralis/pyMoralisWrapper
    npm i
  4. cd back into the root folder.
    cd ..
  • NOTE: Insert API KEYS into a in the Project file where required.
  1. Create your Python project and simply import Moralis/Covalent/IPFS from moralis and start building:

[Product Name Screen Shot]

(back to top)

Usage

Please refer to the Documentation

(back to top)

Roadmap

  • Implement Class B Covalent endpoints
  • Add additional Moralis feature
  • Maintenance

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Issa Kalonji - @ISSDawg - [email protected]

Project Link: https://github.com/IKalonji/pyMoralis

(back to top)

Acknowledgments

(back to top)

About

Moralis SDK for Python developers which also incorporates Chainlink and Covalent for native Python development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published