First, run the development server: Use Node v18
npm i
npm run dev
COINGECKO_BASE_URL=xxxxxxxxxxxxxx
INFURA_API_KEY=xxxxxxxxxxxxxx
NFT_STORAGE_API_KEY=xxxxxxxxxxxxxx
ETHEREUM_EXPLORER_API_KEY=xxxxxxxxxxxxxx
DEPLOYER_PRIVATE_KEY=xxxxxxxxxxxxxx
NEXT_PUBLIC_DEPLOYER_PRIVATE_KEY=xxxxxxxxxxxxxx
KV_REST_API_READ_ONLY_TOKEN=xxxxxxxxxxxxxx
KV_REST_API_TOKEN=xxxxxxxxxxxxxx
KV_REST_API_URL=xxxxxxxxxxxxxx
KV_URL=xxxxxxxxxxxxxx
OPENAI_API_KEY=xxxxxxxxxxxxxx
NODE_ENV=xxxxxxxxxxxxxx
JWT_SECRET=xxxxxxxxxxxxxx
NEXT_PUBLIC_NFT_STORAGE_API_KEY=xxxxxxxxxxxxxx
NEXT_PUBLIC_ALCHEMY_KEY=xxxxxxxxxxxxxx
NEXT_PUBLIC_INFURA_API_KEY=v
MONGODB_URI=xxxxxxxxxxxxxx
We have used Table to store CID of chat backup. Each user will have thier own table. Link
write a simple contract that stores a value.
Deploy this contract on Scroll Sepolia Testnet
Deploy this contract on goerli
Deploy this contract on Filecoin - Calibration testnet
Deploy this contract on Arbitrum Goerli
1.Get Account Balance for account is __YOUR_ACCOUNT__ADDRESS__ and chain id is 1.
2.Get Transaction information, where transaction hash is __TXN_HASH__ and chain id is 1.
3.give me current block number on chain 1
4.give me gas price of chain id 1
5.give me gas price of Ethereum.
Scroll Sepolia Testnet Deployed Contract Link
Filecoin - Calibration Testnet Deployed Contract Link
Ethereum Goerli Testnet Deployed Contract Link