Deploy your Chain on Baseten
my_chain.py
contains the entrypoint Chainlet for your Chain.
Development deployments are intended for testing and can’t scale past one
replica. Each time you make a development deployment, it overwrites the existing
development deployment.
Development deployments support rapid iteration with watch
- see above
guide.