Skip to content

fatal-fruit/proton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proton

Proton is a sample blockchain app built using Cosmos SDK v0.47.2, IBC v7.0.0, and Comet v0.37.1

Get started

Prerequisites

  • Go 1.20

Build/Install

// Build proton binary
make build

// Or install locally
make install

Tests

Run Tests

make test-unit

# TODO: Write e2e tests
make test-e2e

Liveness

Initialize and bring up a local proton chain to test liveness.

make localnet

Releasing

Create a new tagged release

git pull --tags --dry-run
git pull --tags
git tag v0.1 -m'Release v0.1'
git push --tags --dry-run
git push origin v0.1

Releases

No releases published

Packages

No packages published