blockfrost / blockfrost-rust

Rust SDK for Blockfrost.io
Apache License 2.0
15 stars 16 forks source link

Allow separate IPFS and Cardano configurations #26

Closed b00kdev closed 11 months ago

b00kdev commented 2 years ago

This builds on my previous PR and I'm not sure you want it or want it implemented this way (which is why I created a separate PR), but this allows a user to configure a project id for both IPFS and Cardano if they want. I had a case where I needed to use both in a single code base and this makes it nice to be able to still use the load::configurations_from_env function. I also updated the docs with details on how to use it.