Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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