Register for the class here
Facilitator: Chloe
Co-Facilitators: Nedlar & BGem
Guest Lecturer: Didier from Pikespeak.ai
Date: March 6th, 2024 (week 2)
Time: 10 AM AST | 2PM UTC
Duration: 1 hour
Platform: NCR Thread on Telegram
Target Audience:
Learning Objective: To explore methods for blockchain data retrieval, specifically utilizing tools like nearblocks.io, pikespeak.ai, and Near CLI calls to public RPC.
Time | Topic | Activity | Resource |
---|---|---|---|
0-5 mins | Introduction | Briefing on course outline and objectives. | ResearchWG on Telegram |
5-15 mins | Tools for Data Retrieval | Presentation on nearblocks.io. | Nearblocks Github |
15-20 mins | Installing NEAR CLI | Quick tutorial on how to install NEAR CLI. | NEAR CLI Installation Guide |
20-25 mins | Basic NEAR CLI Commands | Hands-on activity to run basic CLI commands for data retrieval. | NEAR CLI Documentation |
25-45 mins | Guest Lecture by Didier Pikespeak co-founder | Insightful session on how Pikespeak contributes to data retrieval. | Guest Presentation / Workshop |
45-55 mins | Q&A | Open floor for questions. | Charter NFT |
50-55 mins | Summary and Next Steps | Summary of the session and introduction to next lesson. | Next Class - 3: Data Transformation and Visualization |
Tools for Data Retrieval
CLI Calls to Public RPC
Guest Lecture by Didier (Pikespeak co-founder)
Installing NEAR CLI
# Installing NEAR CLI using npm (Node.js package manager)
npm install -g near-cli
# Checking the status of the NEAR blockchain
near state account_id
# Displays all access keys associated with a given account.
near keys account_id
#Makes a contract call that can only invoke a view method.
near view research-collective.sputnik-dao.near get_proposal '{"id": 172}'
# Queries the status of a transaction using its hash.
near tx-status 6fFVEGDL1b8rkS8iJZepQmn6CMyhopnEe2Mb5TbngQoV --accountId chloe.near
# Info for Validators
near validators current
near validators next
near proposals
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing