This repository provides Widget code for Oraidex of Oraichain.
import { SwapProps, SwapWidget } from "@oraichain/oraidex-widget";
export default function App() {
const config = {
...
}
return (
<>
<SwapWidget {...config} />
</>
);
}
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Happy comment