Skip to content

Commit

Permalink
Merge pull request #23 from PaimaStudios/matejos/solidity-docs
Browse files Browse the repository at this point in the history
Update Solidity documentation
  • Loading branch information
SebastienGllmt authored Jan 17, 2024
2 parents b7e8dc8 + afc01f7 commit 126b63a
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 246 deletions.
2 changes: 1 addition & 1 deletion docs/home/1-setup/1-how-to-use-paima-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ These logs denote the block height numbers that the game node is syncing from th

Now that your game node is syncing, we recommend testing to ensure that both the contract you deployed and the node itself are all in working order/configured properly.

Simply follow the [posting test game inputs to L2 contract tutorial](../200-read-write-L2-state/4-posting-test-game-inputs.md) and within a couple minutes you'll have experienced the end-to-end loop of using Paima Engine!
Simply follow the [posting test game inputs to L2 contract tutorial](../200-read-write-L2-state/20-write-data.md#writing-data-from-an-external-source) and within a couple minutes you'll have experienced the end-to-end loop of using Paima Engine!

Of note, the above tutorial teaches you an easy way to manually submit custom-crafted game inputs, which is also useful when implementing new features as you develop your games/apps.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NPM package: [@paima/evm-contracts](https://www.npmjs.com/package/@paima/evm-con

This package contains 3 core folders:

- [`contracts`](./200-solidity/introduction.md) which holds all the Solidity contracts for Paima
- [`contracts`](./200-solidity/200-generated-docs.mdx) which holds all the Solidity contracts for Paima
- `abi` which holds the ABI for all the contracts
- [`plugin`](./300-hardhat-tasks.md) which contains a Hardhat plugin containing [Hardhat tasks](https://hardhat.org/hardhat-runner/docs/advanced/create-task) to easily interact with these contracts from the command line

Expand Down
Loading

0 comments on commit 126b63a

Please sign in to comment.