Created
July 28, 2021 20:42
-
-
Save vorcigernix/a24881a40d5314f93c08131959351bd4 to your computer and use it in GitHub Desktop.
torus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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