Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
readme improvements, stray MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramarti committed Feb 24, 2024
1 parent 4e2085c commit 8694e2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

# Story Protocol Beta

Story Protocol is building the Programmable IP layer to bring programmability to IP. Story Protocol transforms IPs into networks that transcend mediums and platforms, unleashing global creativity and liquidity. Instead of static JPEGs that lack interactivity and composability with other assets, programmable IPs are dynamic and extensible: built to be built upon. Creators and applications can register their IP with Story Protocol, converting their static IP into programmable IP by declaring a set of onchain rights that any program can read and write on.

# Documentation

[Learn more about Story Protocol](https://docs.storyprotocol.xyz/)
🚧 WARNING, Beta version: This code is in active development and unaudited. Do not use in Production 🚧

[Learn more about Story Protocol](https://docs.storyprotocol.xyz/)

# Getting Started

Expand Down Expand Up @@ -80,6 +80,10 @@ To re-format code with prettier run:
make format
```

## Guidelines

[See our contribution guidelines](./GUIDELINES.md)

# Security

We use slither, a popular security framework from [Trail of Bits](https://www.trailofbits.com/). To use slither, you'll first need to [install python](https://www.python.org/downloads/) and [install slither](https://github.com/crytic/slither#how-to-install).
Expand Down
2 changes: 1 addition & 1 deletion contracts/modules/external/TokenWithdrawalModule.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.23;

import { ERC165Checker } from "@openzeppelin/contracts/utils/introspection/ERC165Checker.sol";
Expand Down

0 comments on commit 8694e2b

Please sign in to comment.