Create IVCO / IDO
src/views/IVCO.tsx
import React from "react";
import { CreateIVCO, CreateIVCOButton } from "@cryption/dapp-factory-sdk";
const IVCO = () => {
return (
<>
<CreateIVCOButton />
<CreateIVCO />
</>
);
};
export default IVCO;

Last modified 11mo ago