We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am creating an actor like this in js
js
const authClient = await AuthClient.create(); const identity = await authClient.getIdentity(); export const get_actor = async () => { const idenitit = await clinet. const host = "http://localhost:5173/"; const options = {agentOptions: {host}} const agent = new HttpAgent({identity, host}); return await Actor.createActor(idlFactory, { agent, canisterId: process.env.BACKEND_CANISTER_ID, }); } NFTActor = await get_actor(); let new_nft = awiat NFTActor.mint();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am creating an actor like this in
js
The text was updated successfully, but these errors were encountered: