text
stringlengths
46
74.6k
Introducing SeatlabNFT: The Web3 Startup Changing the Ticketing Game CASE STUDIES October 27, 2022 Music, sports, and entertainment ticketing is about to be completely reimagined. SeatlabNFT, an NFT ticketing platform built on the NEAR blockchain, is bringing fans closer to their favorite artists and sports teams, whil...
Guild Program Launch COMMUNITY June 4, 2020 At the beginning of the year, we started our Contributor Program to directly work with community members on NEAR initiatives. Since we began, people around the world have been looking for ways to get more involved. Communities have spontaneously popped up, both online and in-...
```js const tokenContract = "token.v2.ref-finance.near"; const tokenPriceResult = fetch( `https://indexer.ref.finance/get-token-price?token_id=${tokenContract}` ).body; const tokenPriceValue = JSON.parse(tokenPriceResult); ``` <details> <summary>Example response</summary> <p> ```json { "token_contract_id": "token...
--- sidebar_position: 1 title: "NearBindgen" --- # NearBindgen The `@NearBindgen({})` decorator is used on the contract class to generate the necessary code to be a valid NEAR contract and expose the intended functions to be able to be called externally. For example, on a simple counter contract, the decorator will ...
--- id: relayer-gas-example title: Multichain Relayer and Gas Station example sidebar_label: Relayer + Gas Station --- import {CodeTabs, Language, Github} from "@site/src/components/codetabs" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; In this article you'll learn how to run end-to-end test...
NEAR Community Update: January 11, 2019 COMMUNITY January 11, 2019 2019 promises to be a very interesting year. As an industry, we’re in a phase which will separate the projects which actually ship from those who instead languish in endless research and fundraising mode and those who win over the developer community fr...
NEAR Meet: Now Supporting Local and Regional Events Globally COMMUNITY December 15, 2021 The NEAR ecosystem is rapidly expanding on a truly global scale. Powered by Simple Nightshade’s super fast and low-gas fee transactions, developers are launching a wide variety of apps and experiences that will change the way we co...
--- id: localization title: Translating Content on NEAR sidebar_label: Translating Content sidebar_position: 4 --- ## Introduction Welcome to the [NEAR Dev Docs](https://docs.near.org/) translation project. This article is aimed to community members that want to help in the localization of NEAR's documentation. If yo...
--- id: create-transactions title: Create Transactions sidebar_label: Create a Transaction --- To construct & process transactions you will need our API JavaScript library: [`near-api-js`](/build/web3-apps/integrate-contracts). There are many ways to create transactions but for this example we'll show you two ways to ...
NEAR Launches Simple Nightshade: The First Step Towards a Sharded Blockchain COMMUNITY September 23, 2021 NEAR is launching phase 0 of its roadmap towards a fully sharded blockchain. This phase, nicknamed Simple Nightshade, will kickstart a year of changes and additions to the NEAR blockchain that when complete, will m...
NEAR Community Update: December 14, 2018 COMMUNITY December 14, 2018 The team continues to grow rapidly. Last week we welcomed three new members: Leo Khan will lead growth. He comes directly from the blockchain-based real estate marketplace Propy and has grown projects from startups like Alpine Data to fortune 500 ini...
--- id: big-query title: BigQuery Public Dataset sidebar_label: BigQuery --- Blockchain data indexing in NEAR Public Lakehouse is for anyone wanting to understand blockchain data. This includes: - **Users**: create queries to track NEAR assets, monitor transactions, or analyze on-chain events at a massive scale. - **...
Zero to Hero NFT Series: Happy Holidays from DevRel! DEVELOPERS December 17, 2021 It’s been a great year for the NEAR ecosystem and our developer community. We’ve hosted our first MetaBUIDL hackathon, rocked the crypto-boat in Portugal with the NEARCON, enjoyed a daily dose of Q&A on our Office Hours, and had a coding ...
NEAR Foundation Launches New Validator Program To Further Decentralize the Network COMMUNITY December 2, 2021 Since NEAR’s Mainnet launch in October 2020, the NEAR Foundation has helped foster the growth and decentralization of a vibrant validator community. Historically, to become a validator, you would apply to the ...
--- title: NEAR Enhanced API language_tabs: - shell: Shell - http: HTTP - javascript: JavaScript - ruby: Ruby - python: Python - php: PHP - java: Java - go: Go toc_footers: [] includes: [] search: true highlight_theme: darkula headingLevel: 2 --- import Tabs from '@theme/Tabs'; import TabItem from '@th...
--- id: ds-components title: Design Components --- # Design System Components When building components, the NEAR VM provides a complete set of [Radix primitives](https://www.radix-ui.com/docs/primitives/overview/introduction) to simplify UI development. ## Radix UI Using embedded Radix primitives on the NEAR VM is ...
--- title: Gateways description: Overview of NEAR BOS Gateways and how they work sidebar_position: 9 --- # Gateways ## Highlights * Access points for web 3 apps that allow developers to quickly add, and easily maintain, new experiences and functionality to their apps. * It adds more value for end-users, simplifi...
# Cross-Contract Call This guide assumes that you have read the [Financial Transaction](FinancialTransaction.md) section. Suppose Alice is a calling a function `reserve_trip(city: String, date: u64)` on a smart contract deployed to a `travel_agency` account which in turn calls `reserve(date: u64)` on a smart contract...
Sweatcoin Partners with NEAR Foundation to Create a New Movement Economy COMMUNITY April 12, 2022 Sweatcoin, the London-based tech company on a mission to inspire a healthier planet by incentivizing people to move more, has partnered with the NEAR Foundation to launch SWEAT, a radical new token. Designed to truly unl...
NEAR Query API Beta Is Now Open for Apps Building on B.O.S NEAR FOUNDATION October 12, 2023 Pagoda has officially opened the Beta version of NEAR Query API, a fully managed serverless infrastructure offering NEAR blockchain #indexers, storage, and GraphQL endpoints. Developers can now build indexers for any smart contr...
Well hello, NEAR Academy! COMMUNITY March 24, 2021 We’re proud to announce the launch of near.academy, a keystone of our educational onramp at NEAR Protocol. Powered by the same team and technology behind Ocean Academy and Tezos Academy, NEAR Academy is purpose-built for web 2 developers looking for a hands-on introdu...
Interactive Polygon zkEVM App Dashboard Launches on the NEAR Blockchain Operating System NEAR FOUNDATION July 18, 2023 NEAR Foundation is excited to announce that an interactive Polygon zkEVM app dashboard, has just launched on the Blockchain Operating System (BOS). This debut of Polygon zkEVM on the BOS will not only ...