Polkadot-Blockchain-Academy / Academy-PoW

PoW blockchain node to gain hands-on experience starting a real network together
The Unlicense
23 stars 43 forks source link

Install Frontier #4

Closed JoshOrndorff closed 1 year ago

JoshOrndorff commented 1 year ago

We want to deploy contracts on this chain after we start it. So we will need pallet evm, pallet ethereum, and supporting stuff like the rpc endpoints etc.

We don't need every little thing Frontier has to offer. For example some of the fancier stuff like historic fee estimation, etc are not necessary.

Essentially, we want students to be able to have a reasonable experience writing, deploying, and interacting with contracts using tools like remix and metamask.

JoshOrndorff commented 1 year ago

Solved between #9 and #26