kris524 / Polkadot-Hackathon-North-America-Edition

The Polkadot Hackathon Global Series North America edition is the second in a series of hackathons that brings the cutting edge of blockchain to a global community.
4 stars 4 forks source link

Figure out how to deploy and run the contracts on whatever local testnet Ink recommends and document it in the readme (@kris524) #20

Open kris524 opened 2 years ago

kris524 commented 2 years ago

I have converted this as an issue as I will share my findings here supported with links and references

kris524 commented 2 years ago

Ok, some quick points: The ink documentation seems to have all the info we need in this section 'Getting started' We just have to compile the contract, run a substrate node, interact with it using this deploy the contract and call it.

I want to test all of this but my Factory contract is not done yet, so I will focus on that.