Skip to content

OutlierVentures/Meadow-Examples

Repository files navigation

Meadow-Examples

Examples for working with the Meadow toolbox for Ethereum smart contracts.

Prerequisites

Tested on Windows. Should run on Mac as well, and possibly Linux.

On Windows, install:

  1. Visual Studio Code 1.29 - must be this older version due to a compatibility problem at time of writing
  2. Meadow and dependencies as described in the Meadow docs
  3. Visual Studio Code extensions:
    1. Solidity Debugger (hosho.solidity-debugger)
    2. solidity (juanblanco.solidity)
    3. C# (ms-vscode.csharp)

Running

Two demonstration contracts are included:

  1. Simple HelloWorld contract from Meadow example project
  2. Basic ERC20 token (thanks to https://github.com/giladHaimov/)

And some tests for both.

Tests can be run and debugged in VS Code using Solidity debugger as described in the Meadow docs. Place breakpoints, click Debug Test, and off you go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published