/starter--near-api-js

basic project to get oriented to frontend development on NEAR

Primary LanguageJavaScript

near-api-js Starter Kit

This is a simple project to help you get started with frontend development on NEAR Protocol

Quick Reference

near-api-js / quick-reference

Cookbook

near-api-js / cookbook

Files

├── index.html                # default page, nothing here
├── login.html                # code to login to NEAR Wallet
├── contract.html             # code to call view and change methods (basic)
└── contract-advanced.html    # code to call view and change methods (advanced)