Skip to content

Cryptonomic/ConseilJS-HTML-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published