Skip to content

Commit

Permalink
chore: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Apr 17, 2023
1 parent fd12ced commit 63ea5ce
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# TGE Typescript client
# TGE Typescript client
So example:
```typescript

const client = await SigningCosmWasmClient.connectWithSigner(
`https://rpc.rehearsal2.rs-testnet.polypore.xyz`,
offlineSigner,
{
gasPrice,
}
);

const auctionClient = new NeutronAuction.Client(client, "neutron1unrweswtzadqmxz5qt2ws44rpf39kwqtk064vy0u5n0lkmsqdrxs4f65ha");
const res = await auctionClient.setTokenInfo(address, {
atom_denom: "uatom",
usdc_denom: "uusd",
});

```

0 comments on commit 63ea5ce

Please sign in to comment.