Skip to content

Commit

Permalink
Merge pull request #4 from raendev/feat/wasmfile
Browse files Browse the repository at this point in the history
feat: add wasmFile flag
  • Loading branch information
chadoh committed May 16, 2022
2 parents d94f082 + 2aeccc2 commit 30b22e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home/Home.tsx
Expand Up @@ -36,10 +36,10 @@ export function Home() {
<code>raen build</code>
</pre>
<p>
Deploy as usual:
Deploy:
</p>
<pre>
<code>near deploy</code>
<code>near deploy --wasmFile target/res/CRATE_NAME.wasm</code>
</pre>
<p>
Then enter your contract's account name below:
Expand Down

0 comments on commit 30b22e4

Please sign in to comment.