Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vorcigernix/a24881a40d5314f93c08131959351bd4 to your computer and use it in GitHub Desktop.
Save vorcigernix/a24881a40d5314f93c08131959351bd4 to your computer and use it in GitHub Desktop.
torus
import { useReducer, useContext, createContext } from "react";
import dynamic from "next/dynamic";
import Web3 from "web3";
const Torus = dynamic(() => import("@toruslabs/torus-embed"), { ssr: false });
const torus = new Torus();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment