libsimba is a library simplifying the use of SIMBAChain Blocks APIs. It is a core library intended to be used by all python client side tools including a more rounded SDK that supports Web3 capabilities and generating Python classes from contracts.
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Copyright © 2023 SIMBAChain Inc.
This project is MIT licensed.
To generate the documentation, navigate to the sphinx folder and run
make github
to run tests using the CLI:
- Ensure you have a simbachain.env in the working directory from which you are running the tests.
- To run local tests, type
poetry run task tests
- To run the async API against a live server defined in the simbachain.env file, type
poetry run task live_async
- To run the sync API against a live server defined in the simbachain.env file, type
poetry run task live_sync