This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
A method to read Contract JSON from DB and deploy #1562
Labels
kind:enhancement
Enhancement to an existing feature
Hi,
We are using OZ for deploying contracts in workflows. Can you add a feature to read raw text and create deployment?
Here is the sample code:
static createFromText(rawText: string): Contract; //Add this to Contracts.d.ts
//Add this to Contracts Class in Contracts.js
The text was updated successfully, but these errors were encountered: