freeCodeCamp / near-curriculum

BSD 3-Clause "New" or "Revised" License
26 stars 12 forks source link

general review #55

Open ShaunSHamilton opened 11 months ago

ShaunSHamilton commented 11 months ago

Learn How to Set Up NEAR by Building a Hello World Smart Contract

Learn NEAR Smart Contracts by Building a Word Guessing Game

Minor bug: Since changing guesses to a Vector, indexing does not work as expected. Instead, const lastGuess = this.guesses.get(this.guesses.length-1);

Build a Sentence Making Smart Contract

Learn NEAR Accounts by Creating a Named Testnet Account

Learn How to Interact with NEAR Programs Using the NEAR JavaScript API and Node

Build a Fortune Telling Smart Contract

TOOLING