You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/chain-template-spawn/README.md
+21-15Lines changed: 21 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -12,43 +12,50 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
12
12
13
13
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
14
14
15
-
## Learn More
15
+
## How to connect to Spawn chains
16
+
17
+
1. Follow the official guide to set up Spawn: https://github.com/rollchains/spawn
18
+
2. Make sure the Spawn generated chain is up and running
19
+
3. Go to `./config/spawn.ts` to edit the default Spawn chain config if needed
20
+
4. Run `yarn dev` and open http://localhost:3000, select "Rollchain" (or other custom chain names) from the chain dropdown in the top right corner, then click "Connect Wallet" in the left sidebar to connect to the chain
21
+
5. Go to "Faucet" to get some test tokens and enjoy!
22
+
23
+
## Learn More
16
24
17
25
### Chain Registry
18
26
19
27
The npm package for the Official Cosmos chain registry. Get chain and token data for you application.
A "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs. Telescope is used to generate libraries for Cosmos blockchains. Simply point to your protobuffer files and create developer-friendly Typescript libraries for teams to build on your blockchain.
🎥 [Checkout the Telescope video playlist](https://www.youtube.com/watch?v=n82MsLe82mk&list=PL-lMkVv7GZwyQaK6bp6kMdOS5mzosxytC) to learn how to use `telescope`!
42
50
43
51
### CosmWasm TS Codegen
44
52
45
53
The quickest and easiest way to interact with CosmWasm Contracts. @cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.
🎥 [Checkout the CosmWasm/ts-codegen video playlist](https://www.youtube.com/watch?v=D_A5V2PfNLA&list=PL-lMkVv7GZwz1KO3jANwr5W4MoziruXwK) to learn how to use `ts-codegen`!
50
58
51
-
52
59
## Learn More about Next.js
53
60
54
61
To learn more about Next.js, take a look at the following resources:
@@ -68,19 +75,18 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym
68
75
69
76
Checkout these related projects:
70
77
71
-
*[@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
72
-
*[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
73
-
*[chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
74
-
*[cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
75
-
*[create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
76
-
*[interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
77
-
*[starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
78
+
-[@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
79
+
-[@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
80
+
-[chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
81
+
-[cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
82
+
-[create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
83
+
-[interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
84
+
-[starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
78
85
79
86
## Credits
80
87
81
88
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
82
89
83
-
84
90
## Disclaimer
85
91
86
92
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
0 commit comments