Code Monkey home page Code Monkey logo

Comments (8)

Marksmargon avatar Marksmargon commented on July 22, 2024

Hello,
Did you have a change to go over the documentation?:
http://coloredcoins.org/documentation/

On Fri, Jul 29, 2016 at 1:29 PM, frz-dev [email protected] wrote:

Hello,
Is it possible to have a quick introduction on how to use the API.

How do you use the explorer after you started the program?

Thanks,
Federico


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#4,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMRmeeOkLq9vKsGwXoa_ipXipmYfpXikks5qadYNgaJpZM4JYEeU
.

from colored-coins-block-explorer.

fed-franz avatar fed-franz commented on July 22, 2024

Hi,
thanks for replying.

I already used the server API, as described in the documentation.
What I meant was to use the Block Explorer API. How to set up the server, how to connect, etc...
I tried to do it, but I can't connect to the local server. Moreover the block-explorer app can't connect to the mongoDB server, which is installed and running.

Am I missing something, maybe?

I just want to set up the block explorer locally, so I can query it with my JS application.

Thanks for any advice

from colored-coins-block-explorer.

Marksmargon avatar Marksmargon commented on July 22, 2024

Currently only the server side of the explorer is open sourced - we are
working on releasing the front-end

On Mon, Aug 1, 2016 at 6:17 PM, frz-dev [email protected] wrote:

Hi,
thanks for replying.

I already used the server API, as described in the documentation.
What I meant was to use the Block Explorer API. How to set up the server,
how to connect, etc...
I tried to do it, but I can't connect to the local server. Moreover the
block-explorer app can't connect to the mongoDB server, which is installed
and running.

Am I missing something, maybe?

I just want to set up the block explorer locally, so I can query it with
my JS application.

Thanks for any advice


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#4 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMRmeSsuXi4cN909bjQ7L_pxuACAVi_Vks5qbg3-gaJpZM4JYEeU
.

from colored-coins-block-explorer.

fed-franz avatar fed-franz commented on July 22, 2024

I see.
This means I can install and run the explorer but not interact with it?
Or is it possible to find an alternative way?

What I actually need is a way to extract the asset-related information of a transaction (e.g. distinguish which outputs transfer assets and which not).
Current Colored-Coins API does not allow to retrieve this kind of data from a transaction.
That's why I thought I could use the block-explorer...

If I don't find a suitable way I guess I will have to develop my own transaction parser, based on the CC protocol, to extract asset info.

from colored-coins-block-explorer.

Marksmargon avatar Marksmargon commented on July 22, 2024

Hi,
That mean you can install and run the explorer but for now you need to
create your own client-side for it.
It will only provide you with end-points to reach to extract information
about Colored Coins transactions and create new transactions on the
blockchain.
What is the error your recieved? i will try to check if our developers can
help

Mark.

On Mon, Aug 1, 2016 at 7:57 PM, frz-dev [email protected] wrote:

I see.
This means I can install and run the explorer but not interact with it?
Or is it possible to find an alternative way?

What I actually need is a way to extract the asset-related information of
a transaction (e.g. distinguish which outputs transfer assets and which
not).
Current Colored-Coins API does not allow to retrieve this kind of data
from a transaction.
That's why I thought I could use the block-explorer...

If I don't find a suitable way I guess I will have to develop my own
transaction parser, based on the CC protocol, to extract asset info.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#4 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMRmeciHPg42Rl7KRdYGeVDwZfWD2W1lks5qbiWNgaJpZM4JYEeU
.

from colored-coins-block-explorer.

fed-franz avatar fed-franz commented on July 22, 2024

I keep getting this error on every worker:
4/8/2016-13:38:15 - info: (16614) - Critical Error so killing server - Can't connect to Database
4/8/2016-13:38:15 - info: (16489) - Worker number 61 has disconnected
4/8/2016-13:38:15 - error: (16489) - Worker number 61 has died

I suppose there's something wrong with the mongoDB server. But I can't see what:
'mongod' seems to start correctly, and it accepts requests on the same port as it is set in the config file.

That's why I was asking for a quick how-to for setting up things correctly.
For instance, can you possibly provide an example config file?

Again, thanks for your time and help.

Federico

from colored-coins-block-explorer.

maurodelazeri avatar maurodelazeri commented on July 22, 2024

@frz-dev are u using the right file? try to make something like

node /usr/lib/node_modules/cc-block-explorer -c /usr/lib/node_modules/cc-block-explorer/config/properties_development.conf

from colored-coins-block-explorer.

jmoraleses avatar jmoraleses commented on July 22, 2024

It seems that you can not connect to the database.
check the configuration in properties.conf
You must indicate port 27017 for mongodb and make sure you have it uncommented.

from colored-coins-block-explorer.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.