Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliencrn/solidity-simplestorage
Learning solidity - SimpleStorage
https://github.com/juliencrn/solidity-simplestorage
react solidity truffle web3
Last synced: 18 days ago
JSON representation
Learning solidity - SimpleStorage
- Host: GitHub
- URL: https://github.com/juliencrn/solidity-simplestorage
- Owner: juliencrn
- License: mit
- Created: 2021-07-23T18:43:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T02:12:20.000Z (over 3 years ago)
- Last Synced: 2024-10-05T01:41:18.239Z (about 1 month ago)
- Topics: react, solidity, truffle, web3
- Language: JavaScript
- Homepage:
- Size: 9.48 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solidity Simple storage
![Screenshot](Screenshot.gif)
## Installation
Note: You need have `Node` and `truffle` installed.
After have downloaded the repo, go inside with a terminal and start truffle.
```
truffle develop
> compile
> test
> migrate --reset
> test
```And with a second terminal, open the client (dapp front-end).
```
cd client
npm install
npm test
npm start
```