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.
- Host: GitHub
- URL: https://github.com/dapp-learning-dao/sandbox-server
- Owner: Dapp-Learning-DAO
- Created: 2024-09-18T02:43:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T10:02:46.000Z (over 1 year ago)
- Last Synced: 2025-01-13T20:15:18.483Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```