hexeight / wasabi

A tiny deployment tool for Smart Contracts on Ethereum
MIT License
2 stars 1 forks source link

Javascript object for contracts.json #6

Closed omkarkhair closed 7 years ago

omkarkhair commented 7 years ago

Get call for JSON isn't efficient for the web. Create an additional copy as a JS object. contracts.json can be utilized for applications that utilize contracts in the backend.

omkarkhair commented 7 years ago

0.0.6 will handle this by packaging a minified wasabi object into wasabi.js. This removed the requirement for a GET call to contracts.json. Moving forward I may move contracts.json into another directory.