Visitor's Count
Highlights
Pinned Loading
-
Merge Sort Algorithm
Merge Sort Algorithm 1// merge the two arrays: left and right
2function merge(left, right) {
3let resultArray = [],
4leftIndex = 0,
5rightIndex = 0;
-
rate limit - upstash redis with verc...
rate limit - upstash redis with vercel edge / nextjs 1import { NextRequest, NextResponse } from "next/server";
2import { Redis } from "@upstash/redis";
3export const config = {
4runtime: "edge",
5};
-
How to speed up your DeFi Queries?
How to speed up your DeFi Queries? 1### How to speed up your DeFi Queries?
23You can use [multicall](https://www.npmjs.com/package/ethers-multicall).
4Here's the [reference](https://betterprogramming.pub/speed-up-your-defi-queries-using-multicall-d4cf652d8ab6).
-
-
solidity-gas-optimization-tips
solidity-gas-optimization-tips PublicSolidity Gas Optimization Tips
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.