Deconstruct python code and assign each function a CID on IPFS
Getting Started
-
Install dependencies with
npm installandpython3 -m pip install -r requirements.txt -
Create an .env file with the following parameter (Web3.storage API key)
WEB3_STORAGE_KEY="<API KEY GOES HERE>" -
Add python program to the
inputsfolder -
Profile the workflow in the root directory with
python -m cProfile -o inputs/profile inputs/<PROGRAM_ENTRY>.py -
Run atomizer in root directory with
ts-node index.ts
Node Version
This project was developed and tested with node version v18.14.1 the support for other versions is currently unknown. Feel free to use a node version manager to easily swap between versions