thecointech / thecoin

Mono-repo for TheCoin project
https://thecoin.io
GNU Affero General Public License v3.0
4 stars 1 forks source link

Nft/polygon #329

Closed FrozenKiwi closed 2 years ago

FrozenKiwi commented 3 years ago

Feel free to ignore this, it's almost entirely very low-level ethereum plumbing.

Setup the NFT with mirrored deployments on polygon and mainnet. It's uncertain whether or not we will deploy to mainnet (probably not) but we need to have the setup created now before deploying to Polygon just in case.

Deploying to polygon required upgrading truffle, unfortunately, the mono-repo didn't handle that well so I had to upgrade TheCoin.

Since I was doing so much poking I merged the problematic code into some base projects so we didn't have this problem again.