Skip to content

bandprotocol/cosmoscan-rescript

Folders and files

NameName
Last commit message
Last commit date
Sep 12, 2023
Jun 26, 2024
Jan 23, 2025
Mar 13, 2023
Sep 19, 2022
Jul 7, 2023
Jun 8, 2023
Feb 13, 2023
Jun 9, 2023
May 18, 2023
Jun 27, 2024
Sep 26, 2022
Jun 8, 2023
Jun 26, 2024

Repository files navigation

 

BandChain - Decentralized Data Delivery Network

What is Cosmoscan

Cosmoscan is block explorer for BandChain network

How to Run on local machine

generate graphql_schema.json

npx get-graphql-schema https://graphql-lt6.bandchain.org/v1/graphql -j > graphql_schema.json

installed the dependencies

npx get-graphql-schema https://graphql-lm.bandchain.org/v1/graphql -j > graphql_schema.json

installed the dependencies

yarn


### run the complier

```sh
yarn start

start web server

# TESTNET
# (in another tab) Run the development server
RPC_URL=https://laozi-testnet6.bandchain.org/api GRAPHQL_URL=graphql-lt6.bandchain.org/v1/graphql LAMBDA_URL=https://asia-southeast1-testnet-instances.cloudfunctions.net/executer-cosmoscan GRPC=https://laozi-testnet6.bandchain.org/grpc-web FAUCET_URL=https://laozi-testnet6.bandchain.org/faucet yarn server

# DEVNET
# (in another tab) Run the development server
RPC_URL=https://devnet.d3n.xyz/rpc/ GRAPHQL_URL=devnet.d3n.xyz/hasura/v1/graphql LAMBDA_URL=https://asia-southeast2-band-playground.cloudfunctions.net/test-runtime-executor GRPC=https://devnet.d3n.xyz/grpc/ FAUCET_URL=https://devnet.d3n.xyz/faucet/request yarn server

# MAINNET
# (in another tab) Run the development server
RPC_URL=https://laozi1.bandchain.org/api GRAPHQL_URL=graphql-lm.bandchain.org/v1/graphql LAMBDA_URL=https://asia-southeast1-testnet-instances.cloudfunctions.net/executer-cosmoscan GRPC=https://laozi1.bandchain.org/grpc-web yarn server

# run test
GRPC=https://laozi-testnet6.bandchain.org/grpc-web yarn test

About

Block Explorer for Band Protocol Decentralized Oracle Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages