react-from-sol
v0.0.14
Published
Create React template from Solidity SmartContract.
Downloads
17
Readme
React from Solidity
Create React template from Solidity SmartContract
Requirements
- Truffle
- solcjs
- Node v18.14.2
How to use
- Make sure the smart contract is located inside the
contracts/
directory, for example:contracts/Storage.sol
.
npx react-from-sol Storage