Skip to content

Commit c1c8ec4

Browse files
committed
Refactor README to focus on Junction bridge project and update Ignite CLI version details
1 parent 2220da9 commit c1c8ec4

File tree

1 file changed

+20
-41
lines changed

1 file changed

+20
-41
lines changed

readme.md

Lines changed: 20 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,29 @@
1-
# junction
2-
**junction** is a blockchain built using Cosmos SDK and Tendermint and created with [Ignite CLI](https://ignite.com/cli).
1+
# junction bridge project
32

4-
## Get started
3+
Trying to build a bridge between Junction and Sepolia testnet.
4+
a simple lock and mint mechanism.
55

6-
```
7-
ignite chain serve
8-
```
9-
10-
`serve` command installs dependencies, builds, initializes, and starts your blockchain in development.
11-
12-
### Configure
13-
14-
Your blockchain in development can be configured with `config.yml`. To learn more, see the [Ignite CLI docs](https://docs.ignite.com).
15-
16-
### Web Frontend
17-
18-
Additionally, Ignite CLI offers a frontend scaffolding feature (based on Vue) to help you quickly build a web frontend for your blockchain:
6+
# Ignite cli version
197

20-
Use: `ignite scaffold vue`
21-
This command can be run within your scaffolded blockchain project.
22-
23-
24-
For more information see the [monorepo for Ignite front-end development](https://github.com/ignite/web).
25-
26-
## Release
27-
To release a new version of your blockchain, create and push a new tag with `v` prefix. A new draft release with the configured targets will be created.
8+
Ignite cli version i am using for this project is
289

2910
```
30-
git tag v0.1
31-
git push origin v0.1
11+
Ignite CLI version: v29.4.0-dev
12+
Ignite CLI build date: 2025-09-16T16:44:21Z
13+
Ignite CLI source hash: 832b8bfc6b98fc1e74c95a9dcd81ec2e6bcd70ce
14+
Ignite CLI config version: v1
15+
Cosmos SDK version: v0.53.3
16+
Buf.build version: 1.57.2
17+
Your OS: linux
18+
Your arch: amd64
19+
Your go version: go version go1.24.3 linux/amd64
20+
Your uname -a: Linux kurama 6.12.10-76061203-generic #202412060638~1753385872~22.04~dc2e00d SMP PREEMPT_DYNAMIC Thu J x86_64 x86_64 x86_64 GNU/Linux
21+
Your cwd: /home/computerkeeda/Code/bridge_work/junction
3222
```
3323

34-
After a draft release is created, make your final changes from the release page and publish it.
35-
36-
### Install
37-
To install the latest version of your blockchain node's binary, execute the following command on your machine:
38-
39-
```
40-
curl https://get.ignite.com/username/junction@latest! | sudo bash
41-
```
42-
`username/junction` should match the `username` and `repo_name` of the Github repository to which the source code was pushed. Learn more about [the install process](https://github.com/ignite/installer).
24+
So this is kind of a tag i am attaching to this current version which is
4325

44-
## Learn more
26+
| Ignite CLI version | Bridge version |
27+
| ------------------ | -------------- |
28+
| v29.4.0-dev | bridge-v1.0.0 |
4529

46-
- [Ignite CLI](https://ignite.com/cli)
47-
- [Tutorials](https://docs.ignite.com/guide)
48-
- [Ignite CLI docs](https://docs.ignite.com)
49-
- [Cosmos SDK docs](https://docs.cosmos.network)
50-
- [Developer Chat](https://discord.com/invite/ignitecli)

0 commit comments

Comments
 (0)