Initialize the CLI subdirectory
Now that the contracts
subdirectory has been initialized, you should now initialize the cli
subdirectory that will be used to interact with the deployed contracts.
Navigate to the contracts subdirectory:
Initialize a new bun project
Now, create an
src/
folder and moveindex.ts
there.
Now, edit
package.json
to be the following:
Edit
.gitignore
to be:
Your environment is now set!
Last updated