Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 908 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 908 Bytes

Godwoken Polyman

this project is original fork from godwoken-example. the name still remains as godwoken-example, but indeed it turn into a new project called godwoken-polyman, we might move the project to a brand new place in the future.

How to run

build deps and UI

yarn && yarn prepare-ui

set Config file

cp <your godwoken `config.toml` file> packages/runner/configs/config.toml
cp <your godwoken `scripts-deploy-result.json` file> packages/runner/configs/scripts-deploy-result.json
yarn gen-config

start the service:

yarn start # inside docker-compose environment
yarn start:normal # outside docker, your local environment

the service will wait until godwoken rpc server is up and running, after that, it will auto deploy a polyjuice chain with creator_id like 0x3.

then you can access http://localhost:6100 to deploy your ETH smart contract.