mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-02 17:03:36 +00:00
update version
This commit is contained in:
parent
58c0244a43
commit
0c54b9aa69
1
boilerplate/chain.json
Normal file
1
boilerplate/chain.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
17
js/embark.js
17
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;
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user