An open API service indexing awesome lists of open source software.

https://github.com/dapp-learning-dao/sandbox-server

A sandbox backend project for securely executing and testing blockchain development.
https://github.com/dapp-learning-dao/sandbox-server

Last synced: over 1 year ago
JSON representation

A sandbox backend project for securely executing and testing blockchain development.

Awesome Lists containing this project

README

          

# 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

```sh
npm install
node src/app.js
```

- run docker

```sh
docker-compose up --build
```

- test

```sh
npm run test
```