Skip to content

RetricSu/godwoken-examples

 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • JavaScript 78.0%
  • TypeScript 20.1%
  • CSS 1.1%
  • HTML 0.6%
  • Shell 0.1%
  • Dockerfile 0.1%