Skip to content

Commit

Permalink
Add missing inverse projection docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Mar 2, 2024
1 parent 0308626 commit 97439c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/contracts/evm-contracts/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Core contracts
State-annotated contracts
<ul>
<li>[AnnotatedMintNft](#AnnotatedMintNft): A standard ERC721 that accepts calldata in the mint function for any initialization data needed in a Paima dApp.</li>
<li>[InverseProjectedNft](#InverseProjectedNft): Project game state into a ERC721 NFT on an EVM layer.</li>
</ul>
Facilitating monetization
<ul>
Expand All @@ -26,6 +27,9 @@ Facilitating monetization

{{AnnotatedMintNft}}

{{IInverseProjectedNft}}
{{InverseProjectedNft}}

## Facilitating monetization

{{NativeNftSale}}
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/evm-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"clean": "rm -rf ./artifacts && rm -rf ./cache && rm -rf ./publish && rm -rf ./build",
"clean": "rm -rf ./artifacts && rm -rf ./cache && rm -rf ./publish && rm -rf ./build && rm -rf ./typechain-types",
"test": "forge test",
"build:contracts": "forge build && npx hardhat compile && hardhat docgen",
"build:plugin": "rm -rf ./build && tsc --build .",
Expand Down

0 comments on commit 97439c4

Please sign in to comment.