本地BigchainDB安装的app_id,app_key,api_path

时间:2018-05-08 16:05:44

标签: configuration bigchaindb

我刚刚安装了bigchaindb,当我浏览http://localhost:9984/时,我得到以下回复。

angular.module("someApp",[]).service("someServiceName", function($q) {

  var deferred = $q.defer();

  this.get = function() {
     anotherService.call()
       .then(function (result) {
          if (result) {
             deferred.resolve(result);
          } else {
             deferred.reject('Error text');
          }
       }, function (error) {
          deferred.reject('AnotherService error');
       });
     return deferred.promise;
  }
});

我一直在寻找有关如何与此数据库进行交互的教程,我找到了以下教程https://www.bigchaindb.com/developers/getstarted/

我对如何检索本地实例的app_id,app_key和api_path有点不清楚。有人能指出我正确的方向吗?

1 个答案:

答案 0 :(得分:0)

您可以在BigchainDB Testnet上注册(免费)帐户。一旦你这样做,它将为你的每个应用程序(包括初始默认应用程序)提供app_id和app_key。要注册testnet帐户,请转到:

https://testnet.bigchaindb.com/