|
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 |
3 | 2 |
|
4 | | -## Get started |
| 3 | +Trying to build a bridge between Junction and Sepolia testnet. |
| 4 | +a simple lock and mint mechanism. |
5 | 5 |
|
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 both Vue and React options for frontend scaffolding: |
| 6 | +# Ignite cli version |
19 | 7 |
|
20 | | -For a Vue frontend, use: `ignite scaffold vue` |
21 | | -For a React frontend, use: `ignite scaffold react` |
22 | | -These commands can be run within your scaffolded blockchain project. |
23 | | - |
24 | | - |
25 | | -For more information see the [monorepo for Ignite front-end development](https://github.com/ignite/web). |
26 | | - |
27 | | -## Release |
28 | | -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 |
29 | 9 |
|
30 | 10 | ``` |
31 | | -git tag v0.1 |
32 | | -git push origin v0.1 |
| 11 | +Ignite CLI version: v28.6.0 |
| 12 | +Ignite CLI build date: 2024-11-26T20:34:44Z |
| 13 | +Ignite CLI source hash: 54f41311dbaf47de537dcaf6c529f401a12d0e60 |
| 14 | +Ignite CLI config version: v1 |
| 15 | +Cosmos SDK version: v0.50.9 |
| 16 | +Your OS: linux |
| 17 | +Your arch: amd64 |
| 18 | +Your go version: go version go1.25.1 linux/amd64 |
| 19 | +Your uname -a: Linux shubham 6.14.0-33-generic #33~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 19 17:02:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux |
| 20 | +Your cwd: /home/shubham/code/bridge/junction |
| 21 | +Is on Gitpod: false |
33 | 22 | ``` |
34 | 23 |
|
35 | | -After a draft release is created, make your final changes from the release page and publish it. |
36 | | - |
37 | | -### Install |
38 | | -To install the latest version of your blockchain node's binary, execute the following command on your machine: |
39 | | - |
40 | | -``` |
41 | | -curl https://get.ignite.com/airchains-network/junction@latest! | sudo bash |
42 | | -``` |
43 | | -`airchains-network/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/allinbits/starport-installer). |
| 24 | +So this is kind of a tag i am attaching to this current version which is |
44 | 25 |
|
45 | | -## Learn more |
| 26 | +| Ignite CLI version | Bridge version | |
| 27 | +| ------------------ | -------------- | |
| 28 | +| v29.4.0-dev | bridge-v1.0.0 | |
46 | 29 |
|
47 | | -- [Ignite CLI](https://ignite.com/cli) |
48 | | -- [Tutorials](https://docs.ignite.com/guide) |
49 | | -- [Ignite CLI docs](https://docs.ignite.com) |
50 | | -- [Cosmos SDK docs](https://docs.cosmos.network) |
51 | | -- [Developer Chat](https://discord.gg/ignite) |
0 commit comments