We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007f698 commit 174fc5cCopy full SHA for 174fc5c
README.md
@@ -1,5 +1,7 @@
1
-# Quickstart IBC SDK tutorial: Race to send packets
+# Quickstart tutorials IBC SDK
2
3
-This code supports the tutorial found at [the IBC SDK docs](https://docs.openibc.com/quickstart/quickstart-1).
+This code supports the tutorials found at [the IBC SDK docs](https://developers.openibc.com/quickstart/).
4
5
-It contains the contract artifacts required and needs no further interaction.
+Usage:
6
+- check if there is an artifacts folder that already contains the required artifacts for deployment
7
+- in case of some Hardhat projects, you'll have to run `npm install` before being able to compile contracts with `npx hardhat compile`
0 commit comments