Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oviniciusfeitosa/react-from-sol
- Owner: oviniciusfeitosa
- Created: 2023-04-17T18:39:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T21:00:12.000Z (almost 2 years ago)
- Last Synced: 2023-08-06T15:42:09.078Z (over 1 year ago)
- Topics: react, solidity
- Language: JavaScript
- Homepage: https://oviniciusfeitosa.github.io/react-from-sol/
- Size: 121 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```