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 »

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