repoName
stringlengths
7
77
tree
stringlengths
0
2.85M
readme
stringlengths
0
4.9M
Peersyst_wax-woocommerce-gateway
.vscode launch.json assets css wax-checkout.css img pay_with_wax.svg js jquery.initialize.min.js nanobar.min.js qrcode.min.js wax-checkout.min.js waxjs.min.js docker-compose.yml gulpfile.js includes class-wc-gateway-wax.php class-wc-wax-aja...
KimeraMoses_Grandpa-s-Faucet
.env .github workflows firebase-hosting-merge.yml firebase-hosting-pull-request.yml README.md config.json firebase.json package.json public index.html manifest.json robots.txt src App.js components Button Button.css Button.js Confirmation ...
# Grandpa's Faucet UI/UX ## _The fully functional web application of grandpa's faucet_ # Project Details Grandpa's Faucet is project that was assigned to me by [Isaac Mubiru](https://github.com/zac-09), my role was to implement the UI from the Xd mockup. The application is built in Reactjs,Redux, React Router v6 and ...
GigaHierz_sha-donnas-list
.github workflows deploy-to-skynet.yml README.md client README.md deploy-to-skynet.yml package.json public index.html manifest.json robots.txt src App.css Data NFTs Companies.json NFT_1.json ...
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view...
near-examples_indexer-tx-watcher-example
Cargo.toml README.md src configs.rs main.rs
Indexer that catches txs for specific contract(s) ================================================= **This project is a copy of https://github.com/near-examples/indexer-tx-watcher-example but is migrated to [NEAR Lake Framework](https://github.com/near/near-lake-framework). We keep them both separately as they show di...
NEAR-Balkans_pool-together
README.md build_all.sh common Cargo.toml src lib.rs types.rs defi-borrow Cargo.toml build.sh src events.rs lib.rs draw Cargo.toml build.sh src interfaces mod.rs lib.rs test_utils.rs pool Cargo.toml build.sh n...
# pool-together
manolaz_technous-medical-logistic-smart-contract
README.md medi-log .gitpod.yml README.md babel.config.js contract Cargo.toml README.md compile.js src lib.rs package.json src App.js __mocks__ fileMock.js assets logo-black.svg logo-white.svg ...
medi-log Smart Contract ================== A [smart contract] written in [Rust] for an app initialized with [create-near-app] Quick Start =========== Before you compile this code, you will need to install Rust with [correct target] Exploring The Code ================== 1. The main smart contract code lives in `src...
htamlive_Near-App
.gitpod.yml README.md contract Cargo.toml README.md neardev dev-account.env src lib.rs target .rustc_info.json debug .fingerprint Inflector-5962d0ee2f0ab2a7 lib-inflector.json Inflector-ba423869db093087 ...
Hello NEAR! ================================= A [smart contract] written in [Rust] for an app initialized with [create-near-app] Quick Start =========== Before you compile this code, you will need to install Rust with [correct target] Exploring The Code ================== 1. The main smart contract code lives in `...
Learn-NEAR_NCD--near-shipment
README.md check scripts in `. scripts` as-pect.config.js asconfig.json package-lock.json package.json scripts 1.dev-deploy.sh 2.use-contract.sh 3.cleanup.sh README.md src as_types.d.ts asconfig.json assembly __tests__ index.unit.spec.ts index.ts model....
## Setting up your terminal The scripts in this folder are designed to help you demonstrate the behavior of the contract(s) in this project. It uses the following setup: ```sh # set your terminal up to have 2 windows, A and B like this: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
MjolNear_marketplace-contracts
Cargo.toml README.md build.sh src lib.rs
# Marketplace Contract This mono repo contains the source code for the smart contracts of our Open NFT Marketplace on [NEAR](https://near.org). ## Development 1. Install `rustup` via https://rustup.rs/ 2. Run the following: ``` rustup default stable rustup target add wasm32-unknown-unknown ``` ### Testing Contrac...
myklemykle_stateless-web
.gitpod.yml old distrodemo.html distrodemo.js package.json readme.md src assets 1x_active.svg 1x_idle.svg 4x_active.svg 4x_idle.svg call_new_selection.svg help.svg wallet_connected.svg wallet_not_connected.svg components GridOfNFTs....
MiguelAngel115_MigsNearStarter2
README.md as-pect.config.js asconfig.json neardev dev-account.env node_modules @as-pect assembly README.md assembly index.ts internal Actual.ts Expectation.ts Expected.ts ...
# lodash.clonedeep v4.5.0 The [lodash](https://lodash.com/) method `_.cloneDeep` exported as a [Node.js](https://nodejs.org/) module. ## Installation Using npm: ```bash $ {sudo -H} npm i -g npm $ npm i --save lodash.clonedeep ``` In Node.js: ```js var cloneDeep = require('lodash.clonedeep'); ``` See the [documenta...
Houselearn_Near-justart-market
README.md lib assets badge.svg logo.svg interfaces.ts typeFormat.ts types declarations.d.ts utils config.ts market.ts next-env.d.ts next.config.js package-lock.json package.json pages styles.css postcss.config.js tailwind.config.js tsconfig.json
# Near JustArt Market DApp An Art market where people can buy and sell art items. [Demo Link](https://near-justart-market.vercel.app/) Features - Users can create new listings, where they set the upload the data on the art item. - Users can view their own listings or items they've bought in the my-items page. - There...
NEAR-Edu_near.science
.eslintrc.js README.md babel.config.js package.json postcss.config.js public index.html src main.js router index.js tailwind.config.js
# near.science ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).
gautamprikshit1_near-registery
.gitpod.yml README.md contract Cargo.toml README.md build.sh deploy.sh src lib.rs target .rustc_info.json debug .fingerprint Inflector-246735fe249e5da4 lib-inflector.json ahash-0cdd75fa2a1a666c ...
# Hello NEAR Contract The smart contract exposes two methods to enable storing and retrieving a greeting in the NEAR network. ```rust const DEFAULT_GREETING: &str = "Hello"; #[near_bindgen] #[derive(BorshDeserialize, BorshSerialize)] pub struct Contract { greeting: String, } impl Default for Contract { fn d...
FranklinWaller_seda-rust
.devcontainer devcontainer.json docker-compose.yml .github ISSUE_TEMPLATE.md ISSUE_TEMPLATE bug.md config.yml documentation.md feature.md PULL_REQUEST_TEMPLATE.md workflows push.yml .rustfmt.toml CLI.md CONTRIBUTING.md Cargo.toml DEVELOPING.md LICENSE.md R...
<p align="center"> <a href="https://seda.xyz/"> <img width="90%" alt="seda-rust" src="https://www.seda.xyz/images/footer/footer-image.png"> </a> </p> <h1 align="center"> SEDA Rust </h1> [![Build Status][actions-badge]][actions-url] [![GitHub Stars][github-stars-badge]](https://github.com/sedaprotocol/seda-...
il3ven_raaz
.github workflows node.js.yml rust.yml Readme.md contract Cargo.toml README.md build.bat build.sh src lib.rs test.sh package-lock.json package.json public index.html src config.js index.js index.module.css init.js
# Rust Smart Contract Template ## Getting started To get started with this template: 1. Click the "Use this template" button to create a new repo based on this template 2. Update line 2 of `Cargo.toml` with your project name 3. Update line 4 of `Cargo.toml` with your project author names 4. Set up the [prerequisites...
klyvechen_near-ua-zoo
market-simple Cargo.toml build.sh src external.rs ft_callbacks.rs internal.rs lib.rs nft_callbacks.rs sale.rs sale_views.rs ua-zoo-be server.js uploadMiddleware.js ua-zoo-contract Cargo.toml README.md build.sh flags.sh nft ...
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view...
NEARFT_API
.eslintrc.yml .github ISSUE_TEMPLATE bug_report.md feature_request.md dependabot.yml workflows docs.yml stale.yml .gitpod.yml .travis.yml CODE_OF_CONDUCT.md CONTRIBUTING.md README.md browser-exports.js dangerfile.ts examples cookbook README.md accounts ...
# NEAR-API-JS Cookbook > Collection of common use cases for [`near-api-js`](https://github.com/near/near-api-js). --- ## Overview | Name | Description | | ---...
gencoglutugrul_near-bootcamp-practise-1
README.md as-pect.config.js asconfig.json package.json scripts 1.dev-deploy.sh 2.use-contract.sh 3.cleanup.sh README.md src as_types.d.ts simple __tests__ as-pect.d.ts index.unit.spec.ts asconfig.json assembly index.ts singleton ...
## Setting up your terminal The scripts in this folder are designed to help you demonstrate the behavior of the contract(s) in this project. It uses the following setup: ```sh # set your terminal up to have 2 windows, A and B like this: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
hermes1108_near-nft-smart-contract
.github dependabot.yml workflows tests.yml .gitpod.yml Cargo.toml README-Windows.md README.md integration-tests rs Cargo.toml src tests.rs ts package.json src main.ava.ts utils.ts nft Cargo.toml src lib.rs res ...
# Folder that contains wasm files Non-fungible Token (NFT) =================== >**Note**: If you'd like to learn how to create an NFT contract from scratch that explores every aspect of the [NEP-171](https://github.com/near/NEPs/blob/master/neps/nep-0171.md) standard including an NFT marketplace, check out the NFT [Ze...
nguyentrungson97_donate-near-app
.gitpod.yml README.md babel.config.js contract Cargo.toml README.md compile.js src donation.rs lib.rs post.rs target .rustc_info.json debug .fingerprint Inflector-c436f7f0ac4cac71 lib-inflector.json ...
news-near-app ================== This [React] app was initialized with [create-near-app] Quick Start =========== To run this project locally: 1. Prerequisites: Make sure you've installed [Node.js] ≥ 12 2. Install dependencies: `yarn install` 3. Run the local development server: `yarn dev` (see `package.json` for a ...
esaminu_test-rs-boilerplate-1063
.eslintrc.yml .github ISSUE_TEMPLATE 01_BUG_REPORT.md 02_FEATURE_REQUEST.md 03_CODEBASE_IMPROVEMENT.md 04_SUPPORT_QUESTION.md config.yml PULL_REQUEST_TEMPLATE.md labels.yml workflows codeql.yml deploy-to-console.yml labels.yml lock....
# Hello NEAR Contract The smart contract exposes two methods to enable storing and retrieving a greeting in the NEAR network. ```rust const DEFAULT_GREETING: &str = "Hello"; #[near_bindgen] #[derive(BorshDeserialize, BorshSerialize)] pub struct Contract { greeting: String, } impl Default for Contract { fn d...
Houselearn_near101
README.md contract README.md asconfig.json assembly as_types.d.ts index.ts model.ts tsconfig.json package.json lib assets badge.svg logo.svg interfaces.ts typeFormat.ts types declarations.d.ts utils config.ts mar...
# NFT Market UI ### Development Clone the repo and install dependencies. ``` yarn ``` Run local development server ``` yarn dev ``` # Prerequsities Install the next tools: * `node` * `yarn` * `near-cli` Also, you'd need a code editor of choice. In this course we are going to use Visual Studio Code. ## Create pr...
esaminu_console-donation-template-2523
.github scripts runfe.sh workflows deploy-to-console.yml readme.yml tests.yml .gitpod.yml README.md contract README.md build.sh deploy.sh package-lock.json package.json src contract.ts model.ts utils.ts tsconfig.json integration...
# Donation 💸 [![](https://img.shields.io/badge/⋈%20Examples-Basics-green)](https://docs.near.org/tutorials/welcome) [![](https://img.shields.io/badge/Gitpod-Ready-orange)](https://gitpod.io/#/https://github.com/near-examples/donation-js) [![](https://img.shields.io/badge/Contract-js-yellow)](https://docs.near.org/dev...
hack-a-chain-software_near-rust-contract-standard
readme.md sample_contract Cargo.toml readme.md src actions callback_actions.rs guardian_actions.rs mod.rs owner_actions.rs user_actions.rs complex_personalized_struct internal_data_structure.rs mod.rs ...
frol_near-birthday-quest-v2
Cargo.toml README.md src lib.rs
# Happy Birthday Quest! In order to crack this quest you will need to have at least one FT token (`lolcoin.qbit.near`), at least one NFT token (https://paras.id), and a secret code. Learn your way through how to transfer tokens to `birthday-quest.near` with [FT](https://nomicon.io/Standards/Tokens/FungibleToken/Core)...
Mjndai7_Toledo
Cargo.toml README.md build.sh deploy.sh dev-deploy.sh init-args.js rustfmt.toml src contract.rs lib.rs utils.rs
# NEAR Smart Contract Rust Template Project structure for writing smart contracts in Rust for NEAR Protocol # Required Software - Rust 1.58 + cargo - Node.js - NEAR CLI 3.1 # Authors - Jacob Lindahl <jacob@near.foundation> [@sudo_build](https://twitter.com/sudo_build)
near_pagoda-relayer-rs
.github workflows docker-image.yml rust.yml Cargo.toml README.md account_keys nomnomnom.testnet.json config.toml docker-compose.yml examples README.md configs basic_whitelist.toml exchange_withdraw.toml fastauth.toml no_filters.toml pay_with_ft.tom...
# Pagoda Relayer ## What is a Relayer? At a high level, the Relayer is a http server that relays transactions to the NEAR network via RPC on behalf of new users who haven't yet acquired NEAR as part of the onboarding process. The entity running the relayer covers the gas costs for the end users who are signing the tra...
NEARFoundation_ui.grants
.eslintrc.js README.md __tests__ MANUAL_TESTING.md mocks browser.ts handlers.ts index.ts server.ts config currency.ts grants.ts near.ts constants index.ts contexts GrantContext.ts form-schemas fullMilestoneSubmissionFormSchema.ts grantApplicationFormSc...
⚠️ This repo has been archived, and moved to https://github.com/NEARFoundation/fund3r # ui.grants [![NEAR](https://img.shields.io/badge/NEAR-%E2%8B%88-111111.svg)](https://near.org/) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE) > Easy to set up end to end grant application form f...
ninjadev0706_nft-mint-website
README.md contract Cargo.toml README.md build.sh built.sh compile.js src approval.rs enumeration.rs events.rs internal.rs lib.rs metadata.rs mint.rs nft_core.rs royalty.rs variable.sh package.json src App.js Comp...
nft-mint-frontend ================== This [React] app was initialized with [create-near-app] Quick Start =========== To run this project locally: 1. Prerequisites: Make sure you've installed [Node.js] ≥ 12 2. Install dependencies: `yarn install` 3. Run the local development server: `yarn dev` (see `package.json` fo...
near-examples_lake-indexer-start-options
.github workflows tests.yml Cargo.toml README.md src main.rs
# lake-indexer-start-options This is a source code for the tutorial [Extending Lake indexer with start options](https://near-indexers.io/tutorials/lake/lake-start-options). It shows how to implement start options to your indexer built on top of [NEAR Lake Framework](https://github.com/near/near-lake-framework): - fro...
near_boilerplate-template-loyalty-program-with-ft-dev
.eslintrc.yml .github ISSUE_TEMPLATE 01_BUG_REPORT.md 02_FEATURE_REQUEST.md 03_CODEBASE_IMPROVEMENT.md 04_SUPPORT_QUESTION.md BOUNTY.yml config.yml PULL_REQUEST_TEMPLATE.md labels.yml workflows codeql.yml deploy-to-console.yml label...
<h1 align="center"> <a href="https://github.com/near/boilerplate-template-rs"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/near/boilerplate-template-rs/main/docs/images/pagoda_logo_light.png"> <source media="(prefers-color-scheme: light)" srcset="ht...
near-examples_bos-gateway
README.md near-wallet.js next-env.d.ts next.config.js package-lock.json package.json src assets images near-logo-black.svg near-logotype.svg near_social_combo.svg near_social_icon.svg vs_code_icon.svg components lib Spinner ...
# Toast Implemented via Radix primitives: https://www.radix-ui.com/docs/primitives/components/toast _If the current props and Stitches style overrides aren't enough to cover your use case, feel free to implement your own component using the Radix primitives directly._ ## Example Using the `openToast` API allows you...
On0n0k1_NCD.L1--Chess
Cargo.toml README.md package-lock.json src board.rs game.rs lib.rs movement.rs movement report.rs step.rs pieces.rs pieces bishop.rs empty.rs king.rs knight.rs pawn.rs piece.rs piece_ext.rs queen.rs rook....
# NCD.L1--Chess A chess game for the NEAR network. The pieces move properly, but I still need to implement some kind of authentication for the players. Also need to properly implement testing/better documentation. But it's still useful as a study material though. ## Recommendations (How I'm building this project) Fo...
keypom_claim-page-boilerplate
.prettierrc.js README.md build asset-manifest.json index.html manifest.json robots.txt static css main.cc79aba3.css js 787.d8720906.chunk.js main.8fcccbb1.js.LICENSE.txt config-overrides.js package-lock.json package.json postcss.config.js public ...
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view...
Jmen_hello-near-contract-testing
README.md integration.test.js package.json
# hello-near-contract-testing
humanshield89_parse-near-auth-adapter
.prettierrc.json README.md package-lock.json package.json src index.js lib CloudCode NearAuthCloudCode.js NearAuthAdapter.js Utils.js data NearSignToken class.js struct.js WrappedBaseParseObj clas...
# Near wallet Auth Adapter for parse server This package allows parse users to login using their near wallets ## Install ```shell npm i parse-near-auth-adapter ``` or if you prefer `yarn` ```shell yarn add parse-near-auth-adapter ``` ## Setup 1. Add NearAuthAdapter to your parse server options ```javascript con...
near_neardevhub-contract
.devcontainer devcontainer.json post-create.sh .github workflows main.yml release.yml Cargo.toml README.md community-factory Cargo.toml src lib.rs community Cargo.toml src lib.rs devhub_common Cargo.toml src lib.rs discussions Cargo.toml ...
# NEAR DevHub Contract ## Overview The smart contract responsible for managing the communities, posts, and permissions made available via the [NEAR DevHub frontend](https://neardevhub.org). The repository for the frontend widgets can be found [here](https://github.com/NEAR-DevHub/neardevhub-bos). ## Getting Started ...
modelomaker812_near-wallet-integration
.github dependabot.yml workflows tests.yml .gitpod.yml .travis.yml LICENSE-APACHE.txt LICENSE-MIT.txt README-Gitpod.md README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts as_types.d.ts index.ts model.ts tsconfig.json neardev shar...
Example of NEAR Wallet integration ================================== [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/near-examples/wallet-example) <!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page --> This example dem...
priyansuhub_PriNearStarterTemplate
as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts example.spec.ts index.ts tsconfig.json package.json tsconfig.json
ilyar_near-checksum
.cargo audit.toml config.toml .github workflows contract.yml Cargo.toml docs readme.md readme.md src lib.rs tests integration add_simulate.rs gas_simulate.rs has_simulate.rs main.rs utils.rs
NEARFoundation_community-near-lockups
.gitpod.yml .idea encodings.xml misc.xml modules.xml php.xml README.md babel.config.js package.json src App.js __mocks__ fileMock.js assets logo-black.svg logo-white.svg config.js global.css index.html index.js jest.init.js main.test.js uti...
near-lockups ================== This [React] app was initialized with [create-near-app] Quick Start =========== To run this project locally: 1. Prerequisites: Make sure you've installed [Node.js] ≥ 12 2. Install dependencies: `yarn install` 3. Run the local development server: `yarn dev` (see `package.json` for a ...
Lightency-io_LightencyDapp
.gitpod.yml README.md Rewardercontract Cargo.toml README.md build.sh deploy.sh src lib.rs contract Cargo.toml README.md neardev dev-account.env src lib.rs energy_pool_contract Cargo.toml README.md build.sh deploy.sh neardev dev-acco...
# Hello NEAR Contract The smart contract exposes two methods to enable storing and retrieving a greeting in the NEAR network. ```rust const DEFAULT_GREETING: &str = "Hello"; #[near_bindgen] #[derive(BorshDeserialize, BorshSerialize)] pub struct Contract { greeting: String, } impl Default for Contract { fn d...
near-multicall_nearcon22
Cargo.toml README.md build.sh contract .cargo config.toml Cargo.toml src lib.rs core Cargo.toml src lib.rs host Cargo.toml src main.rs methods Cargo.toml build.rs guest Cargo.toml build.rs src bin ...
# nearcon22 Submission for the NEARCON2022 Hackerthon # Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `yarn start` Runs the app in the development mode.\ Open...
isabella232_near-protocol-contracts
LICENSE.md README.md client Cargo.toml src lib.rs near-link-token Cargo.toml README.md src lib.rs oracle Cargo.toml README.md src lib.rs
# Oracle The [Chainlink Oracle contract](https://github.com/smartcontractkit/chainlink/blob/develop/evm-contracts/src/v0.6/Oracle.sol) ported to Rust. ## Testing To test run: ```bash cargo test --package oracle -- --nocapture ``` # Fungible token Example implementation of a Fungible Token Standard (NEP#21). NOTES: ...
mtengineer90_NearDeveloper1
README.md as-pect.config.js asconfig.json package.json scripts 1.dev-deploy.sh 2.use-contract.sh 3.cleanup.sh README.md src as_types.d.ts simple __tests__ as-pect.d.ts index.unit.spec.ts asconfig.json assembly index.ts singleton ...
## Setting up your terminal The scripts in this folder are designed to help you demonstrate the behavior of the contract(s) in this project. It uses the following setup: ```sh # set your terminal up to have 2 windows, A and B like this: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
intellichain555_Varda_nft_Staking
.vs ProjectSettings.json VSWorkspaceState.json README.md docs css animate.css bbp-theme.css bbpress.css bootstrap-timepicker.css bootstrap.min.css buddypress-theme.css buddypress.css colors 20 color scheme.txt c1.css ...
# TBD nft-mint-frontend Smart Contract ================== A [smart contract] written in [Rust] for an app initialized with [create-near-app] Quick Start =========== Before you compile this code, you will need to install Rust with [correct target] Exploring The Code ================== 1. The main smart contract cod...
huynguyen1212_spk-frontend
README.md internals generators components index.js containers index.js index.js scripts extract-language.js package.json public index.html manifest.json robots.txt server.js src api axios.ts url.ts assets images ...
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `yarn start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to vie...
MartinTale_deadly-affection
.env README.md block.svg compare.js externs.js index.html near-api-js.min.js package-lock.json package.json smart-contract.ts split-3.svg src components button.ts external-link.ts link-setting.ts modal.ts music.ts screens.ts toggle-setting.ts data ...
Deadly Affection is a puzzle game where you (Necromancer) long for eternal love with Fairy but only Death is eternal so you bring her to your realm. # How to Play Rotate tiles and pipes using left/right click to target death beam from Necromancer to Fairy. Collect hearts along the way for bonus challenge. # NEAR Yo...
esaminu_console-donation-template-87867hjg
.github scripts runfe.sh workflows deploy-to-console.yml readme.yml tests.yml .gitpod.yml README.md contract README.md build.sh deploy.sh package-lock.json package.json src contract.ts model.ts utils.ts tsconfig.json integration...
# Donation 💸 [![](https://img.shields.io/badge/⋈%20Examples-Basics-green)](https://docs.near.org/tutorials/welcome) [![](https://img.shields.io/badge/Gitpod-Ready-orange)](https://gitpod.io/#/https://github.com/near-examples/donation-js) [![](https://img.shields.io/badge/Contract-js-yellow)](https://docs.near.org/dev...
Grrialt_post_feed
.gitpod.yml .idea modules.xml prettier.xml vcs.xml watcherTasks.xml README.md contract README.md build.sh deploy.sh package.json src contract.ts model.ts tsconfig.json frontend .cypress cypress.config.js e2e postChain.cy.ts ...
# Smart Contract The smart contract stores messages from users. Messages can be `premium` if the user attaches sufficient money (0.1 $NEAR). ```ts this.messages = []; @call // Public - Adds a new message. add_message({ text }: { text: string }) { // If the user attaches more than 0.1N the message is premium cons...
NicholsonTsang_NearProtocolExample
.github dependabot.yml workflows tests.yml .gitpod.yml .travis.yml LICENSE-APACHE.txt LICENSE-MIT.txt README-Gitpod.md README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts as_types.d.ts index.ts model.ts tsconfig.json neardev shar...
Example of NEAR Wallet integration ================================== [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/near-examples/wallet-example) <!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page --> This example dem...
esaminu123_console-boilerplate-template-js-69-sdf
.eslintrc.yml .github ISSUE_TEMPLATE 01_BUG_REPORT.md 02_FEATURE_REQUEST.md 03_CODEBASE_IMPROVEMENT.md 04_SUPPORT_QUESTION.md config.yml PULL_REQUEST_TEMPLATE.md labels.yml workflows codeql.yml deploy-to-console.yml labels.yml lock....
<h1 align="center"> <a href="https://github.com/near/boilerplate-template-rs"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/near/boilerplate-template-rs/main/docs/images/pagoda_logo_light.png"> <source media="(prefers-color-scheme: light)" srcset="ht...
pinkpaper_pink-paper-frontend
.htaccess 404.php README.md about-us.php about-us2.php about.php all-post.php all-writers.php assets avatar jquery.letterpic.min.js bootstrap css bootstrap-grid.css bootstrap-grid.min.css bootstrap-grid.rtl.css bootstrap-grid.rtl.min.css ...
# FullCalendar Luxon Plugin A connector to the Luxon date library [View the docs &raquo;](https://fullcalendar.io/docs/luxon-plugin) This package was created from the [FullCalendar monorepo &raquo;](https://github.com/fullcalendar/fullcalendar) # FullCalendar Time Grid Plugin Display your events on a grid of time s...
keypom_fydp-contracts
.vscode settings.json Cargo.toml README.md assets CODE_OF_CONDUCT.md build.sh contract Cargo.toml src assets ft_asset ft_balances.rs ft_claims.rs ft_refunds.rs internal_ft_core.rs mod.rs funct...
<p align="center"> <img src="assets/claimed-linkdrop.png" alt="Logo" style="width: 35%; height: 35%"> <br /> </p> <div align="center"> <h1> Keypom </h1> Limitless possibilities in the palm of your hand. </div> <div align="center"> <br /> [![made by BenKurrek](https://img.shields.io/badge/made%20by-BenKur...
Kerite_Amm-Demo
Cargo.toml README.md src ft.rs lib.rs
```shell near view kerite.testnet get_balance_a near view kerite.testnet get_balance_b near call test-token-a.testnet storage_deposit --accountId kerite.testnet --amount 0.00125 near call test-token-a.testnet ft_transfer '{"receiver_id": "kerite.testnet", "amount": "200"}' --accountId test-token-a.testnet --depositYoc...
gfirik_crossword-contract
Cargo.toml README.md build.bat build.sh src lib.rs test.sh
# Rust Smart Contract Template ## Getting started To get started with this template: 1. Click the "Use this template" button to create a new repo based on this template 2. Update line 2 of `Cargo.toml` with your project name 3. Update line 4 of `Cargo.toml` with your project author names 4. Set up the [prerequisites...
MoniaBellil_Questionner
.env docker-compose.yml qstn_backend README.md config index.js passport-setup.js index.js loaders mongoose.js middlewares passport.js models User.js UserSur.js nft.js package-lock.json package.json routes UserSur.js ...
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view...
esaminu_test-rs-boilerplate-106f
.eslintrc.yml .github ISSUE_TEMPLATE 01_BUG_REPORT.md 02_FEATURE_REQUEST.md 03_CODEBASE_IMPROVEMENT.md 04_SUPPORT_QUESTION.md config.yml PULL_REQUEST_TEMPLATE.md labels.yml workflows codeql.yml deploy-to-console.yml labels.yml lock....
# Hello NEAR Contract The smart contract exposes two methods to enable storing and retrieving a greeting in the NEAR network. ```rust const DEFAULT_GREETING: &str = "Hello"; #[near_bindgen] #[derive(BorshDeserialize, BorshSerialize)] pub struct Contract { greeting: String, } impl Default for Contract { fn d...
NEARBuilders_NEARSocial
README.md jsons massfollow.json
# NEARSocial Widgets, function calls, docs, etc for NEAR.social
near_wallet-experience
.github ISSUE_TEMPLATE 02_FEATURE_REQUEST.md BOUNTY.yml bug---defect---problem.md config.yml epic-template.md issue-template.md PULL_REQUEST_TEMPLATE.md workflows build.yml codeql.yml lock.yml stale.yml README.md docs CODE_O...
<h1 align="center"> <a href="https://github.com/shelegdmitriy/boilerplate-template-frontend"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/shelegdmitriy/boilerplate-template-frontend/main/docs/images/pagoda_logo_light.png"> <source media="(prefers-co...
neararabic_lend-me
README.md | android app src debug AndroidManifest.xml main AndroidManifest.xml res drawable-v21 launch_background.xml drawable launch_background.xml...
# Lend Me Smartcontract This is the Lend Me dApp smart contract Lend and borrow on NEAR using an easy to use mobile app build with Flutter that works on IOS and Android and interacts with the user wallets, the near blockchain, and the lendme smart-contract on chain using [near-api-flutter](https://pub.dev/packages/ne...
open-web-academy_SOL-BlockJobs
.vscode settings.json README.md hardhat.config.js package-lock.json package.json scripts sample-script.js test sample-test.js
# Basic Sample Hardhat Project This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts. Try running some of the following tasks: ```she...
jian7061_near-marketplace-front
README.md package.json public index.html manifest.json robots.txt src App.css App.js App.test.js components Wallet.js marketplace AddProduct.js Product.js Products.js utils Cover.js Loader.js Noti...
## LiveDemo https://jian7061.github.io/near-marketplace-front
Amira1502_solana-hackathon-elaco
README.md app .eslintrc.json .github dependabot.yml workflows frontend.yml README.md next-env.d.ts next.config.js package.json postcss.config.js public vercel.svg src models types.ts pages api ...
<a name="readme-top"></a> [![LinkedIn][linkedin-shield]][linkedin-url] <!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/Amira1502/solana-hackathon-elaco"> <img src="https://github.com/Amira1502/solana-hackathon-elaco/blob/master/app/public/logo.png" alt="Logo" width="80" height="80"...
LouisDonDaza_ielec
.gitpod.yml README.md babel.config.js contract README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts as_types.d.ts index.ts tsconfig.json compile.js node_modules .bin acorn.cmd ...
[![Build Status](https://travis-ci.org/isaacs/rimraf.svg?branch=master)](https://travis-ci.org/isaacs/rimraf) [![Dependency Status](https://david-dm.org/isaacs/rimraf.svg)](https://david-dm.org/isaacs/rimraf) [![devDependency Status](https://david-dm.org/isaacs/rimraf/dev-status.svg)](https://david-dm.org/isaacs/rimraf...
oleksiivinogradov_motoDEXweb
.idea vcs.xml workspace.xml Build motoDEXweb.loader.js README.md TemplateData UnityLoaderCompatibilityCheck.js UnityProgress.js style.css game-web3wallet index.html motoDEXserver.2b18246e.js styles.9fb99aa0.css index.html js google-analytics.js network.js web3 borsh.bundle.js...
# Unity ^2020.1.0 Web3GL Template ## Methods in Browser ![](https://user-images.githubusercontent.com/19412160/149653806-b2c4ca54-1986-4481-bd61-721dbd8a7967.png) Dispay login modal: ```javascript window.web3gl.connect(); ``` Get Network: ```javascript window.web3gl.networkId; ``` Get Connected Address: ```java...
huykgit98_social-media-app
.vscode launch.json README.md contract build.sh build builder.c code.h contract.js methods.h deploy.sh neardev dev-account.env package-lock.json package.json src contract.ts model.ts tsconfig.json frontend .cypress c...
# A social media app using nearjs & reactjs
iOchando_DAOPaymentOfPayroll
.gitpod.yml README.md contract README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts as_types.d.ts index.ts models Empleado.ts Solicitud.ts tsconfig.json utils.ts compile....
# DAO Payment of Payroll: Payment of Payroll es un contrato inteligente, el cual permite realizar los diferentes pagos a la nómina de desarrolladores, mediante el wallet de near. Este smart contract permite: - Crear un empleado utilizando el metodo crearEmpleado. - Eliminar un empleado de la nomina con el metodo eli...
htafolla_diversifying-staking-pool
.vscode launch.json tasks.json Cargo.toml LICENSE.md README.md build.sh deploy-guildnet.sh deploy-testnet.sh divpool Cargo.toml src distribute.rs gas.rs getters.rs internal.rs lib.rs multi_fun_token.rs owner.rs types.rs utils.rs ...
# Diversifying Staking Pool ## Overview What is Div-Pool and other non-Technical Documentation [CLICK HERE](https://narwallets.github.io/diversifying-staking-pool/) ## Technical Documentation [Technical Notes](https://narwallets.github.io/diversifying-staking-pool/technical-notes) ### Repositories This is the Sma...
keypom_fydp-frontend
.github workflows ci-cd.yml README.md index.html package.json public vite.svg src App.css assets react.svg data db.json vite.config.js
# React + Vite This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. Currently, two official plugins are available: - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast ...
noemk2_minify_near
Cargo.toml README.md build.sh minify.sh src lib.rs
Hola mundo en near con Rust ================== Introducción a holamundo en near (Rust) ================== un holamundo en near protocol, este contrato te perminte: 1. print "Hello world" 2. print "Hello " + $USER 👨‍💻 Instalación en local =========== Para correr este proyecto en local debes seguir los sig...
near-examples_counter-js
.devcontainer devcontainer.json .github workflows tests-rs.yml tests-ts.yml README.md contract-rs Cargo.toml README.md rust-toolchain.toml src lib.rs tests sandbox.rs contract-ts README.md package.json sandbox-ts main.ava.ts src ...
# Counter Examples This repository contains examples for a simple counter in both Rust and JavaScript, and an examples of a frontend interacting with a Counter smart contract. ## Repositories - [Counter TS Examples](contract-ts) - [Counter RS Example](contract-rs) - [Counter Frontend Example](frontend) # Count on N...
HinojosaAcevedoJ_web3-clubDeEventos
README.md as-pect.config.js asconfig.json package-lock.json package.json src as_types.d.ts contrato __tests__ as-pect.d.ts index.unit.spec.ts asconfig.json assembly index.ts tsconfig.json utils.ts
# Club de eventos Este es un proyecto desarrollado en assemblyscript para la certificación de NCD de near protocol Hispano ## Contenido Este repositorio contiene un contrato inteligente con los siguientes métodos: ### Escritura: * `setCiudad` * `setMiembro` * `setEvento` * `setAsistente` ### Lectura: * `getCiudades`...
nguoimanhme_NEAR-Account-Utilities-2
README.md config.js package.json
# NEAR Utilities A collection of utilities to help with NEAR account management, development and troubleshooting ## Setup - Clone this repo - Run `yarn` ## Collecting Keys Find all TestNet accounts and copy them to `~/.near-credentials` _This is for Linux and macOS systems only_ - Run `yarn collect-keys` ## Acc...
MediumThor_components
.eslintrc.js .prettierrc.js CODE_OF_CONDUCT.md README.md index.d.ts lib cjs apollo block.d.ts client.d.ts minichef.d.ts tokenDayDatas.d.ts components Box Box.d.ts box.stories.d.ts index.d.ts ...
# components Ui Kit for Arcanum ## Getting started For getting started please follow this [guide](src/stories/introduction.stories.mdx)
esaminu_test-rs-boilerplate-7
.eslintrc.yml .github ISSUE_TEMPLATE 01_BUG_REPORT.md 02_FEATURE_REQUEST.md 03_CODEBASE_IMPROVEMENT.md 04_SUPPORT_QUESTION.md config.yml PULL_REQUEST_TEMPLATE.md labels.yml workflows codeql.yml deploy-to-console.yml labels.yml lock....
<h1 align="center"> <a href="https://github.com/near/boilerplate-template-rs"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/near/boilerplate-template-rs/main/docs/images/pagoda_logo_light.png"> <source media="(prefers-color-scheme: light)" srcset="ht...
gfirik_crossword-near-react
README.md package.json public index.html manifest.json robots.txt src App.css App.js hardcoded-data.js index.css index.js near config.js utils.js
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view...
Ife2002_Near-Postr
Postr .cache 00 5060d7b3583af17691f8002c4bb8b6.json bc13bf3b4406370c93694ed02c6e50.json ec1e09e0490aead955d11702b9265e.json 01 2425d528a1bc4040c49c2f9f154a2d.json bd4d54111d527ca58a4bc02d013205.json 03 b180bfa291cc7a02cb...
# Postr[Alpha] Postr is a Decentralized App for students and teachers to shear their ideas and problems in one place without any censorship. the main purpose is to amplify the voice of students on every platform. # Postr Postr is a Decentralized App for students and teachers to share their ideas and problems in one pla...
LNThanhNhan_near_test_homework
Cargo.toml README.md build.sh src lib.rs target .rustc_info.json debug .fingerprint Inflector-5962d0ee2f0ab2a7 lib-inflector.json autocfg-8497f8f13c575f1b lib-autocfg.json base64-67f16044398e34e1 lib-base64.json ...
# Voting Contract The purpose of this contract is solely for validators to vote on whether to unlock token transfer. Validators can call `vote` to vote for yes with the amount of stake they wish to put on the vote. If there are more than 2/3 of the stake at any given moment voting for yes, the voting is done. After th...
Learn-NEAR-Hispano_NCD4L1--NEARFT-Kollage
rustapp .gitpod.yml README.md contract Cargo.toml README.md compile.js src lib.rs target .rustc_info.json debug .fingerprint Inflector-6a6e6be8f2e47224 lib-inflector.json ...
NEAR FT Kollage ================== The kolla is a dapp working under near smart contracts. For 0.5 NEAR you can upload an NFT image stored in nft.storage to The kolla. For the moment, the NEARS are transfered to our testnet account. However we are looking forward to write a contract which guarantees a charity end for ...
larunglbay_mynote
README.md contract Cargo.toml README.md build.sh compile.js src lib.rs package.json src app.js assets logo-black.svg logo-white.svg config.js global.css index.html index.js main.test.js style.css utils.js wallet login ...
mynote Smart Contract ================== A [smart contract] written in [Rust] for an app initialized with [create-near-app] Quick Start =========== Before you compile this code, you will need to install Rust with [correct target] Exploring The Code ================== 1. The main smart contract code lives in `src/l...
ipavlov93_near-chat-app
Cargo.toml README.md compile.js contracts README.md chat Cargo.toml README.md src contract.rs lib.rs message.rs testing.rs package Cargo.toml README.md src accounts_whitelist.rs lib.rs ...
Contracts ================== [Smart contracts] are written in [Rust]. Directory contains `chat-space` smart contract crates. [Rust]: https://www.rust-lang.org/ [Smart contracts]: https://docs.near.org/docs/develop/contracts/overview Router Smart Contract ================== A [smart contract] is written in [Rust]. It...
NEAR-Portuguese-Community_contador
README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts main.ts tsconfig.json docs exemplo_asconfig.md.md exemplo_aspectconfigjs.md exemplo_aspectdts.md exemplo_tsconfig.md indexhtml.md package-lock.json package.json src index.html m...
# Workflow pra criar um Dapp NEAR simples em AssemblyScript # Estrutura do Projeto 1. root - nome-do-app 1. **assembly** backend pasta do smart contract Backend, que vai usar a sdk da near near-sdk-as para construir o smart contract. 1. **main.ts** Aqui ficam definidas as funções do...
NEAR-Analytics_BOS_WIDGETS
0-relay.hot.tg index commit_raw.json 00711.near Onboarding.ComponentCard commit_raw.json PagodaConsole commit_raw.json testing-01 commit_raw.json testing-OnboardingFork commit_raw.json 010daf405ec05a32672a5e7d454953c1f812447f94e97658154ab1b21b0d3f74 010daf...
Luan1981_Demo_Code_Smart_contract_Rust
Cargo.toml README.md src lib.rs
# Demo code smart contract in Rust
phuc16102001_near-airplane-baggage-checking
Cargo.toml README.md build.sh dev-deploy.sh src baggage.rs fee.rs flight_detail.rs lib.rs types.rs tests tests.rs
# Introduction - Airline baggage checking ## Overview This is a contract designed for the airline baggage checking. It allows the customers to deposit their money and let the airline to delivery their baggages. In the real situation, this may be a complicated process and risky. With smart contract, the process works ...
mashharuki_NearDApp
README.md near-hotel-booking-dapp .gitpod.yml README.md contract Cargo.toml README.md neardev dev-account.env src lib.rs frontend App.js assets css global.css img logo-black.sv...
# NearDApp Nearと連動するDApp開発用のリポジトリです。 ## Near protocolとは Near protocolは、シャーディングと呼ばれる技術を採用してるPoSパブリックプロコトルでETHなどと同じレイヤー1と呼ばれるブロックチェーン。 また、Near protocolではETHと競合関係にありがならETHと互換性をもたせるために「Rainbowbridge」というサービスも提供してます。 これを利用することでNEAR⇔ETHの移動ができるようになり、ETHをメインに利用している人でも気軽にNEARネットワークを使用することが可能になりました。 ### BlockExplorer [テ...
NEAR-Hispano_home-delivery
.env README.md babel.config.js backend contract Cargo.toml src lib.rs django homedelivery backend __init__.py admin.py apps.py migrations 0001_initial.py 0002_a...
# Home Delivery
Learn-NEAR-Hispano_NCD1--poll
.gitpod.yml README.md babel.config.js contract README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts as_types.d.ts index.ts tsconfig.json compile.js package-lock.json package.json package-lock.json packa...
near-voting-system Smart Contract ================== A [smart contract] written in [AssemblyScript] for an app initialized with [create-near-app] Quick Start =========== Before you compile this code, you will need to install [Node.js] ≥ 12 Exploring The Code ================== 1. The main smart contract code lives...
nearvndev_voting-contract-rs
Cargo.toml README.md build.bat build.sh src lib.rs test.sh
# Rust Smart Contract Template ## Getting started To get started with this template: 1. Click the "Use this template" button to create a new repo based on this template 2. Update line 2 of `Cargo.toml` with your project name 3. Update line 4 of `Cargo.toml` with your project author names 4. Set up the [prerequisites...
klimoza_hex-game
Cargo.toml README.md build.sh src bid.rs board.rs cell.rs external.rs game.rs game_with_data.rs internal.rs lib.rs roketo.rs utils.rs
The Game of Hex =============== Hex is a two player abstract strategy board game in which players attempt to connect opposite sides of a rhombus-shaped board made of hexagonal cells. Hex was invented by mathematician and poet Piet Hein in 1942 and later rediscovered and popularized by John Nash. ## Description This c...
mothblue1111_Net-145-and-nep-148-contract
fungible_token_metadata.rs storage_manager.rs
noandrea_rl-contracts
README.md casper .travis.yml client main.go contract .cargo config.toml Cargo.toml src main.rs model.rs tests Cargo.toml src integration_tests.rs fantom README.md hardhat.config.js package-lock.js...
# A revocation lists contract ### Before you start Install rust, npx, and npm. ## How to deploy > Create contract account ```sh near create-account revocation-lists.metadid.testnet --masterAccount metadid.testnet ``` ``` Saving key to '$HOME/.near-credentials/testnet/revocation-lists.metadid.testnet.json' Accoun...
mukuls9971_nearedu
README.md assemblyCode README.md as-pect.config.js asconfig.json package.json scripts 1.dev-deploy.sh 2.use-contract.sh 3.cleanup.sh README.md src as_types.d.ts simple __tests__ as-pect.d.ts index.unit.sp...
# Directory structure Two directories: 1. AssemblyCode: Contains the assemblyCode contracts 2. Rust: Contains the contracts written in rust 3. Vue: Contains the frontend code Video Description NCD-1: https://www.loom.com/share/985a11930dc14150ae668ceeafc21df8 Video Description NCD-2: https://www.loom.com/share/d848...
PrimeLabCore_Primelab-ETL
Kafka-Deb database_init create_database.sql create_schema.sql debezium_setup.sql debezium example_payloads action_receipt_actions.json transactions.json setup.txt migrations v1_0_2022_02_23_initial_schema down.sql ...
# Primelab ETL and Explore API ## **Background**: We have developed a highly available system for both relational and graph analysis of blockchain data. We leverage the improved Primelab Near Indexer to create a Debezium based Kafka message queue for the most critical tables in the Postgres instance. Accounts, Transa...
marlonbarrios_near-guest_book
.eslintrc.yml .github dependabot.yml workflows deploy.yml tests.yml .gitpod.yml .travis.yml README-Gitpod.md README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts guestbook.spec.ts as_types.d.ts main.ts model.ts tsconfig.json babel.config.j...
Guest Book ========== [![Build Status](https://travis-ci.com/near-examples/guest-book.svg?branch=master)](https://travis-ci.com/near-examples/guest-book) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/near-examples/guest-book) <!-- MAGIC COMMENT: DO NOT DELETE!...
lk2684753_sd-cloud
.eslintrc.js .umirc.ts .vscode launch.json LICENSE.md README.md contract Cargo.toml build.sh neardev dev-account.env src account.rs did.rs file.rs lib.rs view.rs target .rustc_info.json release .fingerprint ...
<p align="center" style = {text-align:center}> <img src="https://bafybeidfio3womq6nci2pkptilegjwehmgfz5kbjussd6toovjdo63vb7u.ipfs.dweb.link/logo.png" /> <br/><br/> <b>New web3 storage cloud dapp developed by based on NEAR and Filecoin Ecology</b> <br/><br/> </p> ## 📖 Introduction Based on the `NEAR` public chain, co...
nearprotocol_nomicon
README.md book.toml build.sh docs BlockchainLayer BlockchainLayer.html Transactions.html BlockchainLayerVsRuntimeLayer.html FontAwesome css font-awesome.css fonts fontawesome-webfont.svg GenesisConfig ExtCostsConfig.html GenesisConf...
# Nearnomicon http://nomicon.io/ Implementation details of the NearProtocol client. ## Installation ```sh cargo install mdbook ``` ## Modifying the content MdBook can automatically rebuild the content when it detects the changes. Run the following from the root to rebuild automatically: ```sh mdbook watch ``` To...
NEAR-Edu_nearandfar
.vscode settings.json README.md lerna.json package.json src .vuepress clientAppEnhance.js config.ts configs index.ts navbar en.ts index.ts sidebar en.ts index.ts public ...
# NEAR and FAR from _any_ Coding An introductory course to NEAR for non-programmers ## This is the project folder for the course website - built with [VuePress 2](//v2.vuepress.vuejs.org/) - used the [VuePress Mix Theme](//vuepress-theme-mix.vercel.app/) ### To run this site locally: - Clone this repo - Open yo...