Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/axios-and-alchemy-sd…
Browse files Browse the repository at this point in the history
…k-1.6.7
  • Loading branch information
rvanasa authored Feb 27, 2024
2 parents df7aeb9 + 315166b commit 06f5968
Show file tree
Hide file tree
Showing 11 changed files with 3,281 additions and 568 deletions.
225 changes: 101 additions & 124 deletions Cargo.lock

Large diffs are not rendered by default.

13 changes: 5 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[workspace]
resolver = "2"
members = [
"canisters/ic_eth",
]

[profile.release]
debug = false
lto = true
opt-level = 'z'
opt-level = "s"

[workspace]
resolver = "2"
members = ["canisters/ic_eth"]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IC 🔗 ETH (Beta)
# ICP 🔗 Ethereum (Beta)

> #### Interact with the [Ethereum](https://ethereum.org/) blockchain from the [Internet Computer](https://internetcomputer.org/).
Expand Down Expand Up @@ -47,7 +47,7 @@ Here is one way to acquire tokens and NFTs on the [Sepolia](https://www.alchemy.
- Press "Deploy" and then "Mint" (may take a few seconds)
- Press "Watch all NFTs" and in the MetaMask prompt, click the link with text "Test Dapp NFTs #1"
- In the bottom-right of the page (under "TokenID"), press "#1" to view your newly minted NFT
- Copy / paste the URL into the [IC 🔗 ETH demo project](https://xm3ir-rqaaa-aaaap-abhqq-cai.icp0.io/verify) to verify that you are the owner of the NFT.
- Copy / paste the URL into the [ICP 🔗 Ethereum demo project](https://xm3ir-rqaaa-aaaap-abhqq-cai.icp0.io/verify) to verify that you are the owner of the NFT.

## 🛠️ Technology Stack

Expand Down
11 changes: 6 additions & 5 deletions dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
"type": "motoko",
"main": "canisters/backend/Main.mo"
},
"ic_eth": {
"type": "rust",
"candid": "canisters/ic_eth/ic_eth.did",
"package": "ic_eth"
},
"internet_identity": {
"type": "custom",
"candid": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did",
Expand All @@ -28,6 +23,12 @@
}
},
"frontend": {}
},
"ic_eth": {
"type": "rust",
"package": "ic_eth",
"candid": "canisters/ic_eth/ic_eth.did",
"gzip": true
}
},
"defaults": {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/manifest.json" />

<title>IC 🔗 ETH (Beta)</title>
<meta property="og:title" content="IC 🔗 ETH (Beta)" />
<title>ICP 🔗 Ethereum (Beta)</title>
<meta property="og:title" content="ICP 🔗 Ethereum (Beta)" />
<meta name="description" content="Internet Computer + Ethereum" />
<meta property="og:description" content="Internet Computer + Ethereum" />
<!-- <meta
Expand Down
Loading

0 comments on commit 06f5968

Please sign in to comment.