Skip to content

Instantly share code, notes, and snippets.

View kandrianov's full-sized avatar

Andryanau Kanstantsin kandrianov

View GitHub Profile
const { connect } = require('@etherisc/gifcli');
async function main() {
// Connect using global config
const gif = await connect();
// or use credentials
// const gif = await connect(username, password);