Docs Category: 713

Add a simple frontend to the crossword puzzle that checks the solution’s hash

Login with NEARAdd a simple frontend This will be the final section in this chapter, where we’ll add a simple frontend using React and near-api-js to communicate with the smart contract. Dynamic duo of NEAR as the backend and React as a frontend.Art by dakila.near There will be three main files we’ll be working with: …

Add a simple frontend to the crossword puzzle that checks the solution’s hash Read More »

Basics overview laying out what will be accomplished in this first section.

Login with NEARBasics overview This first chapter of the crossword puzzle tutorial will introduce fundamental concepts to smart contract development in a beginner-friendly way. By the end of this chapter you’ll have a proof-of-concept contract that can be interacted with via NEAR CLI and a simple frontend that uses the near-api-js library. It’s not as …

Basics overview laying out what will be accomplished in this first section. Read More »

Set up Rust, get a NEAR testnet account, NEAR CLI, and get a basic smart contract skeleton ready

Login with NEARGetting started In this tutorial we’ll get a testnet account, use NEAR CLI RS to add a key to our computer’s file system, and set up the basic skeleton of a Rust smart contract. Setting up Rust You may have found the online Rust Book, which is a great resource for getting started …

Set up Rust, get a NEAR testnet account, NEAR CLI, and get a basic smart contract skeleton ready Read More »

Scroll to Top