Skip to content

Commit

Permalink
Merge pull request #47 from wasmate/feat_upgrade_project
Browse files Browse the repository at this point in the history
Feat upgrade project
  • Loading branch information
gitsrc authored Oct 6, 2024
2 parents 7888d38 + 975de1c commit 6b7699a
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
| Blockchain Governance Support | Provides functionality to support blockchain governance, including decentralized mechanisms for voting, proposing, and decision-making. |
| Decentralized File Storage | Supports decentralized file storage solutions, ensuring distributed storage and sharing of files. |

#

# Quick start

Expand Down Expand Up @@ -102,8 +103,8 @@ wasm-modules-ipfs:
cids:
- "QmeDsaLTc8dAfPrQ5duC4j5KqPdGbcinEo5htDqSgU8u8Z"

wasm-modules-starknet:
enable: true
wasm-modules-starknet:
enable: false
rpc-address: "https://starknet-sepolia.public.blastapi.io"
smart-contract: "0x01016993aa219f246d39ec6c25e1eef4920fe1e650179957bff9c0a08e09ed89"
contract-method: "get_wasm_cid"
Expand Down
2 changes: 1 addition & 1 deletion config/wmr_worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ wasm-modules-ipfs:
- "QmeDsaLTc8dAfPrQ5duC4j5KqPdGbcinEo5htDqSgU8u8Z"

wasm-modules-starknet:
enable: true
enable: false
rpc-address: "https://starknet-sepolia.public.blastapi.io"
smart-contract: "0x01016993aa219f246d39ec6c25e1eef4920fe1e650179957bff9c0a08e09ed89"
contract-method: "get_wasm_cid"
Expand Down
11 changes: 11 additions & 0 deletions smart_contracts/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Smart Contracts Directory

## Overview

This directory contains a collection of smart contracts designed for various Web3 blockchain platforms. These contracts are essential components for decentralized applications (dApps) and blockchain-based solutions. The directory is structured to facilitate easy navigation and management of multiple contracts.

* [Ethereum]()
* [Filecoin]()
* [Cosmos]()
* [Starknet](./starknet_contracts)
* [Polkadot]()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6b7699a

Please sign in to comment.