Skip to content

Instantly share code, notes, and snippets.

View ferric-sol's full-sized avatar

ferric ferric-sol

View GitHub Profile
import { WalletContextState } from "@solana/wallet-adapter-react";
import {
Transaction,
Connection,
SignatureStatus,
ComputeBudgetProgram,
} from "@solana/web3.js";
// Taken from:
// https://github.com/rpcpool/solana-prioritization-fees-api/
import {
@dmfxyz
dmfxyz / rnet_config.json
Created March 3, 2024 02:00
rnet_config template base
{
"log_path": "infernet_node.log",
"server": {
"port": 4000
},
"chain": {
"enabled": true,
"trail_head_blocks": 5,
"rpc_url": "{rpc_url alchemy is a decent provider}",
"coordinator_address": "0x8d871ef2826ac9001fb2e33fdd6379b6aabf449c",