https://github.com/yangwao/substrate_playground
https://github.com/yangwao/substrate_playground
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yangwao/substrate_playground
- Owner: yangwao
- Created: 2020-10-19T14:31:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-28T13:18:56.000Z (over 4 years ago)
- Last Synced: 2024-12-29T03:52:54.202Z (5 months ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# substrate_playground
[Requirements here is to have Docker installed](https://docs.docker.com/get-docker/)
## Run for local develop Edgeware with EVM support
```
docker-compose -f edgeware_frontier.yml up
```## Run for local develop Edgeware
```
docker-compose up
```## Run for Beresheet (testnet)
```
docker-compose -f beresheet.yml
```### Run for Mainnet Edgeware
```
docker-compose -f mainnet.yml
```
### CreditsThanks to [twitter.com/EliottTeiss](https://twitter.com/EliottTeiss) for making [ETeissonniere/substrate-nodeops](https://github.com/ETeissonniere/substrate-nodeops)
We are using thats image to spin up great developer experience. Give him kudos 🙌