A swap widget created by OzMage Validation. Bootstrapped with create-cosmos-app
. This widget should be self contained and able to be ported onto any React-Based
site.
You'll need to install the packages and run a development server. This assumes you already have Node.js/Git installed on your computer. If you do not, please visit: Node.js and download the latest version.
yarn && yarn dev
The repositories will install. Most errors should be ignorable. Then, Open http://localhost:3000 with your browser to see the result.
We have attempted to keep everything organized and documented as well as possible, but if you see places for improvement, please don't hesitate to contribute!
We are never going to say no to help! Check out the Issues and the Contribution Guide to get started!
OzMage has stripped some items out of the original create-cosmos-app
and tooled it for greater decentralization, we've done our best to document as much as we can to ensure you aren't lost.
Checkout more videos for how to use various frontend tooling in the Cosmos!
A wallet connector for the Cosmos ⚛️
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.
- https://github.com/osmosis-labs/telescope
- 🎥 Checkout the Telescope video playlist to learn how to use
telescope
!
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.
- https://github.com/CosmWasm/ts-codegen
- 🎥 Checkout the CosmWasm/ts-codegne video playlist to learn how to use
ts-codegen
!
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
🛠 Built with Cosmology
Code built with the help of these related projects:
- @cosmwasm/ts-codegen for generated CosmWasm contract Typescript classes
- @osmonauts/telescope a "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs.
- chain-registry Cosmos chain registry and chain info.
- cosmos-kit A wallet connector for the Cosmos.