Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 316 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 316 Bytes

sandbox-server

A sandbox backend project for securely executing and testing blockchain development programs with Hardhat and Foundry in isolated environments.

Get-Started

  • run directly
npm install
node src/app.js
  • run docker
docker-compose up --build
  • test
npm run test