Skip to content

Commit

Permalink
Update README.md with step to create a proposal
Browse files Browse the repository at this point in the history
Signed-off-by: Justin <[email protected]>
  • Loading branch information
justinbarry authored Nov 20, 2024
1 parent 6837815 commit bd4b4a0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# XION Staking
# XION Staking & Governance

A proof of concept application to stake tokens in XION, using the native
authentication via the dashboard.
Expand All @@ -21,3 +21,16 @@ The main part of the business logic that queries and interacts with XION
is in:

- [./src/features/staking/lib](./src/features/staking/lib)


## Setting up a proposal to test voting
You can make a new proposal to test voting with the following commands:

`xiond tx gov draft-proposal`


and choose text and then fill in details. Make sure the deposit is at least 10000000uxion for a slow proposal

Then submit with

`xiond tx gov submit-proposal draft_proposal.json --node https://rpc.xion-testnet-1.burnt.com:443 --from xion-testnet-faucet --chain-id xion-testnet-1 --gas auto --gas-adjustment 1.1`

0 comments on commit bd4b4a0

Please sign in to comment.