diff --git a/boilerplate/chain.json b/boilerplate/chain.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/boilerplate/chain.json @@ -0,0 +1 @@ +{} diff --git a/js/embark.js b/js/embark.js index 04237ff89..990158677 100644 --- a/js/embark.js +++ b/js/embark.js @@ -4,23 +4,6 @@ var Promise = require('bluebird'); var EmbarkJS = { }; - -Ipfs = IpfsApi; -//EmbarkJS.Ipfs = Ipfs; - -options = { - abi: {}, - address: {}, - code: "", - options: {}, - web3: {}, - deployPromise: {} -}; - -//result += "\n" + className + "Abi = " + abi + ";"; -//result += "\n" + className + "Contract = web3.eth.contract(" + className + "Abi);"; -//result += "\n" + className + " = " + className + "Contract.at('" + contract.deployedAddress + "');"; - EmbarkJS.Contract = function(options) { var self = this; diff --git a/package.json b/package.json index faf8c72b5..891cf6f47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "embark", - "version": "1.2.0", + "name": "embark-framework", + "version": "2.0.0", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"