Skip to content

add docs for connecting to a local inkey-wallet url #79

Description

@spencercap

on init:

const algonaut = new Algonaut({
	libConfig: {
		disableLogs: false
	},
	initWallets: {
		inkey: {
			config: {
				// src: `https://inkey-staging.web.app?wood=1`,
				src: 'http://localhost:5200?wood=1',
				// src: `http://192.168.1.6:5200?wood=1`,
			}
		}
	}
});

on connect:

const accts = await algonaut.connect({
    inkey: {
        config: {
            src: 'http://localhost:5200?wood=1',
        }
    }
});

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions