repoName
stringlengths
7
77
tree
stringlengths
0
2.85M
readme
stringlengths
0
4.9M
freeCodeCamp_near-curriculum
.devcontainer devcontainer.json .github ISSUE_TEMPLATE BUG.md HELP.md .gitpod.yml .vscode settings.json README.md bash sourcerer.sh build-a-fortune-telling-smart-contract generate-seed.js get-fortune.js jsconfig.json package-lock.json package.json src fort...
# freeCodeCamp: NEAR Curriculum
JulioMCruz_WinnerApp-Near
README.md WinnerApp .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 common.ts enums.ts index.ts ...
WinnerApp 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 in `asse...
Learn-NEAR_NCD--todo
README.md as-pect.config.js asconfig.json command.md neardev dev-account.env node_modules .package-lock.json @as-pect assembly README.md assembly index.ts internal Actual.ts Expectation.ts ...
# universal-url [![NPM Version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Monitor][greenkeeper-image]][greenkeeper-url] > WHATWG [`URL`](https://developer.mozilla.org/en/docs/Web/API/URL) for Node & Browser. * For Node.js versions `>= 8`, the native implementation will be used. * ...
nearxchange_Frontend
README.md contract Cargo.toml README.md compile.js src lib.rs target .rustc_info.json debug .fingerprint Inflector-6a6e6be8f2e47224 lib-inflector.json autocfg-96dd2aedadd5121b lib-autocfg.json...
wallet-mall-project ================== 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` ...
near_superserial
.github ISSUE_TEMPLATE BOUNTY.yml workflows test.yml .vscode settings.json README.md deserialize.test.ts deserialize.ts mod.ts parse.test.ts parse.ts scripts build_npm.ts serialize.test.ts serialize.ts serializer.bench.ts serializer.ts symbol.ts
# superserial <p> <a href="https://npmcharts.com/compare/superserial?minimal=true"><img alt="Downloads" src="https://img.shields.io/npm/dt/superserial.svg?style=flat-square" /></a> <a href="https://www.npmjs.com/package/superserial"><img alt="Version" src="https://img.shields.io/npm/v/superserial.svg?style=flat-sq...
MusicFeast_backend
README.md contract marketplace Cargo.toml src external.rs lib.rs nft_callbacks.rs nft Cargo.toml src event.rs lib old.rs lib.rs lib_old_old.rs target .rustc_info.json ...
# backend
evgenykuzyakov_berry-hot
README.md contract Cargo.toml build.sh src account.rs card.rs lib.rs rating.rs request.rs trade.rs frontend package.json public index.html manifest.json robots.txt src App.js components BuyButton....
# TBD
jlogelin_NearPlayground
.dependabot config.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 example.spec.ts token.spec.ts as_types.d.ts index.ts tsconfig.json neardev shared-test-staging ...
Token Contract in AssemblyScript ================================ [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jlogelin/NearPlayground) <!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page --> This project contains an ...
hungng14_joining_event
client .eslintrc.json README.md next.config.js package.json pages api hello.ts public vercel.svg styles Home.module.css globals.css tsconfig.json contract .cargo config.toml Cargo.toml build.sh create-contract-id.sh ...
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev ``` Open [http://localhost:3000](http://localhost:3000) with your br...
NEARFoundation_near-tta-rust
.github workflows static.yml .vscode launch.json Cargo.toml rust-toolchain.toml src kitwallet mod.rs models.rs lib.rs lockup l.rs lockup_types.rs mod.rs main.rs tta ft_metadata.rs mod.rs models.rs sql ...
JuEnPeHa_contract_two
Cargo.toml src lib.rs
Near-Wall-e_social-recovery
.gitpod.yml README.md contracts alert-contract Cargo.toml README.md build.sh deploy.sh neardev dev-account.env src lib.rs email-service pom.xml src main java com example ...
# 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...
laptrinhbockchain_near-voting-app
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 model.ts tsconfig.json compile.js package.json neardev dev-account.env shared-test-staging ...
voting-app 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 in `ass...
iqbalbaharum_collabeat
.vscode extensions.json index.html package-lock.json package.json postcss.config.js public vite.svg src App.css adapter apollo.ts jsonrpc.ts assets icons addmusic.svg data NFT1155PatreonV1.json beats.json collabeat_abi.json nft....
kulame_nearswap
.eslintrc.js .vscode extensions.json settings.json index.html package-lock.json package.json postcss.config.js src App.css assets images arrow-down-blue.svg arrow-down-grey.svg arrow-right.svg blue-loader.svg circle-grey.svg ...
nearprotocol_cached
.idea misc.xml modules.xml vcs.xml workspace.xml .travis.yml CHANGELOG.md CONTRIBUTING.md Cargo.toml README.md examples basic.rs kitchen_sink.rs readme.sh src lib.rs macros.rs stores.rs tests cached.rs
Near fork of https://github.com/jaemk/cached crate with some optimizations.
nkemjikaobi_voting-app-near-protocol-contract
.gitpod.yml README.md babel.config.js contract README.md as-pect.config.js asconfig.json assembly Models contestant Contestant.ts election Election.ts ElectionManager.ts __tests__ as-pect.d.ts ...
voting-app-near-protocol 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...
near_near-light-client
.github workflows on_main.yml on_pull_request.yml Cargo.toml README.md api NEAR Light Client bruno.json bin client Cargo.toml src client message.rs mod.rs store.rs config.rs controller...
## Foundry **Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.** Foundry consists of: - **Forge**: Ethereum testing framework (like Truffle, Hardhat and DappTools). - **Cast**: Swiss army knife for interacting with EVM smart contracts, sending transacti...
near-hack-magic-powered_nft-social-network-ui
.env README.md config.xml hello config.xml package-lock.json package.json launch.json package.json public index.html manifest.json robots.txt src api comments.ts index.ts near.ts nfts.ts notifications.ts types.ts users.ts utils....
### This app created for test Singularity based project We use a basic Front-End technologies to show how we can implement Near SDK with Singularity-based Back-End API. We present this small mobile web app to show you, how you can share your NFT's view with othes.
longmans_leaflink-contract
Cargo.toml README.md src lib.rs
# leaflink A decentralized linkedin network with NEAR ## Test it ``` cargo test -- --nocapture ``` ## future features 1. Home page, personal profile page. 2. Display permission settings.
giraffekey_near-randomness-example
README.md contract Cargo.toml build.sh src lib.rs
# near-randomness-example A demonstration of random number generation in NEAR smart contracts written in Rust and compiled to WebAssembly.
mickeylan_first_contract
Cargo.toml README.md src lib.rs
# first_contract
Learn-NEAR-Hispano_NCD2--BlockLab
README.md as-pect.config.js asconfig.json assembly __test__ as-pect.d.ts index.unit.spec.ts as_types.d.ts index.ts models.ts tsconfig.json USUARIOS SERVICIOS COMENTARIOS VALORACIONES Métodos del smart contract de USUARIOS Métodos del smart contract de ANALITICAS neardev dev-accou...
argparse ======== [![Build Status](https://secure.travis-ci.org/nodeca/argparse.svg?branch=master)](http://travis-ci.org/nodeca/argparse) [![NPM version](https://img.shields.io/npm/v/argparse.svg)](https://www.npmjs.org/package/argparse) CLI arguments parser for node.js. Javascript port of python's [argparse](http://...
FarzeenKist_near-blog
README.md package.json public index.html manifest.json robots.txt smartcontract asconfig.json assembly as_types.d.ts index.ts model.ts tsconfig.json package-lock.json package.json scripts README.md bc.sh cb.sh cnd.sh ...
# near-blog # Near Blog Live URL: https://princeibs.github.io/near-blog
Innovation-Labs-Technical-Hub_near-core-contracts
.buildkite pipeline.yml README.md lockup-factory Cargo.toml README.md build.sh rustfmt.toml src lib.rs tests test_utils.rs types.rs utils.rs lockup Cargo.toml README.md build.sh src foundation.rs foundation_callbacks.rs ...
# Basic Multisig contract This contract provides: - Set K out of N multi sig scheme - Request to sign transfers, function calls, adding and removing keys. - Any of the access keys can confirm, until the required number of confirmation achieved. ## Multisig implementation details Mutlisig uses set of `FunctionCall...
hieple7985_my-near-cd
.gitpod.yml README.md contract README.md babel.config.json build.sh deploy.sh package.json src contract.ts tsconfig.json frontend App.js index.html index.js near-wallet.js package.json start.sh ui-components.js integration-tests package.json src ...
near-ts-template ================== This app was initialized with [create-near-app] Quick Start =========== If you haven't installed dependencies during setup: npm install Build and deploy your contract to TestNet with a temporary dev account: npm run deploy Test your contract: npm test If you hav...
near_devgigsboard-widgets
.devcontainer devcontainer.json post-create.sh .github ISSUE_TEMPLATE bug_report.md feature-request.md workflows continuous-integration-workflow.yml deploy-dev-testnet.yml deploy-prod-mainnet.yml promote-develop-to-main.yml .gitpod.yml CONTRIBUTING.md READ...
# 👋 Welcome to the NEAR DevHub <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END --> [NEAR DevHub](http://devgovgigs.near.social) is a decentra...
keypom_dao-bot
Cargo.toml README.md __tests__ auto-registration auto-reg-tests.ava.ts v1-auto-reg-tests.ava.ts utils general.ts types.ts build.sh deploy.sh neardev dev-account.env package.json src-skeleton ext_traits.rs lib.rs src-v1 ext_traits.rs lib.rs src ext_traits.r...
This is a DAO bot meant to facilitate auto-registration into DAOs by leveraging [Keypom Function Call Drops](https://docs.keypom.xyz/docs/next/Concepts/KeypomProtocol/GithubReadme/TypesOfDrops/fc-drops). To learn more, visit the [DAO tutorial](https://docs.keypom.xyz/docs/next/Tutorials/Advanced/daos/introduction).
NEARFoundation_trulioo-app
.vscode settings.json README.md docker docker-compose.yml package.json scripts build_ui.sh server package.json src config app.config.js cron.config.js trulioo.config.js helpers codeUtils.js createUniqueId.js hour...
# trulioo-app Frontend and backend for Trulioo KYC ## Requirements - node.js > v14 - yarn - mongodb - Optional: [MongoDB Compass](https://www.mongodb.com/try/download/compass) (In “Version” dropdown, you can choose Readonly) - For development: a tunnel tool such as [localtunnel](https://github.com/localtunnel/loca...
mxtsns_Hackathon-VBI-K10-2023_Backend
.gitpod.yml README.md integration-tests Cargo.toml src tests.rs target .rustc_info.json debug .fingerprint addr2line-668b4c37132c0996 lib-addr2line.json addr2line-c6a0f47de7151cc0 lib-addr2line.json ...
# TBD near-blank-project ================== This app was initialized with [create-near-app] Quick Start =========== If you haven't installed dependencies during setup: npm install Build and deploy your contract to TestNet with a temporary dev account: npm run deploy Test your contract: npm test If ...
marcus4guyen_igotfund
README.md contract README.md as-pect.config.js asconfig.json neardev dev-account.env package-lock.json package.json script add-project.sh deploy.sh dev-deploy.sh src as-pect.d.ts as_types.d.ts fund README.md ...
# Contract There are two main contracts: the fund contract and the project contract. Fund contracts create "child" contracts - project contracts. These can act as a factory, whereby a parent contract creates many child contracts. **Fund Contract** ```ts /** * In order to keep the contract working, at least 10 NEAR ...
near_finite-wasm
.github workflows fuzz.yml Cargo.toml benches instrument_all.rs build.rs deny.toml interpreter README.md winmake.bat src fuzzers compare_to_spec.rs mod.rs validity_invariants.rs validity_invariants_smith.rs gas config.rs error.rs mo...
# WebAssembly Reference Interpreter This repository implements a interpreter for WebAssembly. It is written for clarity and simplicity, _not_ speed. It is intended as a playground for trying out ideas and a device for nailing down the exact semantics, and as a proxy for the (yet to be produced) formal specification of...
gummi-vp_near-smart-contract-practice
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 ...
# near-smart-contract-practice A practice for modify a smart contract<br><br> www.patika.dev ## 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 ...
legendaryangelist_near-zoo-memory-game-sc
Cargo.toml src lib.rs userdata.rs
ikriam_dAppuesta
.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 tsconfig.json compile.js node_modules @as-covers assembly CONTR...
Overview [![Build Status](https://travis-ci.org/lydell/js-tokens.svg?branch=master)](https://travis-ci.org/lydell/js-tokens) ======== A regex that tokenizes JavaScript. ```js var jsTokens = require("js-tokens").default var jsString = "var foo=opts.foo;\n..." jsString.match(jsTokens) // ["var", " ", "foo", "=", "opt...
HadesHappy_T_rust_smart_contract
Cargo.toml src lib.rs
kharioki_Rust-Counter-Smart-Contract
Cargo.toml README.md src lib.rs
# Rust-Counter-Smart-Contract A simple smart contract that serves as a Counter, incrementing, decrementing and returning the counter value. This smart contract is written in the [Rust programming language](https://www.rust-lang.org/). ### Prerequisites - Install Rust - Create a NEAR account - for this example we us...
ngochieu642_near-vbi-k5-backend
.github PULL_REQUEST_TEMPLATE.md stale.yml README.md backend .commitlintrc.js .eslintrc.js CONTRIBUTING.md README.md jest.config.js nest-cli.json package-lock.json package.json src ApplicationConstants.ts app.module.ts framework-utils all-e...
# Local ## Frontend - [README](./frontend/README.md) ## Set up database & adminer - This will create a postgres container and an adminer container - This will also restore scripts inside `./sql` ```bash $ make dev-setup ``` - When you don't want the container (and their volume) to exist anymore ```bash $ make dev-te...
joundy_oracle-smartcontract
Cargo.toml build.sh dev-deploy.sh flags.sh neardev dev-account.env readme.md src lib.rs
kaanarslan1990_ncd-horoscop
README.md as-pect.config.js asconfig.json package.json scripts 2.create-zodiac.sh 3.zodiac-sign.sh 4.get-zodiac-with-id.sh 5.view-all-zodiac.sh README.md src as_types.d.ts tsconfig.json utils.ts zodiac __tests__ as-pect.d.ts index.unit.spec.ts ...
## 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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
konn0x_rarelim-unity-sdk
Assets RarelimUnity Scenes Near NEP177 Scripts PlayerController.cs Scripts Near Examples NEP177 DescriptionMetadataHandler.cs ExtraM...
# Rarelim Unity SDK This is the Unity SDK by [Rarelim](https://www.rarelim.com). [Check the docs](https://docs.rarelim.com) to learn more. Download the ZIP files, or [directly install in Unity with the Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html).
PrimerLabs_near-as-react-starter
.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 tsconfig.json package-lock.json package.json frontend App.js __mocks__ fileMock.js ...
near-blank-project ================== 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` f...
Martha-kwamboka_Fleet-management-system
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...
near_calibrator
.github ISSUE_TEMPLATE BOUNTY.yml Cargo.toml README.md data gcloud_io.txt imac_2017_ssd_io.txt linux_i5_ssd.txt src main.rs
## Validator machine calibration utility To make sure gas cost correlates with actual wall clock time we need to be able to calibrate machine and IO performance across different hardware and OSes. This utility measures those properties. ## Usage Use like this ```bash cargo install --git https://github.com/near/c...
near_fast-kv-store
.github ISSUE_TEMPLATE BOUNTY.yml Cargo.toml README.md src lib.rs main.rs tests benches.rs rocks_db_benches.rs tests.rs
# Introduction This is a POC code that we are experimenting with to help improve our storage performance. As such, the code here is quite messy. # High level explanation In short, it splits the file into sectors of 1MB each. Each sector is either a part of the hasthtable, a chunk of values, or a delmap. Hashtable i...
here-wallet_async_near
README.md async_near __init__.py account.py exceptions __init__.py execution.py provider.py models.py providers.py serializer.py signer.py transactions.py setup.py
<h1 align="center"> Near async rpc client </h1><br> ### JsonProvider Use JsonProvider to process api calls to NEAR rpc node `rpc_url` varies by network: - mainnet https://rpc.mainnet.near.org - testnet https://rpc.testnet.near.org - betanet https://rpc.betanet.near.org (may be unstable) - localnet http://localhost:...
near-smart-market_encode-open-track
.vscode settings.json README.md app frontend .eslintrc.json README.md hook windowSize.ts next-env.d.ts next.config.js package-lock.json package.json pages api ft_token.ts hello.ts ...
contract 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...
near_near-api-py
near_api __init__.py account.py providers.py serializer.py signer.py transactions.py setup.py test config.py test_account.py test_provider.py utils.py
love-and-coffee-archive_near-challenge-4
.eslintrc.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.js neardev shared-test-staging test.near.json shared-test ...
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!...
keypom_fydp-docs
.docusaurus @easyops-cn docusaurus-search-local default generated.js plugin-route-context-module-100.json client-manifest.json client-modules.js codeTranslations.json docusaurus-plugin-content-docs default plugin-route-context-m...
# FYDP Documentation One stop shop for Capstone design logbook and other stuff
Isack-321_election-dapp
Desktop Blockvote blockvote .gitpod.yml README.md babel.config.js contract README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts ...
blockvote ================== 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 f...
Marialegg_Artemis-Backend
Cargo.toml README.md build.sh src lib.rs
# Artemis - Backend Artemis - Backend
HorseXInsectCoder_near_rs_contract
.idea modules.xml vcs.xml .vscode settings.json asconfig.json assembly as_types.d.ts index.ts tsconfig.json hello.txt package.json
hskang9_aurora-cli-rs
Cargo.toml README.md default-config.json src cli aurora.rs erc20.rs mod.rs near.rs process_tx_data.rs solidity.rs client.rs config.rs eth_method.rs main.rs transaction_reader aggregator.rs filter.rs mod.rs utils.rs
<p>&nbsp;</p> <p align="center"> <img src="https://raw.githubusercontent.com/hskang9/aurora-cli-rs/main/img/aurora-cli-logo.png" width=500> </p> <p align="center"> <strong>An instant, zero-config Aurora engine operator</strong> </p> <br/> ## What is Engine? [Aurora](https://doc.aurora.dev/getting-started/aurora-eng...
near-everything_thing-creator
NOTES.txt README.md firebase.json package.json public index.html manifest.json robots.txt src App.css hooks useTypedNavigator.ts index.css logo.svg react-app-env.d.ts routes NavigationProps.ts services createThing.ts setupProxy.js utils tru...
# Thing Creator [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/near-everything/thing-creator) This is the front end for your Everything.Create.[YOUR TYPE] widget. ```json "scripts": { "dev": "pnpm start", "start": "react-scripts start", "build"...
near_react-snap
.github ISSUE_TEMPLATE BOUNTY.yml Bug_report.md Feature_request.md Support_question.md PULL_REQUEST_TEMPLATE.md renovate.json .travis.yml CHANGELOG.md Readme.md | doc alternatives.md an-almost-static-stack-optimization.md anatomy-of-js-static-website-generator.md ...
lostpebble_meteor-wallet-selector-example
index.html package.json public vite.svg readme.md src App.css WalletSelector.ts assets react.svg index.css vite-env.d.ts tsconfig.json tsconfig.node.json vite.config.ts
orkun51_LesNotes
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 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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
paul-cruz_HelpAFriend
README.md backend as-pect.config.js asconfig.json contract as_types.d.ts asconfig.json assembly index.ts model.ts tsconfig.json utils.ts package.json scripts 1.dev-deploy.sh 2.use-contract.sh 3.cleanup.sh ...
# 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...
marcelo-gonzalez_near-replayability
Cargo.toml migrations 20230302214607_init.down.sql 20230302214607_init.up.sql sqlx-data.json src apply_chunks.rs epoch_info.rs main.rs
near_borshj
.github ISSUE_TEMPLATE BOUNTY.yml .travis.yml CHANGES.md CREDITS.md README.md | TODO.md src main java org near borshj Borsh.java BorshBuffer.java BorshInput.java ...
# BorshJ [![Project license](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org) [![Discord](https://img.shields.io/discord/490367152054992913?label=discord)](https://discord.gg/Vyp7ETM) **BorshJ** is an implementation of the [Borsh] binary serialization format for Java (and Kotlin,...
NEAR-Team_ticket-show-fe
.eslintrc.json .github workflows dev.deploy.yml README.md components 404.js BuyTicket.js Countdown.js Footer.js Loading.js LoadingSection.js NavBar.js NearIcon.js Shows.js SvgWave.js Ticket.js UserLayout.js config near.config.js context app.context.js ...
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev ``` Open [http://localhost:3000](http://localhost:3000) with your br...
phamminh0811_Near-Smartcontract
Cargo.toml build.sh src lib.rs target .rustc_info.json debug .fingerprint Inflector-246735fe249e5da4 lib-inflector.json ahash-3dae64bd650c4e11 lib-ahash.json ahash-4dd6b377e912496d lib-ahash.json aho-cora...
korayguzel_my-near-repo
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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
NEAR-Portuguese-Community_contract-examples
README.md tic-tac-toe README.md asconfig.json assembly __test__ as-pect.d.ts main.spec.ts main.ts model.ts package.json script.sh src index.js tips-with-fee-contract README.md asconfig.json assembly main.ts package-l...
# Exemplos de Contratos ``` npm install --save near-sdk-as npm install --save near-api-js@0.36.0 dotenv js-sha256 ``` # Transações Com Taxa Para dar deploy na testnet: ``` npx asb near dev-deploy ./out/main.wasm ``` Para chamar a função da cli: ``` near call CONTRACT-ID buyACoffee '{"receiver": "RECEIVER-NETWORKID...
near-everything_mintbase-grants-program
.github pull_request_template.md CODE_OF_CONDUCT.md README.md applications application-template.md the_everything_project.md | docs T&Cs.md accepted_grant_applications.md announcement-guidelines.md ecosystem.md faq.md grant_guidelines_per_category.md milestone-deliverables-guidel...
# Mintbase Grants Program<!-- omit in toc --> <p align="center"> <img src="src/Grants_Program.png" style="width:1300px";> </p> - [:wave: Introduction](#wave-introduction) - [Guidelines](#guidelines) - [Project Ideas](#project-ideas) - [Support](#support) - [Team](#team) - [:level_slider: Levels](#level_slid...
IMA-G_Wallet-example
.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...
juno-labs_mars-minter
.vscode settings.json README.md example-assets jsons 0.json 1.json 2.json 3.json 4.json example-mars-minter-config.json example-media-uri-list.json example-whitelist-addresses.json package.json src helpers nearUtils.ts upload.ts verification.ts...
# Mars Minter Want to launch your own project on NEAR? Mars Minter makes it easy. Feel free to make contributions to the code. ## Steps needed to launch a project 1. Have assets/art ready (this is on you, anon) 2. Verify and Upload assets 3. Deploy contract 4. Add whitelisted users (optional) 5. Connect to your fron...
phongnguyen2012_simple-near-amm-ver2
Cargo.toml build.sh deploy.sh src account.rs core_impl.rs ft_receiver.rs internal.rs lib.rs share.rs util.rs
nearvndev_nft-market-tutorial-frontend
.gitpod.yml .idea misc.xml modules.xml workspace.xml README.md babel.config.js develop.env package.json src App.js __mocks__ fileMock.js assets logo-black.svg logo-white.svg components ModalSale.js ModalTransferNFT.js ModelMintNFT.js config...
nft-market-frontend ================== Step 1: Config! --------------- Change NFT_CONTRACT_NAME and MARKET_CONTRACT_NAME in: config.js Step 2: Storage deposit in MARKET CONTRACT! --------------- One command: near call MARKET_CONTRACT_NAME storate_deposit --accountId ACCOUNT_ID --deposit 0.01 Step 3: Test!...
neariotfoundation_neariot_web
.eslintrc.json README.md backed config.js util.js web3Connector.js components Form style.js Header lnc.svg styles.js helpers Utils.ts types.ts next-env.d.ts next.config.js package-lock.json package.json postcss.config.js public col-chart.svg line-chart.svg ...
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev ``` Open [http://localhost:3000](http://localhost:3000) with your br...
Learn-NEAR_NCD--GrantaNear
README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts as_types.d.ts index.ts models Proyecto.ts tsconfig.json neardev dev-account.env package.json
# GrantaNear :handshake: GrantaNear es un smart contract de Near protocol, el cual permite que los developers de el ecosistema Near puedan dar a conocer sus proyectos a fin de estar entre los mas votados para que lleguen a ser fondeados para el desarollo de estos. Este smart contract permite: - Añadir un proyecto usa...
kalloc_near-witgen-template
Cargo.toml README.md build.sh dev-deploy.sh dummy_witgen Cargo.toml src lib.rs package.json src lib.rs test.ts ts contract helper.ts index.ts
## Requirements ### Install witme ```bash cargo install witme --version 0.2.6 ``` ### build example ```bash yarn && yarn build:all ``` ## Usage ```bash yarn run deploy && yarn run test ``` Expected result: ``` y@sweet ~/learn/near/witgen-template[master] $ yarn run deploy test yarn run v1.22.18 $ ./dev-deploy.s...
phongnguyen2012_non-fungible-token
Cargo.toml README.md approval-receiver Cargo.toml src lib.rs integration rs Cargo.toml src tests.rs nft Cargo.toml src lib.rs scripts build.bat build.sh flags.sh src lib.rs token-receiver Cargo.toml src lib.rs
# non-fungible-token(NFT) This repository includes an example implementation of a non-fungible token contract which uses near-contract-standards and simulation tests. ## Building this contract Run the following, and we'll build our rust project up via cargo. This will generate our WASM binaries into our res/ directory....
esaminu_test-boilerplate-template-rs
.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-web.yml deploy.yml labels.yml ...
<h1 align="center"> <a href="https://github.com/shelegdmitriy/test-boilerplate-template-rs"> <!-- Please provide path to your logo here --> <img src="docs/images/pagoda_logo.svg" alt="Logo" width="100" height="100"> </a> </h1> <div align="center"> Test Rust Boilerplate Template <br /> <br /> <a hre...
Proyectos-NCD_RUVaxx
.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!...
PrimeLabCore_Data-Platform
README.md _updated README.md app __init__.py controllers __init__.py pages.py forms.py static css bootstrap-3.0.0.min.css bootstrap-theme-3.0.0.css bootstrap-theme-3.0.0.min.css fo...
## Flask Boilerpate - updated! Starter App, powered by Real Python ### Quick Start Clone the repo, then: ```sh $ git remote rm origin $ git remote add origin <the location of my new git repository> $ git push -u origin master ``` ## Run ```sh $ make server ``` [![License](https://img.shields.io/badge/License-Apac...
maxhr_near--create-near-app
.eslintrc.yml .github dependabot.yml workflows assign-issues.yml linter.yml test-e2e.yml test-matrix.yml .gitpod.yml CODE_OF_CONDUCT.md CONTRIBUTING.md README.md index.js jest.config.js package-lock.json package.json src app.js app.ts checks.js checks.ts make....
NEAR blank project 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 co...
NEAR-Analytics_devSnoopyBOS
readme.md
Learn-NEAR-Club_near-answer-rewad
README.md contract Cargo.toml README.md src lib.rs frontend App.js __mocks__ fileMock.js app jumbotron-narrow.css assets css global.css img logo-black.svg logo-white.svg js near co...
near-blank-project 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 liv...
near-hackathon-luciferius_challenge-6-resources
README.md animals1.svg animals2.svg animals3.svg animals4.svg animals5.svg
# challenge-6-resources Image resources for simple NFTs <a href='https://www.freepik.com/vectors/animal-collection'>Animal collection vector created by freepik - www.freepik.com</a>
andreykobal_Amber-mint-page
.github workflows deploy.yml .graphqlrc.yml .vscode extensions.json README.md config i18n README.md en.json es.json zh.json images bg-blue-curve-2.svg bg-blue-curve.svg bg-blue-end-left.svg bg-gradient-curve-2.svg bg-gradien...
# TENK NFT Launch Landing Page Template Welcome to your new TENK NFT Launch Landing Page! This codebase gives you everything you need to make a simple-but-powerful landing page for your NFT project with near-zero custom code. Out-of-the-box, you get: * Super fast page loads using a Static Site Generator called [Gatsb...
mikenevermindng_Token-factory-ui
.gitpod.yml README.md babel.config.js package.json src App.js __mocks__ fileMock.js assets logo-black.svg logo-white.svg components TokenCard index.js style.css TokenCreateForm index.js style.css config.js co...
connesus ================== 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 fu...
kinnevo_ss_integrated
Contract Cargo.toml README.md src lib.rs target .rustc_info.json debug .fingerprint Inflector-9e3c62115074b9cf lib-inflector.json ahash-0a0daad929529b52 lib-ahash.json ahash-52fa61...
# sharingshard What is a Knooget? It is a knowledge capsule that allows sharing information, connecting with people, and provoking a learning experience that holds a value enhanced by people's interaction to nurture the knowledge embedded in the capsule. Digital videos hold a tremendous amount of information. The kn...
JorgeCastilloOrduz_Perich
README.md apps Elgamal.py NEAR.py RSA.py Rabin.py __init__.py add_ipfs.sh afin.py build.sh config.py controllers galery_controller.py hill.py mint.sh new_certificate.sh new_token.sh nft_tokens_for_owner.sh permutation.py routes.py shift.py ...
# Statuses [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Node.js Version][node-version-image]][node-version-url] [![Build Status][travis-image]][travis-url] [![Test Coverage][coveralls-image]][coveralls-url] HTTP status utility for node. This module provides a list of sta...
HeartyMoriarty_escrow-contract
Cargo.toml src lib.rs
musuysal_near-web3-bootcamp-phase-1
README.md as-pect.config.js asconfig.json neardev dev-account.env node_modules .bin asb.cmd asb.ps1 asbuild.cmd asbuild.ps1 asc.cmd asc.ps1 asinit.cmd asinit.ps1 asp.cmd asp.ps1 aspect.cmd aspect.ps1 assembly...
# create-hash [![Build Status](https://travis-ci.org/crypto-browserify/createHash.svg)](https://travis-ci.org/crypto-browserify/createHash) Node style hashes for use in the browser, with native hash functions in node. API is the same as hashes in node: ```js var createHash = require('create-hash') var hash = createH...
locify_locify-baseline-config
README.md dev-preview-rtb-portal client Cargo.toml build.sh src lib.rs testnet.sh contract Cargo.toml build.sh src lib.rs testnet.sh package-lock.json package.json src app.css app.d.ts app...
# 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...
langorn_missing-person-board
Cargo.toml mpb-react README.md package.json public index.html manifest.json robots.txt src App.css App.js App.test.js components Bulletin.js BulletinList.js CreateBulletin.js config.js index.css ...
# 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_balancer-core
.circleci config.yml .github ISSUE_TEMPLATE BOUNTY.yml .solcover.js .solhint.json Audit.md README.md lib calc_comparisons.js manticore TBPoolJoinExit.py TBPoolJoinExitNoFee.py TBPoolJoinPool.py migrations 1_initial_migration.js 2_deploy_factories.js package.json test factory....
<p align=center> <img width="128px" src="https://balancer-labs.github.io/pebbles/images/pebbles-pad.256w.png" alt="balancer pebbles logo"/> </p> <p align="center"> <a href="https://circleci.com/gh/balancer-labs/balancer-core"> <img src="https://circleci.com/gh/balancer-labs/balancer-core.svg?style=svg&circle-tok...
ninedragonlabs_near-status-message
.github dependabot.yml workflows tests.yml .gitpod.yml .travis.yml Cargo.toml README-Gitpod.md README-Windows.md README.md borsh.js frontend App.js config.js index.html index.js package-lock.json package.json src lib.rs test.bat test.js test.sh tests-ava README.md __tests__ ...
Status Message ============== [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/near-examples/rust-status-message) <!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page --> This smart contract saves and records the status me...
pagoda-gallery-repos_ipfs-test-2
.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 lint.yml lo...
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) and [`tailwindcss`](https://tailwindcss.com/docs/guides/nextjs). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev ``` ...
Lapo4kaKek_chess-on-the-blockchain
near-chess-master .gitpod.yml .travis.yml README.md as-pect.config.js asconfig.js assembly __tests__ as-pect.d.ts chess.spec.ts main.ts model.ts tsconfig.json babel.config.js neardev default lapo4kakek.testnet.js...
nfticket 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...
ilyar_near-merge-data
.cargo audit.toml config.toml .github workflows contract.yml Cargo.toml readme.md src lib.rs tests integration main.rs merge_test.rs utils.rs
esaminu123_console-boilerplate-template-rs-local-copy-6
.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...
phamvmnhut_near-started
.gitpod.yml README.md babel.config.js contract Cargo.toml README.md compile.js src lib.rs package.json src .env App.js __mocks__ fileMock.js assets logo-black.svg logo-white.svg config.js global.css index.html index.js jest.init.js ...
demo_app ================== Quick Start =========== Exploring The Code ================== 1. The "backend" code lives in the `/contract` folder. See the README there for more info. 2. The frontend code lives in the `/src` folder. `/src/index.html` is a great place to start exploring. Note that it loads in `/sr...
onchezz_near_wordchaser
.github workflows Wordchaser.yml Cargo.toml README.md build.sh deploy.sh dev-deploy.sh init-args.js rustfmt.toml src data.rs how_play.rs lib.rs
# NEAR Wordchaser Smart Contract This is game smart contract to test your english knowledge to know words that lets you choose a word then gives an exmaple and meaning you can give a solution from the example and meaning given ## Tools Required Ensure `near-cli` is installed by running: ``` near --version ``` If n...
mrpejker_vhype-back
.eslintrc.json README.md __mocks__ carbites.js __tests__ test.server.sh abis events-abi.json components header header-menu.ts constants analytics-events.ts endpoints.ts webapp-urls.ts contracts hardhat.config.js package-lock.json package.json scripts deploy.js...
<p align="center"> <img src="brands.png" alt="Vself Ninja"/> </p> # vSelf for brands ## Overview Current repository contains source code of vSelf web application compatible with Arbitru. The available fuctionality is to set up custom SBT giveaway, distribute SBT reward using claim link or QR code, check claim an...
juliusalmighty_disaster-girl
.github dependabot.yml workflows tests.yml .gitpod.yml Cargo.toml README-Windows.md README.md build.bat build.sh flags.sh nft Cargo.toml src lib.rs res README.md test-approval-receiver Cargo.toml src lib.rs test-token-receiver Cargo.toml src lib.rs tes...
# Folder that contains wasm files Non-fungible Token (NFT) =================== [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/near-examples/NFT) This repository includes an example implementation of a [non-fungible token] contract which uses [near-contract-stand...
Learn-NEAR-Club_NCD-05--near-merge-data
.cargo audit.toml config.toml .github workflows contract.yml Cargo.toml readme.md src lib.rs tests integration main.rs merge_test.rs utils.rs