Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 680 Bytes

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)