Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oviniciusfeitosa/react-from-sol

Create React template from Solidity SmartContract
https://github.com/oviniciusfeitosa/react-from-sol

react solidity

Last synced: 3 months ago
JSON representation

Create React template from Solidity SmartContract

Awesome Lists containing this project

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`.

```sh
npx react-from-sol Storage
```