edakturk14 / fuel-dapp-template

Get started building decentralized applications on Fuel ⛽️🌴
https://fuel-dapp-template-nextjs.vercel.app
MIT License
20 stars 3 forks source link

Deploy the Smart Contract #2

Closed edakturk14 closed 1 year ago

edakturk14 commented 1 year ago

Two different deployment options:

Both will be using the yarn command to easily deploy the smart contract

carletex commented 1 year ago

On 801c26de31665cf6f6c529d15fee5364c8c92446 I pushed a command to deploy the contract locally.

  1. yarn fuel:chain
  2. yarn fuel:deploy:local

It outputs: image

Which seems to be successful. But I'm getting this error on the chain console:

image

I think it might be working (not sure until I connect the frontend) but not sure. @edakturk14 Can you check if you get the same?

edakturk14 commented 1 year ago

As we chatted yesterday, all working on deploying to the local network. Thank you so much!