Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.64 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.64 KB

Godwoken Explorer

This project is still under development

Coverage Status

Godwoken Explorer is designed for godwoken(A CKB layer2 roll up solution).Current only support polyjuice.

Our dev chatroom discord.

For technology infrastructure, this project is inspired by blockscout.An open-source EVM blockchain explorer.

Get Started

Requirements

  • Erlang/OTP 24
  • Elixir 1.13.x
  • Postgresql 10.3+,11,12
  • Rust

Run local development

  1. copy reference to project root and rename .env.dev and .env.test
  2. $ mix ecto.setup
  3. $ mix phx.server
  4. Visit http://localhost:4001

Docker Compose

  1. Install Docker Desktop
  2. Docker README

Branch for godwoken version

godwoken-v1-mainnet-prod: godwoken v1 mainnet godwoken-v1-testnet-prod: godwoken v1 testnet main: godwoken v0 mainnet develop: godwoken v0 testnet

GraphQL API docs

https://magickbase.github.io/gwscan-graphql-doc/

Contribute

Fork it and submit your PR!