Tag #dev must provide
npm i https://github.com/NnsDao/nnsdao-kit.git#devnpm i https://github.com/NnsDao/nnsdao-kit.gitConfig registry
# .npmrc
@nnsdao:registry=https://registry.npmjs.org/npm install @nnsdao/nnsdao-kitConfig registry
# .npmrc
@nnsdao:registry=https://npm.pkg.github.comnpm install @nnsdao/nnsdao-kitdetails
// React Hooks
const verifyConnection = async () => {
const connected = await window.ic.plug.isConnected();
if (!connected) await window.ic.plug.requestConnect({ whitelist, host });
};
useEffect(async () => {
verifyConnection();
}, []);import { idlFactory } from '@nnsdao/nnsdao-kit/market/index';
import type { _SERVICE } from '@nnsdao/nnsdao-kit/market/types';Config Path alias at tsconfig.json
{
"compilerOptions": {
// xxx
"paths": {
"@nnsdao/nnsdao-kit/*": ["./node_modules/@nnsdao/nnsdao-kit/src/*"]
// WARNING
// if you already have @** config ,then @nnsdao must place before @/*
// such as
// "@nnsdao/nnsdao-kit/*": ["./node_modules/@nnsdao/nnsdao-kit/src/*"],
// "@/*": ["./src/*"],
}
}
}TODO
- auto download candid ,binding to another language,update local file