Developer FAQ
2. What is JuChain’s Chain ID?
3. How to configure JuChain network in Hardhat?
networks: {
jucoin: {
url: "https://testnet-rpc.juchain.org",
accounts: [PRIVATE_KEY]
}
}4. How to configure JuChain network in Truffle?
5. What should I do if “insufficient funds” is reported during contract deployment?
6. How to deploy a contract on Remix to JuChain?
7. How to add JuChain network in Brownie?
8. Why did the contract verification fail?
9. What Solidity versions does JuChain support?
10. How can I get more technical support?
Last updated