Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions tokens/token-extensions/transfer-hook/pblock-list/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,23 @@ The hook that is executed during token transfers.

### Smart Contract

A pinocchio based Block List smart contract under the [program](program/) folder.
A pinocchio based Block List smart contract under the [pinocchio/program](pinocchio/program/) folder.

### SDKs

Codama generated rust and ts [SDKs](sdk/).
Codama generated rust and ts [SDKs](pinocchio/sdk/).

### CLI

A rust CLI to interact with the contract.

## Building

All commands below should be run from the [pinocchio](pinocchio/) directory.

First install dependencies:
```
cd pinocchio
pnpm install
```

Expand Down
Loading