Skip to content

Commit

Permalink
feat: og images & readme files (#37)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Added visually appealing images to the top of multiple README
documents for enhanced presentation.

- **Documentation**
- Improved grammatical consistency and readability in README files
across various projects with minor text adjustments.
- Updated command examples to specify exact module paths, enhancing
clarity for users.
- Changed command syntax for building and deploying to align with the
current project structure.
- Added `.prettierignore` files to multiple projects to prevent
automatic formatting of YAML files, enhancing flexibility for
developers.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
bl0up authored Jul 28, 2024
1 parent aceb3d6 commit 5ed1610
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file added OG_Solidity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![OG](OG_Solidity.jpg)

# Soulbound

A basic Soulbound contract.
Expand Down Expand Up @@ -49,7 +51,7 @@ btp-scs foundry build
or Hardhat:

```shell
btp-scs foundry build
btp-scs hardhat build
```

### Test
Expand Down Expand Up @@ -85,15 +87,15 @@ btp-scs hardhat network
then:

```shell
btp-scs hardhat deploy local -m <DEPLOYMENT_MODULE>
btp-scs hardhat deploy local -m ignition/modules/main.ts
```

### Deploy to platform network

You can also deploy your contracts to the network running on the platform by executing the following command:

```shell
btp-scs hardhat deploy remote -m <DEPLOYMENT_MODULE>
btp-scs hardhat deploy remote -m ignition/modules/main.ts
```

### Deploy your subgraph
Expand Down

0 comments on commit 5ed1610

Please sign in to comment.