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
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.
-
Node LTS version
Suggestion to manage with Node Version Manager (nvm)
-
Yarn
npm install --global yarn
- Clone the repo
git clone [email protected]:DWC01/dapp-sandbox-contracts.git
- Install NPM packages
yarn
- Linting
yarn lint
- Compiling Contracts
yarn compile
- Running Tests
yarn test
- Start a JSON-RPC server on top of Hardhat Network
yarn start