Skip to content

dc-devs/dapp-sandbox-contracts

Repository files navigation


Logo

DApp Sandbox Contracts

A set of experimental smart contracts for practicing Solidity development.
The front end code for this project can be found here: dapp-sandbox.



View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Useful Links

About The Project

This project holds set of experimental smart contracts just used to better learn how to develop with Solidity and create DApps on Ethereum (or any EVM compatible smart contract platform). The front end code for this project can be found here: dapp-sandbox.

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

Installation

  1. Clone the repo
    git clone [email protected]:DWC01/dapp-sandbox-contracts.git
  2. Install NPM packages
    yarn

(back to top)

Usage

  • Linting
    yarn lint
  • Compiling Contracts
    yarn compile
  • Running Tests
    yarn test
  • Start a JSON-RPC server on top of Hardhat Network
    yarn start

(back to top)

Useful Links

(back to top)

About

Smart Contracts for practicing Solidity development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published