Pinned Loading
-
-
react-dapp-template
react-dapp-template PublicDApp template for Mumbai & Polygon chains.
TypeScript
-
multichain-faucet-dapp
multichain-faucet-dapp PublicDApp to simulate a multichain reusable Faucet for a token airdrop
TypeScript 1
-
-
Simple Dockerfile to run react app i...
Simple Dockerfile to run react app in a docker container using CRA Webpack Web Server 1#stage1 - build react app
23# Uncomment this for Mac M1 chips
4# FROM --platform=linux/amd64 node:19-alpine
5 -
React hook to call an async method, ...
React hook to call an async method, which retrieves also loading and error states 1import { useCallback, useEffect, useRef, useState } from 'react';
23export interface AsyncCallProps<SendParams, ReturnObj> {
4asyncFunc: (params: SendParams) => Promise<ReturnObj>;
5asyncFuncParams: SendParams;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.