jcarbonnell/NEAR-preTrainedStarCoder2
Text Generation • 3B • Updated • 3
Error code: UnexpectedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string |
|---|
# Messages
All message sent in the network are of type `PeerMessage`. They are encoded using [Borsh](https://borsh.io/) which allows a rich structure, small size and fast encoding/decoding. For details about data structures used as part of the message see the [reference code](https://github.com/nearprotocol/nearcore).... |
---
title: 3.7 Prediction Market Design
description: Theory and use-cases of Prediction Markets, and the re-application of the mechanism design behind prediction markets for a wide variety of use-cases
---
# 3.7 Prediction Market Design
The final lecture in our DeFi series is titled ‘Prediction-Market Design’ - and v... |
# Bridge Wallets
## Summary
Standard interface for bridge wallets.
## Motivation
Bridge wallets such as [WalletConnect](https://docs.walletconnect.com/2.0/) and [Nightly Connect](https://connect.nightly.app/) are powerful messaging layers for communicating with various blockchains. Since they lack an opinion on how... |
NEAR Bringing Chainlink’s Leading Oracle Solution to its Open Web Ecosystem
COMMUNITY
July 30, 2020
We are excited to announce that Chainlink’s decentralized oracle network is launching on NEAR. You can view the TestNet repository and instructions, and in a few weeks developers can start building applications that are ... |
# RuntimeFeesConfig
Economic parameters for runtime
## action_receipt_creation_config
_type: Fee_
Describes the cost of creating an action receipt, `ActionReceipt`, excluding the actual cost
of actions.
## data_receipt_creation_config
_type: [DataReceiptCreationConfig](RuntimeFeeConfig/DataReceiptCreationConfig.m... |
---
title: 4.3 Social Tokens
description: Understanding the social value of Non-Fungible tokens
---
# 4.3 Social Tokens
The focus of this lecture centers on the social value of Non-Fungible tokens, as already achieved across the crypto verse through token-gated communities (social tokens) and Profile Picture communit... |
deadmau5 Launches NFT Partnership with Mintbase and NEAR
COMMUNITY
December 3, 2021
deadmau5, the DJ and Producer has teamed up with rockband Portugal. the Man, Mintbase, and NEAR to release a single as an NFT.
The song, titled “this is fine” is being sold as a collection of one million NFTs exclusively on the Mintbas... |
:::info
Remember about fungible token precision. You may need this value to show a response of balance requests in an understandable-to-user way in your app. How to get precision value (decimals) you may find [above](#get-token-metadata).
:::
```js
const tokenContract = "token.v2.ref-finance.near";
const userTokenBala... |
# AccessKeyCreationConfig
Describes the cost of creating an access key.
## full_access_cost
_type: Fee_
Base cost of creating a full access access-key.
## function_call_cost
_type: Fee_
Base cost of creating an access-key restricted to specific functions.
## function_call_cost_per_byte
_type: Fee_
Cost per byte ... |
---
sidebar_label: "Credentials"
---
# Credentials
:::info DevConsole
Please, keep in mind, currently using the AWS Credentials is the only way to access the data provided by [NEAR Lake](/tools/realtime#near-lake-indexer) ecosystem. But it is about to change with Pagoda DevConsole release. Stay tuned!
:::
To acces... |
---
id: running-a-node
title: Run a Node on Linux and MacOS
sidebar_label: Run a Node (Linux and MacOS)
sidebar_position: 3
description: How to run a NEAR node using nearup on Linux and MacOS, with or without using Docker
---
*If this is the first time for you to setup a validator node, head to our [Validator Bootcamp... |
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
<Tabs className="file-tabs">
<TabItem value="Keypom API" label="Keypom API">
```js
const dropsNumber = "2";
const keysGeneratorUrl = "https://keypom.sctuts.com/keypair/";
const rootEntrophy = "my-password"; //If not provided, the keypair will be c... |
NEAR and Grupo Nutresa Partner for Customer Experience Innovations in Web3
UNCATEGORIZED
December 1, 2022
In a groundbreaking and innovative move, NEAR has partnered with Grupo Nutresa, one of the most important processors of food in South America, to bring Web3 to the grocery industry. This will see Grupo Nutresa buil... |
NEAR Wallet Update: Staking and Withdrawing Tokens
COMMUNITY
October 12, 2020
On the journey to make blockchain-based apps accessible to everyday people, the NEAR Wallet plays a vital role for usability in the community. Usability for developers has been our priority in architecting the platform from day one, but as th... |
---
slug: /
sidebar_position: 1
---
# BWE Alpha Test
## Welcome 🎉
Thank you for participating in the alpha test for BOS Web Engine **(actual release name TBD)**; an improved execution layer for NEAR's decentralized front-end components.
Significant effort has been dedicated to this project, reaching a stage where ... |
---
sidebar_position: 2
title: Callbacks
---
# Callbacks
NEAR Protocol is a sharded, proof-of-stake blockchain that behaves differently than proof-of-work blockchains. When interacting with a native Rust (compiled to Wasm) smart contract, cross-contract calls are asynchronous. Callbacks are used to either get the res... |
---
id: introduction
title: Chain Abstraction
sidebar_label: Introduction
---
Do you know how your favorite apps are built and which database they use?. Chances are not, since we choose apps based on their functionality, and not their underlying tech.
We believe that **same should be true for blockchain apps**, users... |
---
sidebar_position: 1
sidebar_label: "Setup"
---
# Setup Alerts & Triggers
:::warning
Please be advised that these tools and services will be discontinued soon.
:::
## Setting up E-mail alerts
1. Navigate to [console.pagoda.co](https://console.pagoda.co) and log-in
2. Navigate to the <kbd>Alerts</kbd> tab
... |
Project Spotlight: TessaB- Blockchain for the Mobile Phone Industry
CASE STUDIES
March 3, 2021
Hi NEARverse, we’d like to introduce you to the TessaB project solving a real world problem within the secondhand mobile phone industry with blockchain via the Glyde Marketplace.
Below is a Q&A with TessaB’s CEO, Flavio Mans... |
---
id: how-it-works
title: How QueryAPI works
sidebar_label: How it works
---
QueryApi is a streaming indexer implementation that executes custom indexing logic written by developers on the NEAR blockchain.
QueryApi allows hosted execution of complex queries (ones that can’t be answered by a [simple RPC](../../../5.a... |
NEAR, MetaBUILD 2, and Brave Head to ETHDenver
COMMUNITY
February 15, 2022
NEAR will be at ETHDenver, as will our MetaBUILD 2 Hackathon, and the Brave browser. The mission: support the global community of developers in building a multi-bridge, multi-chain world!
The NEAR community, in partnership with Brave, will giv... |
NEAR at NVIDIA GTC 2024: A Recap of Illia’s Appearance
COMMUNITY
March 25, 2024
At NVIDIA GTC 2024––the flagship conference of the AI hardware supercompany in San Jose, California––the spotlight was on the intersection of AI, blockchain, and the next era of open web innovation. Among the distinguished speakers was Illi... |
---
title: 2.8 Legal Pathways and Project Design
description: Pragmatic expectations on the implications of different legal pathways
---
# 2.8 Legal Pathways and Project Design
This final lecture is a practical lecture at root, that seeks to ground expectations on the implications of different legal pathways taken by... |
---
title: Developer Enablement
description: Overview of the Development Platform on NEAR BOS
sidebar_position: 4
---
# Developer Enablement: The Developer Platform
## Highlights:
* The BOS development platform removes complexity enabling any developer interested in open-source and decentralization, to build, dep... |
---
NEP: 0418
Title: Remove attached_deposit view panic
Author: Austin Abell <austin.abell@near.org>
DiscussionsTo: https://github.com/nearprotocol/neps/pull/418
Status: Approved
Type: Standards Track
Category: Tools
Version: 1.0.0
Created: 18-Oct-2022
Updated: 27-Jan-2023
---
## Summary
This proposal is to switch th... |
NEAR Tasks Launches AI Marketplace on NEAR to Revolutionize the Future of Work
NEAR FOUNDATION
November 16, 2023
The convergence of AI and Web3 captured the tech industry’s imagination in 2023 — but few ideas have actually become a working reality. An exciting exception is NEAR Tasks, a global gigs marketplace poised t... |
The NEAR Foundation’s Vision for the Future
NEAR FOUNDATION
June 24, 2022
The past several weeks have been challenging for many within crypto. This downturn is also very different from the previous 2018/2019 crypto winter as it is occurring against the backdrop of surging inflation, rising interest rates and global ins... |
---
sidebar_label: "Python tutorial"
---
# NEAR Lake indexer basic tutorial
:::info Source code for the tutorial
[`frolvanya/near-lake-raw-printer`](https://github.com/frolvanya/near-lake-raw-printer): source code for the tutorial on how to create an indexer that prints block height and number of shards
:::
Recen... |
NEAR Foundation Launches NEAR DA to Offer Secure, Cost-Effective Data Availability for ETH Rollups and Ethereum Developers
NEAR FOUNDATION
November 8, 2023
NEAR Foundation just announced the rollout of the NEAR Data Availability (NEAR DA) layer. Part of the NEAR Open Web Stack, NEAR DA is a groundbreaking innovation th... |
Astro Launches on NEAR To Supercharge DAO Communities
COMMUNITY
October 11, 2021
Astro, the platform for online communities to gather, vote, and govern has launched on NEAR. Astro is the next evolution of SputnikDAO, the hub for decentralized autonomous organizations (DAOs) operating on NEAR with a host of new features... |
---
id: contribute-faq
title: Contributor FAQ
sidebar_label: Contributor FAQ
sidebar_position: 6
---
### How can I get involved? {#how-can-i-get-involved}
It depends what you are excited about doing! Do you want to develop on NEAR? Build tutorials? Answer questions? Expand our documentation?
We recommend you to have... |
---
sidebar_position: 2
---
# Styling (CSS)
## CSS Modules
You can currently style BWE components with CSS modules. Each component has an associated CSS file which is saved on-chain alongside component source code.
In the sandbox, a CSS module is created automatically for every component.
Two syntaxes are supporte... |
Music and Blockchain: The Future of Decentralized Streaming Music
COMMUNITY
April 22, 2022
As the decentralized economy expands, it’s no surprise that musicians are turning to the blockchain. NFTs, digital autonomous organizations (DAOs), Metaverse events, and more are transforming artistic visions into new and immers... |
---
id: serialization
title: Notes on Serialization
---
Smart contracts need to be able to **communicate complex data** in a simple way, while
also **reading and storing** such data into their states efficiently.
To achieve such simple communication and efficient storage, smart contracts morph the data
from their com... |
---
id: deploy
title: NEAR CLI - Basics
sidebar_label: Deploying and Using
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
After your contract is ready you can deploy it in the NEAR network for everyone to use it.
Let us guide you on how to use the [NEAR CLI](../../../4.tools/cli.md) to depl... |
---
title: 5.1 Decentralized Autonomous Organizations (DAOs)
description: The DAO revolution and its promise of change for data, users, and value
---
# 5.1 Decentralized Autonomous Organizations (DAOs)
_“A DAO is a capitalized organization in which a software protocol informs its operation, placing automation at its ... |
This dataset is a subset of the original nearData dataset, prepared for the continued pre-training of a pre-trained LLM. The idea behind the continued pre-training of pre-trained models is to further instruct them with specific information, in this case on the Near Protocol blockchain, before fine-tuning them.
The preTrainingNEAR dataset was prepared from local text files using the datasets library from Hugging Face. It includes: