Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Develop

See merge request company-projects/Meadow!38
  • Loading branch information
zone117x committed Oct 5, 2018
2 parents 772053f + e5b0964 commit 0844018
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,18 @@ An integrated Ethereum implementation and tool suite focused on Solidity testing
</tr>
</table>

## Quick start / guides
## Quick start

Install [.NET Core SDK v.2.1.4 or higher](https://www.microsoft.com/net/download), then run these commands in a new directory for your project:

```bash
dotnet new -i Meadow.ProjectTemplate
dotnet new meadow
```

Open your project directory in VSCode or your favorite C# IDE.

## Guides

* [Writing unit tests](https://github.com/MeadowSuite/Meadow/wiki/Getting-Started-with-Unit-Tests) - getting started writing tests against Solidity contracts and generating code coverage reports.

Expand Down
6 changes: 4 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
<Authors>Hosho</Authors>
<Company>Hosho</Company>
<Copyright>© Hosho Group. All Rights Reserved.</Copyright>
<PackageProjectUrl>https://github.com/hosho</PackageProjectUrl>
<RepositoryUrl>https://github.com/hosho</RepositoryUrl>
<PackageProjectUrl>https://github.com/MeadowSuite</PackageProjectUrl>
<RepositoryUrl>https://github.com/MeadowSuite</RepositoryUrl>
<PackageLicenseUrl>https://www.gnu.org/licenses/gpl-3.0.en.html</PackageLicenseUrl>
<PackageIconUrl>https://github.com/MeadowSuite/Meadow/raw/master/images/meadow-icon-64x64.png?raw=true</PackageIconUrl>
<PackageTags>$(PackageTags);meadow;solidity;ethereum;truffle;ganache</PackageTags>
<NoWarn>$(NoWarn);1591;1573;NU1603</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)\solution.ruleset</CodeAnalysisRuleSet>
Expand Down

0 comments on commit 0844018

Please sign in to comment.