Skip to content

Commit da76f6c

Browse files
commit new file
1 parent cc9496d commit da76f6c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Test Transaction
2+
3+
At the end of the tutorial, there should be some commands in order to verify that everything is working. If you follow the document as-is, you would probably need to do a bridge in order to get any value on L2. So it would probably be useful to show how to do that.
4+
5+
Alternatively, we should probably run the genesis creation step with the `--test` flag in order to start L2 with some pre-mined value. Users in Discord seem to be trying to modify the [1createGenesis.js](https://github.com/0xPolygon/cdk-validium-contracts/blob/c6743885226690788b3474fa216622023f48bd98/deployment/1_createGenesis.js#L297) file to get value on L2 by default. This should work as well.
6+
7+
One quick way to verify that transactions can be mined is to send a zero-priced transaction. E.g

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ nav:
7070
- Set up: cdk/get-started/deploy-validium/node/set-up.md
7171
- Configure the deployment: cdk/get-started/deploy-validium/node/configure-deployment.md
7272
- Run node and services: cdk/get-started/deploy-validium/node/run-node-services.md
73+
- Test transaction: cdk/get-started/deploy-validium/node/test-transaction.md
7374
- Rollup:
7475
- Introduction: cdk/get-started/deploy-rollup/intro.md
7576
- Environment overview: cdk/get-started/deploy-rollup/environment-overview.md

0 commit comments

Comments
 (0)