Skip to content

Commit

Permalink
[README] add doc about creating new blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 28, 2024
1 parent 23eb936 commit d206b8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@ TBD when we actually start setting up XCM.

### Test Governance execution

TBD when we have governance
Simply create an external proposal and fast-track it with a small voting period and delay, e.g. 10 blocks. Then, in
polkadot-js/apps, go to Developer -> JavaScript and execute the following chopsticks-dev-rpc:
`api.rpc('dev_newBlock', { count: 10 })`. After this you can observe the blocks being created one by one until the
proposal is executed.

0 comments on commit d206b8a

Please sign in to comment.