https://github.com/xpladev/xpla
XPLA Chain core implementation
https://github.com/xpladev/xpla
Last synced: 5 months ago
JSON representation
XPLA Chain core implementation
- Host: GitHub
- URL: https://github.com/xpladev/xpla
- Owner: xpladev
- License: apache-2.0
- Created: 2022-06-20T09:19:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-20T05:51:47.000Z (5 months ago)
- Last Synced: 2026-02-20T06:18:39.087Z (5 months ago)
- Language: Go
- Homepage: https://xpla.io
- Size: 4.11 MB
- Stars: 27
- Watchers: 5
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-ccamel - xpladev/xpla - XPLA Chain core implementation (TypeScript)
README
# XPLA
## Build
```sh
make install
```
## Build docker image
```bash
make local-image
```
## Test
### Unit test & Integration test
```bash
make test
```
### End-to-end (e2e) test
#### 1. Local e2e test
See detailed instructions in [Local e2e test](./tests/e2e/README.md)
#### 2. e2e test with interchaintest
**Prerequisites:**
- Docker image must be built first: [Build docker image](#build-docker-image)
**Run test:**
```bash
cd tests/e2e/multichain
go test ./...
```
## License
XPLA is licensed under the Apache License 2.0