Home

Awesome

ConseilJS HTML Example

A simple HTML page using ConseilJS to query a Conseil node and fetch Tezos data.

Before launching index.html, fill in the serverInfo located in index.js with the details of your running instance of Conseil.

const serverInfo = {
    url: 'https://myconseilnode.com',
    apiKey: 'someapikey'
};

If you want to access our dev servers instead of running your own Conseil, please join our developers channel in Riot and ask for an API key.

Detailed documentation is available in the ConseilJS repo.