repoName
stringlengths
7
77
tree
stringlengths
0
2.85M
readme
stringlengths
0
4.9M
andreykobal_amber-frontend-2
.gitpod.yml README.md babel.config.js contract Cargo.toml README.md compile.js src lib.rs target .rustc_info.json debug .fingerprint Inflector-43feca6693eacde7 lib-inflector.json autocfg-ce7784e1ec7b4471 ...
holy-cube-amber ================== 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 ...
LanNhi1997_Challenge-3-social-good-bounty
.gitpod.yml README.md babel.config.js contract Cargo.toml src lib.rs 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 pages Home.js...
near-hack-challenge-4 ================== 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...
open-web-academy_proof-of-reputation-contract
Cargo.toml README.md blobs.json build.sh flags.sh src approval.rs enumeration.rs events.rs internal.rs lib.rs metadata.rs mint.rs nft_core.rs royalty.rs tests.rs xcc.rs
Proof Of Reputation NFT Compile and deploy contract Contract: ./build.sh Once the contract is compiled and deployed, you must change the CONTRACT and USER_ACCOUNT to the corresponding ones: export NEAR_ENV=mainnet export NEAR_ENV=testnet CONTRACT=proof-of-reputation.near USER_ACCOUNT=yairnava.near Contract Ini...
nearvndev_uit-ecommerce-contract
Cargo.toml README.md build.sh src ft_contract.rs lib.rs order.rs
# UIT Payment Smart contract Application Design: [Ecommerce Payment user flow](https://drive.google.com/file/d/1ilBGG7hfkx7r6KzQy_6cEiHJqQlcSf6w/view?usp=sharing) Prerequires - NodeJS - Near CLI - Rust/Rustup and Wasm Actions 1. Create new account in testnet ``` export CONTRACT_ID=uit-payment-contract.vbidev.testne...
modelomaker812_testing-stuffs
.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 workflows build.yml lock.yml stale.yml README.md contract README.md babel.config.json ...
<h1 align="center"> <a href="https://github.com/near/boilerplate-template"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/near/boilerplate-template/main/docs/images/pagoda_logo_light.png"> <source media="(prefers-color-scheme: light)" srcset="https://...
nativoart_minter
CODE_OF_CONDUCT.md CONTRIBUTING.md Cargo.toml README.md blobs.json build.sh flags.sh migrate.sh src approval.rs enumeration.rs events.rs internal.rs lib.rs metadata.rs migrate.rs mint.rs nft_core.rs royalty.rs
# Nativo NFT - Minter contract - Readme Nativo NFT es un mercado secundario y primario de NFTs creado sobre NEAR Protocol que permite a sus usuarios crear, vender y revender los NFTs que definan. ![Logo](https://v2.nativonft.app/static/media/nativologocrop.15afa4d2.png) # A way to use the Nativo Minter SC from CLI ...
marco-sundsk_buildlinks_near_redbag
README.md contracts blredbag Cargo.toml README.md build.sh src internal.rs lib.rs redbag Cargo.toml README.md build.sh src lib.rs frontend src .env README.md babel.config.js pa...
# BuildlinksRedbag4Near contract BuildlinksRedbag4Near contract allows any user to create a redbag that their online group friends can grab to claim tokens even if they don't have an account yet. Play with this contract ======================== the contract is deployed at testnet with the name `rb01.testnet` you can...
jasperdg_basic-faucet
README.md package-lock.json package.json public index.html manifest.json robots.txt src App.css App.js App.test.js constants.js index.css index.js logo.svg serviceWorker.js setupTests.js
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.<br /> Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will r...
NearNet_transfer-near-token
.idea aws.xml inspectionProfiles Project_Default.xml modules.xml vcs.xml README.md package.json send-tokens-deconstructed.js send-tokens-easy.js
Constructing transactions on NEAR === This repository serves to demonstrate how transactions are created, signed, and sent to the NEAR blockchain. Users are able to send `NEAR` token to any users with private key. ## Prerequisites: - Current version of [Node.js](https://nodejs.org/). >=v14.0.0 ### Install NEAR-CLI ...
evgenykuzyakov_workshop
Cargo.toml README.md rect::tests::test_rect_complex stdout README_RU.md README_Windows.md build.sh build_for_real.sh call.sh deploy.sh draw_art.sh src art.rs circle.rs hardcore.rs invert.rs lib.rs rect.rs test.sh win build.bat build_for_real.bat call.bat deploy.bat draw_art.b...
# Berry Club Bot Workshop This is a workshop to cover basics of NEAR Protocol smart-contracts written in Rust. ## Support * Telegram: [https://t.me/neardev](https://t.me/neardev) * Discord [https://near.chat](https://near.chat) * Docs: [https://docs.near.org/](https://docs.near.org/) ## Preparation ### Install req...
inc4_rust-near-template
Cargo.toml src account.rs contract.rs lib.rs misc.rs storage.rs storage_management.rs storage_tracker.rs tests automation mod.rs storage_management_test.rs utils.rs common mod.rs mod.rs storage_management_tes...
moritzfelipe_near-marketplace-04
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...
# 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...
omarr45_near-101-contract
README.md asconfig.json assembly as_types.d.ts index.ts model.ts tsconfig.json package.json
# 👨🏻‍💻 near-101-contract ## The smart contract code for my near-101 project "The Quotes Archive" You can find the frontend code [here](https://github.com/omarr45/quotes-archive) <br> You can also find the deployed version demo [here](https://omarr45.github.io/quotes-archive/) ## Folder Structure ``` my-document/ ...
MarmaJFoundation_pixelparty-website
.babelrc.js CODE_OF_CONDUCT.md README.md bc js colorpicker.js drawboard.js localstorage.js near-util.js pixboard.js components common BuyModal.js CancelModal.js HistoryModal.js IntroModal.js Modal.js SellModal.js Spi...
<h1 align="center">pixelparty-website</h1> ## What is PixelParty? PixelParty is an NFT Frame showcase built on the NEAR Protocol with a total supply of 600 tokens. Each token you own, allows you to draw on a 20x20px frame. You could buy several connected frames to draw a larger frame. #### Webiste: https://pixelpart...
nategeier_yeet-vill
README.md config paths.js presets loadPreset.js webpack.analyze.js webpack.development.js webpack.production.js package.json public index.html manifest.json robots.txt src App.js components Editor AddModal.js CreateModal.js ...
# NEAR Discovery (BOS) ## Setup & Development Initialize repo: ``` yarn ``` Start development version: ``` yarn start ``` ## Component example Profile view ```jsx let accountId = props.accountId || "eugenethedream"; let profile = socialGetr(`${accountId}/profile`); ( <div> <img src={profile.image.url}/> ...
NearDeFi_ft-with-updatable-meta
Cargo.toml build.sh src lib.rs
MoonBaseDAO_clone_clickup
.eslintrc.json README.md as-pect.config.js asconfig.json contract as_types.d.ts asconfig.json assembly index.ts scripts run.sh tsconfig.json utils.ts near near-setup.js next.config.js package.json pages _app.js api hello.js index.js public vercel.svg s...
# Near NextJS Boilerplate This is a Next JS app with Near Api bootstrapped! # Getting Started In order to run the development server run: yarn dev This will start the front-end at port ***localhost:3000*** ## Building and Deploying the contract The contract is located in under the ***contract/assembly***...
keypom_keypom-js
.changeset README.md config.json .eslintrc.base.yml .eslintrc.js.yml .eslintrc.ts.yml .github workflows main.yml README.md package.json packages core README.md lib index.d.ts index.js lib balances.d.ts balances.j...
<p align="center"> <a href="https://docs.keypom.xyz/"> <picture> <img src="https://cloudflare-ipfs.com/ipfs/bafybeightypuoqly32gsrivh4efckhdv6wsefiynpnonlem6ts3ypgdm7e" height="128"> </picture> <h1 align="center">Keypom Wallet Selector</h1> </a> </p> <p align="center"> <a aria-label="Made by Be...
OSTOLEX-Technologies_monopoly-contract
.gitpod.yml .idea modules.xml vcs.xml README.md contract Cargo.toml README.md build.sh deploy.sh src account.rs enumerable.rs game.rs lib.rs storage_tracker.rs integration-tests Cargo.toml src tests.rs package-lock.json package.json
# 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...
hackathon412_NEAR-Exchange-Blockchain
README.md contract Cargo.toml build.sh deploy.sh deploy_testnet.sh env.sh events Cargo.toml src lib.rs orderbook-rs Cargo.toml README.md src bin example.rs engine domain.rs ...
# NEAR-Exchange-Blockchain ## Orderbook contract deployment near dev-deploy contract.wasm ## Orderbook contract init near call $ORDERBOOK new '{"owner_id": "'$ORDERBOOK'"}' --accountId $ORDERBOOK ## Orderbook create market near call $ORDERBOOK create_market '{"req":{"market": "BTC-USDT", "base_ft":"btc1.fs...
khanhhuy-bkdn_my-phone-contract-rust
Cargo.toml src lib.rs
GopherJ_near-riddles
.gitpod.yml README.md babel.config.js contract Cargo.toml README.md compile.js src lib.rs copy-dev-account.js jest.config.js package.json src assets logo-black.svg logo-white.svg config.js global.css main.js utils.js tests unit Notification.spec.js...
near-otc 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...
mayank-1224_e-ballot
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.json src App.js Com...
blockvote 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...
leohhhn_near_factory
.gitpod.yml README.md contract Cargo.toml README.md build.sh deploy.sh src ft lib.rs lib.rs integration-tests Cargo.toml src tests.rs package-lock.json package.json
# 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...
Learn-NEAR-Hispano_NCD2L1--GambleControl
.cache 08 5056d537aa053fa586dd4803383b29.json 0e 607cb31d9b1009c9821fa44f8ab19e.json 16 476976cbb5ee7768a57abdf63fd1e8.json 17 1e1e129432d32e2a10bd42cab75005.json 1c 1445ac789a57e85c1febbb7e489f0d.json 93ec60f381cac738a6df5ad863771f.json 1e ...
# y18n [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![NPM version][npm-image]][npm-url] [![js-standard-style][standard-image]][standard-url] [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.o...
mikedotexe_near-collections-issue
Cargo.toml build.sh src lib.rs test.sh
Lightency-io_NearCon-2023
README.md REC_Platform .eslintrc.js .github actions build_id action.yml workflows deploy-master.yml lint-and-test.yml preview.yml release.yml README.md common autoinstallers rush-prettier ...
<h1 align="center"> <br> <a href="https://www.energyweb.org/"><img src="https://www.energyweb.org/wp-content/uploads/2019/04/logo-brand.png" alt="EnergyWeb" width="150"></a> <br> EnergyWeb Origin <br> <h2 align="center">Exchange Client</h2> <br> </h1> <h1 align="center"> <br> <a href="https://www.ener...
esaminu_someOtherRustStarter
.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...
mileself_NEAR-and-Patika.dev-First-Project
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 ...
bs58 ==== [![build status](https://travis-ci.org/cryptocoinjs/bs58.svg)](https://travis-ci.org/cryptocoinjs/bs58) JavaScript component to compute base 58 encoding. This encoding is typically used for crypto currencies such as Bitcoin. **Note:** If you're looking for **base 58 check** encoding, see: [https://github.c...
near_metabuidl-profiles
.github ISSUE_TEMPLATE BOUNTY.yml README.md
# Team Matching board: BUIDLERS This repository is [OpenWeb Job Board](https://jobs.openweb.dev/) fork, it hold buidlers & creators profiles for [NEAR Protocol](https://near.org) [METABUIDL Global Hachathon](https://metabuidl.splashthat.com/). All profiles organized in [its issues](https://github.com/near/metabuidl-pr...
mustafater_Near-Bookstore
README.md 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 simple __tests__ as-pect.d.ts index.unit.spec.ts asconfig.json assembly index.ts...
# Near Project Book Store In this project, renting or buying books using near tokens with an imaginary bookshop. Another goal is to be environmentally conscious by using more than one book. ### Loom Video https://loom.com/share/970cbb5a4e39468197ab8f3c19cc8eb6 ## Build and devDeploy ``` yarn yarn build:release nea...
k3rn3lpanicc_NEAR-Droplinked-Contract
NEARCLI .rustc_info.json Cust.json Deployer.json Prod.json Pub.json README.md deploy.bat docs GUIDE.en.md GUIDE.ru.md NEW_NEAR_CLI_INTERFACE.md README.en.md README.ru.md media create-account.svg view-account.svg ...
# NEAR-Droplinked-Contract Droplinked contract implementation on NEAR protocol # NEAR CLI near-cli is your **human-friendly** companion that helps to interact with [NEAR Protocol](https://near.org) from command line. Just run `near-cli` and let it guide you through! <p> <img src="docs/media/create-account.svg" alt...
JoseGabriel-web_NearNFTArtists
README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts tests.spec.ts as_types.d.ts index.ts models Artist.ts tsconfig.json utils.ts neardev dev-account.env package-lock.json package.json scripts cleanup.sh dev-deploy.sh
# :art: NearNFTArtists NearNFTArtists is an smart contract on the Near Protocol blockchain which allows the creation of an NFT artist profile and for people looking to hire these artists to do so through this smart contract. We make possible: - The creation of a NFT artist profile. - The list of artists. - The availi...
near_corgis
.github ISSUE_TEMPLATE BOUNTY.yml workflows corgis-nft.yml .gitpod.yml .vscode settings.json README.md contract Cargo.toml README.md build.rs config.json methods.json src corgi.rs dict.rs lib.rs tests.rs package.json src .sassrc.js ...
# Corgis contract ## Interacting with Corgis contract The Corgis contract is located in the `contract` folder. It is written in Rust. Here is an overview on how to develop NEAR contracts using Rust: <https://docs.near.org/docs/develop/contracts/rust/intro> ## Building Run the following to build the Corgis contract...
leomanza_trust-me-frontend
.eslintrc.json README.md lib near.ts next-env.d.ts next.config.js package-lock.json package.json pages api hello.ts public vercel.svg styles Home.module.css globals.css tsconfig.json vercel.json
# NEAR NCD Bootcamp - Level 2 :: 1-day course on building full stack dApps on NEAR This repository contains an implementation of the front-end and NEAR protocolor interaction via RPC API. The smart contract to interact is the one implemented on the NCD Bootcamp - Level 1. [TrustMe Smart Contract](https://github.com/le...
esaminu123_console-boilerplate-template-unauth-1234
.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...
geetaagrawal25_NearSC
Cargo.toml src lib.rs
mhassanist_ukraine-ntfs
README.md package.json src App.js config.js index.html index.js
# Ukraine NFTs This repo is the frontend code for Ukraine NFT Project # Sample Usage ## Install dependencies yarn ## Build yarn build ## Run yarn start
mingderwang_confluence-forge-app
README.md manifest.yml package.json tsconfig.json
# Forge Hello World (Typescript) This project contains a Forge app written in Typescript that displays `Hello World!` in a Confluence macro. See [developer.atlassian.com/platform/forge/](https://developer.atlassian.com/platform/forge) for documentation and tutorials explaining Forge. ## Requirements See [Set up Fo...
Mark-Tevin_supermarket-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...
Grants-Projects_reits-africa-mobile
.eslintrc.js .expo-shared assets.json .prettierrc.js .vscode settings.json App.js README.md app.json app components assetCard assetCard.js backButton backButton.js basePageLayout.js basePageLayout.js bottomNavigation bottomNavig...
# reits-africa-mobile This is the reits africa mobile app built with react native
esaminu_test-rs-boilerplate-106m
.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...
jumpsiegel_near-rps
Cargo.toml NOTES.md package-lock.json package.json reset.sh src lib.rs test.js
nikola43_NearCounterRust
.github dependabot.yml workflows tests.yml .gitpod.yml .theia settings.json .travis.yml README-Gitpod.md README.md contract Cargo.toml src lib.rs frontend assets css global.css js main.js near config.js ...
Counter example in Rust ================================= [![Open in Gitpod!](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/near-examples/rust-counter) <!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page --> ## Description This contrac...
markAtGoingUP_goingup-contracts
README.md contracts readme.md data membership whitelist.json mock goingup-project.json environment.d.ts hardhat.config.ts metadata membership-nft output 1.json 10.json 100.json 101.json 102.json 103.json ...
# goingup-contracts ## Commands 1. Deploy accounts proxy ```npx hardhat run scripts/deploy-accounts-proxy.js --network polygonMumbai```
johndoddsjr_NCD-near-discord-link
README.md __tests__ as-pect.d.ts index.unit.spec.ts assembly index.ts package.json scripts 1.dev-deploy.sh 2.use-contract.sh 3.cleanup.sh README.md www hashId.php images bot.svg index.html lib near-api-js.js linkAccounts.php mysql create-tables...
## 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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
Learn-NEAR-Hispano_NCD4L1--Blogchain
README.md contract as-pect.config.js asconfig.js assembly __tests__ as-pect.d.ts context.json main.spec.ts as_types.d.ts main.ts models.ts tsconfig.json package.json frontend BlogChain about.html assets ...
# NEAR-bootcamp-blogchain Este es el proyecto para el NCD L1, un bootcamp sobre el blockchain NEAR. Integrantes: ⚜ [EliezerLopezS](https://github.com/EliezerLopezS) ⚜ [Gabo9678](https://github.com/Gabo9678) ⚜ [nikoturin](https://github.com/nikoturin) ⚜ [snchzantonio](https://github.com/snchzantonio) ⚜ [St...
gagdiez_meta-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.json src app.ts make.ts messages.ts package-json.ts tracking.ts ...
# Coin Flip Contract The smart contract implements a flip coin game in which the player tries to guess the next outcome. The player gets a point on each correct guess, and losses one for each wrong one. ```ts function simulateCoinFlip(): Side { const randomString: string = near.randomSeed(); return randomString.c...
near_bounties
.github ISSUE_TEMPLATE bounty.md gitcoin-bounty.md README.md
***UPDATE:** This repo is deprecated, please use [Gigs Board](https://devgovgigs.near.social) to submit your ideas, request funding, and sposor others.* # Bounties *formerly "/rfp"* These are specifications for work that helps NEAR and the NEAR ecosystem. The Issues tab will list each of these and their labels will ...
near-examples_rust-collections
.vscode settings.json contract Cargo.toml build.sh src lib.rs package-lock.json package.json scripts execute.js maps lookup_map.js tree_map.js unordered_map.js sets lookup_set.js unordered_set.js vector.js sheets raw_data.json
malcacorp_Charityimpact-Open-source
NEAR DONATION .github scripts runfe.sh workflows readme.yml tests.yml .gitpod.yml README.md contract README.md build.sh deploy.sh package-lock.json package.json src contract.ts mod...
hemanth-431_Semester-Registration
README.md Validity.html blockchain.html blockheadvote .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 in...
Browser-friendly inheritance fully compatible with standard node.js [inherits](http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor). This package exports standard `inherits` from node.js `util` module in node environment, but also provides alternative browser-friendly implementation through...
mahmudsudo_MHT-near-contract
Cargo.toml scripts build.sh call.sh deploy.sh src lib.rs
matsblock_RustNearExample
Cargo.toml README.md src lib.rs main.rs
# RustNearExample https://docs.near.org/docs/develop/contracts/rust/near-sdk-rs
maxdeviant_linear-sdk
CHANGELOG.md Cargo.toml README.md crates linear_sdk Cargo.toml README.md src client.rs client_generated.rs core.rs core types.rs types api_key.rs graphql.rs graphql ...
# linear_sdk A Linear SDK for Rust. ## Development ### Update GraphQL Schema ``` graphql-client introspect-schema https://api.linear.app/graphql --output schema.json ``` ### Run GraphQL Codegen ``` graphql-client generate --schema-path=schema.json --custom-scalars-module='crate::graphql::custom_scalars' --respons...
ismaelsousa_solana-figment
.gitpod.yml .prettierrc.json README.md __test__ avalanche.test.ts polygon.test.ts secret.test.ts solana.test.ts components protocols avalanche components index.ts lib index.ts celo components index.ts...
Based on: MetaCoin tutorial from Truffle docs https://www.trufflesuite.com/docs/truffle/quickstart SimpleStorage example contract from Solidity docs https://docs.soliditylang.org/en/v0.4.24/introduction-to-smart-contracts.html#storage 1. Install truffle (https://www.trufflesuite.com/docs/truffle/getting-started/insta...
PrinceDisant_starter--near-sdk-as-main-smart-refrigerator
.history src singleton assembly index_20220117130532.ts index_20220315180642.ts index_20220315180645.ts index_20220315180650.ts index_20220315180700.ts index_20220315180706.ts index_20...
# `near-sdk-as` Starter Kit This is a good project to use as a starting point for your AssemblyScript project. ## Samples This repository includes a complete project structure for AssemblyScript contracts targeting the NEAR platform. The example here is very basic. It's a simple contract demonstrating the followin...
phamthack_5073-nft
.gitpod.yml README.md contract README.md babel.config.json build.sh build NFT5073.js builder.c code.h hello_near.js methods.h deploy.sh neardev dev-account.env package-lock.json package.json src contract.ts token.ts ...
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 you ha...
Hamicch_near-patika-project
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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
lorbke_ETHGlobal-New-York
README.md backend .env .github workflows test.yml README.md broadcast Counter.s.sol 5 run-1695549563.json run-1695549626.json run-1695549639.json run-1695549689.json run-1695549718.jso...
# 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...
mapprotocol_compass
README.md chains bsc chain.go bttc bttc.go chain.go conflux chain.go eth2 chain.go maintainer.go messenger.go ethereum chain.go interfaces.go klaytn chain.go matic chain.go near chain.go c...
# near-lake-s3 near-lake-s3 is used to sync the certain blocks from AWS S3 buckets to redis server. The block must contain transactions/receipts related to specified account. ## How to build? ```shell cargo build --release ``` The binary file "near-lake-s3" will be generated in ./target/release. ## How to Run ### ...
near_nearsocial_vm
.github ISSUE_TEMPLATE BOUNTY.yml workflows build-check.yml CHANGELOG.md config paths.js presets loadPreset.js webpack.analyze.js webpack.development.js webpack.production.js dist index.js index.js.LICENSE.txt package.json src index.js lib ...
muratkurtulus_NearStarterSDK-Patika
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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
here-wallet_ipfs-cache-server
README.md config.yml docker-compose.yml requirements.txt src routes.py run_web.py upload_form.html
# Cache server for IPFS images This server provides caching functionality for IPFS images using FastAPI and Docker. **Tutorial:** https://dev.to/pvolnov/setup-ipfs-images-cache-server-in-5-min-4n8f ## Prerequisites Before deploying the service, ensure that you have the following prerequisites installed: - Docker - D...
mattlockyer_near-eth
.eslintrc.js README.md contract Cargo.toml build.sh src lib.rs owner.rs parse.rs sys.rs package.json src App.js HelloMessage.js index.html index.js state app.js hello.js utils state.js test contract.test.js test-utils.js...
# Warning 🚨🚨🚨 MOVED: https://github.com/NearDeFi/near-eth
Marklin2289_polygon-learning
.gitpod.yml .prettierrc.json README.md __test__ avalanche.test.ts polygon.test.ts secret.test.ts solana.test.ts components protocols avalanche components index.ts lib index.ts celo components index.ts...
Based on: MetaCoin tutorial from Truffle docs https://www.trufflesuite.com/docs/truffle/quickstart SimpleStorage example contract from Solidity docs https://docs.soliditylang.org/en/v0.4.24/introduction-to-smart-contracts.html#storage 1. Install truffle (https://www.trufflesuite.com/docs/truffle/getting-started/insta...
js13kGames_ghost-smash
README.md contract README.md babel.config.json build.sh build builder.c code.h methods.h smash.js deploy.sh neardev dev-account.env package-lock.json package.json src contract.ts model.ts tsconfig.json frontend addnear.j...
# Ghost Smash Ghost Smash is a type of whack-a-mole game where you catch ghosts and earn scores! Sometimes these ghosts will cast black magic on you so you can only see a dark screen but just keep catching them! My entry for js13k, the game size itself is 11kb, except for the NEAR-SDK-JS part ^^ # How to play ...
Peersyst_blockscout
.circleci config.yml .github ISSUE_TEMPLATE bug_report.yml config.yml dependabot.yml workflows codeql-analysis.yml config.yml prerelease.yml publish-deploy-testing.yml publish-docker-image-every-push.yml publish-docker-image-for-core.yml ...
# Indexer **TODO: Add description** ## Structure The indexer is split into multiple fetchers. Each fetcher has its own supervising tree with a separate `TaskSupervisor` for better detecting of memory, message or blocking problems. Most fetchers have their `Supervisor` module generated automatically using `use Index...
McOtech_blockchain-order-system
README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts example.spec.ts as_types.d.ts constants.ts index.ts models Accounts.ts Cart.ts Order.ts Product.ts ProductId.ts ProductOrdered.ts tsconfig.json utils.ts p...
# ORDER SYSTEM This project draws its concept from web2 online order processing systems. It utilizes Near protocol, a layer one blockchain technology, to implement a demo of the online order processing system in web3. [`Youtube Video Demo`](https://www.youtube.com/watch?v=nmh248_0UJs) # Challenges Adressed 1. `Trus...
near_near-discovery-api
.github ISSUE_TEMPLATE BOUNTY.yml app.js package.json receipts.js res snapshot.json run.sh snapshot.js
neararabic_near-guest-book-flutter
README.md | android app src debug AndroidManifest.xml main AndroidManifest.xml res drawable-v21 launch_background.xml drawable launch_background.xml...
# Launch Screen Assets You can customize the launch screen with your own desired assets by replacing the image files in this directory. You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the...
martyr00_rust-hello-world
.github dependabot.yml workflows tests.yml .gitpod.yml .theia settings.json .travis.yml README-Gitpod.md README.md contract Cargo.toml src lib.rs tests sim main.rs neardev dev-account.env shared-test-staging test.near.json shared-test ...
Counter example in Rust ================================= [![Open in Gitpod!](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/near-examples/rust-counter) <!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page --> ## Description This contract...
near-examples_bos-commerce-components
.github workflows deploy-prod.yml README.md
# Collaborative Component Template This template enables multiple people to collaborate on [building BOS components](https://docs.near.org/bos/home) by automatically deploying the components in the `./src` folder when somebody `push` to `main`. The template leverages [NEAR Access Keys](https://docs.near.org/concepts/...
kehindeegunjobi93_NEAR-blog-dapp
README.md asconfig.json assembly as_types.d.ts index.ts model.ts tsconfig.json index.html neardev dev-account.env package.json tests index.js
# Loom Video https://www.loom.com/share/4ffbe9960e30409292bb2d9715cb530a # Cloning the project After cloning the project please run ``` yarn ``` in order to install all of the necessary packages for the project to run correctly. # Building and Deploying the contract The contract is located in under the blog-dapp/ass...
luatnd_near-simple-taixiu
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...
kels-orien_near-rust-project
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...
LaurenteEber_NCD-Entrenamiento-colaborativo
README.md contract Cargo.toml README.md build.sh deploy.sh neardev dev-account.env src lib.rs frontend App.js assets global.css logo-black.svg logo-white.svg dist index.04accddd.css index.bc0daea6.css index.html ...
# Entrenamiento colaborativo de modelos de IA Este es el proyecto entregable para la certficación del NCD de NEAR Hispano llevado acabo del 17/10/2022 al 21/10/2022. Haste el día de presentación se avanzó con un primera versión del contrato y el frontend. Contrato: - La cuenta del contrato es ncd-entrenamiento-colab...
kherld-hussein_near_bmi
Cargo.toml README.md build.sh deploy.sh dev-deploy.sh init-args.js rustfmt.toml src lib.rs
# Smart BMI Contract Near implementation of Body Mass Index (BMI) of person derrived from weight and height. BMI helps measure obesity rate which helps Doctors to evaluate obesity level in people. Project structure for writing smart contracts in Rust for NEAR Protocol # Required Software - Rust 1.60.0 + cargo - N...
mohitchandel_near-inr-insurance
.gitpod.yml .vscode settings.json README.md contract Cargo.toml README.md build.sh deploy.sh src lib.rs frontend App.js assets global.css logo-black.svg logo-white.svg index.html index.js near-wallet.js package-lock.json package.json ...
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 you ha...
mrnewpan_near-wallet-1
.github ISSUE_TEMPLATE bug-template.md epic-template.md user-story-template.md dependabot.yml workflows pull-request.yml .gitpod.yml .travis.yml .vscode settings.json CODE_OF_CONDUCT.md CONTRIBUTING.md README.md SECURITY.md features environments.json features.d.ts...
# Utilities CLI (command line interface) The uitilites package provides various wallet related command line utilities. ## Overview _Click on a command for more information and examples._ | Command | Description ...
Peersyst_ckb-wallet-sdk
CODE_OF_CONDUCT.md CONTRIBUTING.md README.md SUMMARY.md docs examples examples-code README.md create-wallet.md deposit-in-dao.md get-dao-statistics.md get-dao-unlockable-amounts.md get-transactions.md import-wallet-error.md ...
# Examples code In this section you can view the code of all the examples that we talked about earlier. There is also some commentary where necessary. # WalletService The WalletService is the heart of our sdk. Almost everything should be done through instances of this class. To not have too much information together...
Learn-NEAR_NCD--the-giving-foundation
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 ...
# AssemblyScript Loader A convenient loader for [AssemblyScript](https://assemblyscript.org) modules. Demangles module exports to a friendly object structure compatible with TypeScript definitions and provides useful utility to read/write data from/to memory. [Documentation](https://assemblyscript.org/loader.html) Sh...
isanesky23_Near-Faucet
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-lock.json package.json neardev dev-account.env sh...
Near Faucet ================== You can claim free NEAR here 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 full list of `scripts` yo...
miraclx_nosedive-rs
.gitpod.yml README.md contract Cargo.toml README.md compile.js src lib.rs package.json src assets logo-black.svg logo-white.svg config.js global.css index.html index.js main.test.js utils.js wallet login index.html
# near-nosedive NEAR smart contract implementing a rating system between NEAR accounts. Inspired by Black Mirror's [NoseDive](https://en.wikipedia.org/wiki/Nosedive_(Black_Mirror)) episode. The contract in [contract/src/lib.rs](contract/src/lib.rs) provides methods to register one's own account, vote a registered acco...
marckes04_Multiplayer_Blockchain
BlockChain_Game .vscode settings.json Assets RFG NEAR Scripts NearAPI.cs NearCallbacks.cs NearController.cs UI UIToken.cs Utils ...
esaminu_console-donation-template-sdfsfd
.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...
llllllluc_learn-smart-contract-in-rust
README.md | cosmwasm callum-zero-to-hero .circleci config.yml .github workflows Basic.yml Cargo.toml README.md examples schema.rs rustfmt.toml schema ballot.json config.json ...
# CosmWasm Starter Pack This is a template to build smart contracts in Rust to run inside a [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) module on all chains that enable it. To understand the framework better, please read the overview in the [cosmwasm repo](https://github.com/CosmWasm/cosmwasm/blob/master/README...
PotLock_data
.github ISSUE_TEMPLATE BOUNTY.yml README.md
# data data research for other funding mechanisms and PotLock related data.
NEARFoundation_near-kyc-onfido
.eslintrc.js .github workflows all-tests.yml jest.yml nuclei.yml owasp-zap.yml playwright.yml README.md components common CenteredCardContent.module.css helpers onfido.ts jest.config.js middleware.ts next-env.d.ts next.config.js package.json pages api ...
# NEAR KYC Onfido [![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) > A KYC flow integrating Onfido's API used by NEAR Foundation for legal purpose ## Technology stack - [React](https://reactjs.org/)...
phongnguyen2012_nff-tutorial-fontend
README.md contract Cargo.toml README.md build.sh src approval.rs enumeration.rs events.rs internal.rs lib.rs metadata.rs mint.rs nft_core.rs royalty.rs package.json src App.js Components InfoBubble.js Minting...
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...
kelonye_downtown-stimulus
README.md | contract Cargo.toml src lib.rs tmp a.json b.json c.json d.json frontend README.md package.json public index.html manifest.json robots.txt src actions app.js data.js index.j...
![](https://downtown-stimulus.surge.sh/shot.png) ### 🚧 Work in Progress An attempt at simple quadratic funding using crypto (NEAR) for downtown businesses affected by covid-19; while learning some [rust](https://www.rust-lang.org) ;). ### Idea The dapp has 3 users: - Major donors, philanthropists, local governmen...
NEAR-Hispano_esccrow-dapp
.env README.md package.json public index.html logo.svg manifest.json robots.txt src App.test.js assets css colors.css fonts.css icons 20px chevron-down.svg near.svg wallet.svg 24px ...
# 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...
PrimeLabCore_near-indexer-by-primelab
.github workflows indexer_explorer.yml README.md dockerfile CHANGELOG.md Cargo.toml diesel.toml docker_entrypoint.sh migrations 00000000000000_diesel_initial_setup down.sql up.sql 2020-12-07-153402_initial_schema down.sql up...
# Near Indexer for Explorer from PrimeLab! ### Quickly scale up Indexer Nodes with Explorer deployments via Docker **GitHub:** [Near-Indexer-for-Explorer](https://github.com/NearPrime/near-indexer-by-primelab) **Contributors:** [PrimeLab Core Tools](https://primelab.io/) [Near Indexer for Explorer Code Contributo...
Hsien-HsiuLiao_near-musician-dapp
README.md lib.rs
# near-musician-dapp 1st iteration: musician visits site and adds songs for sale. Nputs name(self) song title, price, social media links user buys song, tips band, becomes fan artist/musician can presale tickets to shows for limited time for fans only can purchase album for discount song data - title length genre...
JohnMichael746_near-staking
README.md collateral-token Cargo.toml neardev dev-account.env scripts build.sh deploy.sh init_total_supply.sh src lib.rs frontend App.js assets global.css logo-black.svg logo-white.svg index.html index.js near-interface....
# Staking / Delegation contract This contract provides a way for other users to delegate funds to a single validation node. Implements the https://github.com/nearprotocol/NEPs/pull/27 standard. There are three different roles: - The staking pool contract account `my_validator`. A key-less account with the contract t...
kharioki_near-js-app
.gitpod.yml README.md contract README.md babel.config.json build.sh deploy.sh package-lock.json package.json src contract.ts tsconfig.json frontend App.js assets global.css logo-black.svg logo-white.svg index.html index.js near-interfac...
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 you ha...
Learn-NEAR_NCD--beyond-NEAR
README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts as_types.d.ts index.ts models Campaing.ts tsconfig.json neardev dev-account.env package-lock.json package.json
# :earth_americas: BeyondNear BeyondNear es un smart contract bajo el Near protocol, el cual permite crear campañas para la recaudacion de fondos en nears dedicados a una causa especifica. Este smart contract permite: - Crear una campaña. - Conseguir informacion de una campaña. - Conseguir lista de campañas. - Donar ...
galactic3_ft-lockup-contract-frontend
.github workflows node.js.yml .idea codeStyles codeStyleConfig.xml inspectionProfiles Project_Default.xml modules.xml vcs.xml README.md README.old.md backlog.md package.json public index.html manifest.json robots.txt src assets images arrow...
# 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...
kalloc_near-rnd-example
Cargo.toml rustfmt.toml src lib.rs
near_signing-service
.eslintrc.js .github ISSUE_TEMPLATE BOUNTY.yml README.md apps api README.md nest-cli.json package.json src app.controller.spec.ts app.controller.ts app.module.ts app.service.ts main.ts test ap...
<p align="center"> <a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a> </p> [circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest <p align=...