UNPKG

etkframework

Version:

First test release of Etk over colored coins SDK

38 lines (31 loc) 1.57 kB
/** * Etk Operations library. * A wrapper using Colored Coins COLU SDK to initialize the colu object. * * Copyright (C) 2015 Akul Mathur This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. Parts of the software are provided under separate licenses, as follows: "colu-nodejs" SDK is under the MIT License "pbkdf2-sha256" is under the BSD License "bip38" is under the MIT License "scryptsy" is under the MIT License "coinstring" is under the MIT License * Core Developer(s): @codecakes Akul Mathur akul at earthbenign dot com * Maintainer(s): * @codecakes Akul Mathur akul at earthbenign dot com */ //minified client side version of the the main colu library var path = require("path"), // Colu = !!(!!(typeof module !== "undefined")?(module.constructor.hasOwnProperty('Module')?true:false):false)? require("colu"):require('../../lib/colu.client.min.js').Colu; Colu = require("colu"); module.exports = Colu;