Skip to content

2xburnt/xion

 
 

Repository files navigation

Xion Daemon

The Xion Daemon is scaffolded off of CosmWasm/wasmd rather than being scaffolded with ignite in order to more easily achieve compatibility with the latest cosmos-sdk and CosmWasm releases.

Running integration tests

Prerequisites

Build and run

At the root of the project, run:

heighliner build -c xion --local --no-cache --no-build-cache && XION_IMAGE=xion:local make test-integration

Note This will take some time (10+ minutes) to run the as it will need to build the docker image and pull dependencies.

The final line of output should read as follows if successful:

ok      integration_tests       164.191s

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.2%
  • Shell 3.5%
  • Makefile 2.5%
  • Dockerfile 0.8%