mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-02 10:25:21 +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 = {
|
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) {
|
EmbarkJS.Contract = function(options) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "embark",
|
"name": "embark-framework",
|
||||||
"version": "1.2.0",
|
"version": "2.0.0",
|
||||||
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user