Introduction
Last updated
Was this helpful?
Last updated
Was this helpful?
Currently, there are no toolkits dedicatedly designed for smartBCH. Please use the tools from Ethereum's ecosystem (Remix, truffle, waffle, ganache, etc) to develop the source code and compile the EVM bytecode. After the DApp works fine on ganache, you can start testing it with smartbchd (the executable of smartBCH's full node client), which can , or a
Through a compatible Web3 API, smartbchd interacts with the wallets (such as MetaMask) and DApp's backend, just as an infura node does. We try our best to make it behave the same as infura for compatibility, but there are still missing features and bugs.
For a list of supported RPC endpoints, please see .
We also provide a of blockchain explorer for smartBCH. It just has basic functions and is not so powerful as etherscan. If you wants to add a frontend to build a complete explorer, this may help you.
If you find a mistake in the document, please tell us by create an issue at . If a missing feature blocks you, we are sorry but you need to modify your application to bypass it.