Lamarkaz / parasol

Agile Smart Contract Development Environment
https://getparasol.io
MIT License
74 stars 9 forks source link

How to deploy libraries #5

Closed 7flash closed 5 years ago

7flash commented 5 years ago

I have smart contract that use libraries that are not deployed to blockchain yet. What's the steps to deploy that contract using parasol?

nourharidy commented 5 years ago

You should be fine simply including them as contracts whether in separate files or in the same file as your other contracts. Let me know if you have any trouble with that.

7flash commented 5 years ago

Thanks