Skip to content

Commit

Permalink
Add src5-rs reference to snip-5.md (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
martriay authored Oct 2, 2023
1 parent dae80cb commit 918f1d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SNIPS/snip-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ if __name__ == "__main__":
main()
```

#### Tooling

[src5-rs](https://github.com/ericnordelo/src5-rs) Is a utility for generating SRC5 interfaces ids from Cairo traits, using Cairo source code as input.

### How a Contract will Publish the Interfaces it Implements

A contract that is compliant with SRC-5 shall implement the following interface (referred to as `ISRC5.sol`):
Expand Down

0 comments on commit 918f1d1

Please sign in to comment.