
Vikash Kumar Yadav
@Vikash_8090_b
Followers
302
Following
3K
Media
198
Statuses
1K
Building something Cool π | GitHub Campus Expert π©|Dev Ambassador @Conflux_Network @blockscoutcom | EigenAlpha @eigenlayer| Full stack web3| Devops
Varanasi, India
Joined May 2021
Amazing. Letss Goo π₯π₯β‘οΈ.
Conflux Developer Bounties Initiative 2025 is LIVE!. Hi Conflux fam, a new bounty program is here to support developers in creating what Conflux needs most. Kicking things off with 5 core bounties:. π§© MCP Server ($1,800) β Simplified API for ConfluxScan.
0
0
2
Read the full Blogpost on "How to build the dap treasury Management" & deploy on Conflux espace testnet !. #Dao #espace #conflux #Treasury.
forum.conflux.fun
Building a Treasury Management DAO DApp on Conflux eSpace Welcome back! In this blog, weβll walk through building a treasury management decentralized application (DApp) powered by a Decentralized...
Excited to share my latest tutorial! Learn to build a decentralized treasury DApp with DAO on @Conflux_Network eSpace testnet. Create clubs, pool funds, vote & execute! . Watch now: #Blockchain #DApp #DAO #Conflux #Solidity #Web3
0
0
2
forum.conflux.fun
π Introduction In the world of decentralized finance (DeFi), smart contracts need accurate, real-time price data to function effectively. Whether youβre building a decentralized exchange, a lending...
Excited to share my latest tutorial! Learn to fetch CFX/USD price with @PythNetwork Oracle on @Conflux_Network blockchain. Check out the step-by-step guide! . π₯π #Conflux #CryptoDev #evm #espace #PYTH
0
0
7
forum.conflux.fun
π How to Deploy a Smart Contract on Conflux eSpace Testnet Using Foundry Are you ready to explore the power of Foundry while deploying smart contracts on the Conflux eSpace Testnet? Whether youβre...
π New Tutorial Drop!.Learn how to deploy smart contracts on @Conflux_Network eSpace Testnet using Foundry β from setup to deployment, step-by-step. Perfect for devs exploring . #Conflux + #Foundry!. π Demo Video: #Web3 #SmartContract #Blockchain
0
0
1
8/ π Resources:. - [Foundry Book](.- [Solidity Docs](.- [Conflux Docs](. - Demo: - GitHub : #LearnWeb3 #CryptoEducation.
github.com
Contribute to Vikash-8090-Yadav/FoundaryDeploymentCfx development by creating an account on GitHub.
1
0
0
7/ π Counter Contract:. - number(): View current value.- setNumber(uint256): Set value.- increment(): Increment by 1. #SmartContract #Solidity.
1
0
0
6/ π Deployment:. Conflux Testnet:Set key: export PRIVATE_KEY="your_private_key_here". Deploy:. forge script script/Counter.s.sol --rpc-url --private-key $PRIVATE_KEY --broadcast -g 200. #Deployment #Conflux.
1
0
0
5/ π Usage:. - Compile: forge build.- Test: forge test or forge test -vv. #Testing #SmartContracts.
1
0
0
3/ βοΈ Prerequisites:. - Node.js (v16+).- Git.- Basic Solidity knowledge.- Funded wallet on Conflux eSpace Testnet. #DeFi #CryptoDev.
1
0
0
10/ π¨ Reminder.This is for dev/educational useβalways test on testnet before mainnet deployment!. #Testnet #CryptoSafety #DYOR.
0
0
0
9/ π οΈ Full Guide & Support.Check the full guide: YouTube Demo.Code: Demo video: Questions? Check docs or open an issue!. #LearnWeb3 #CryptoEducation.
1
0
0
8/ π Acknowledgments & Links. - [Pyth Network](.- [Conflux Network](.- [Hardhat](.- [Pyth Docs](. -#OpenSource #CryptoCommunity.
hardhat.org
Hardhat is an Ethereum development environment. Compile your contracts and run them on a development network. Get Solidity stack traces, console.log and more.
1
0
0
7/ π§ Config Tips. Conflux Testnet RPC: Chain ID: 71.Pyth Contract: 0xDd24F84d36BF92C65F92307595335bdFab5Bbd21.Price Feed ID: 0x8879170230c9603342f3837cf9a8e76c61791198fb1271bb2552c9af7b33c933.#Config #Testnet #BlockchainDev.
1
0
0
6/ π» Usage. - Deploy contract with Pyth address.- Run interaction script to fetch CFX/USD price.- See real-time price & confidence interval in your terminal.#DeFi #CryptoTools #Web3Dev.
1
0
0
5/ π Smart Contract Example. Fetch CFX/USD price with just a few lines of Solidity!.{. PythStructs.Price memory price = pyth.getPriceNoOlderThan(CFX_USD_PRICE_ID,60);. return (price.price, price.conf);.}. #Solidity #SmartContracts #Ethereum.
1
0
0