repoName
stringlengths
7
77
tree
stringlengths
0
2.85M
readme
stringlengths
0
4.9M
Peersyst_cosmos-operator
.github dependabot.yml CONTRIBUTING.md README.md api v1 cosmosfullnode_types.go groupversion_info.go self_healing_types.go zz_generated.deepcopy.go v1alpha1 groupversion_info.go scheduledvolumesnapshot_types.go statefuljob_types.go zz_generated...
# RocksDB Static Build This Dockerfile produces cross-architecture (amd64 and arm64) docker images with a static rocksdb library. ## Reason This static rocksdb build takes a while, and it is not necessary to build every time the cosmos-operator docker image is built, so this image caches the required artifacts to li...
ondralukes_dgs
README.md app babel.config.js package.json public index.html src globalState.js main.js router index.js near-contract Cargo.toml src class.rs grade.rs identity_storage.rs lib.rs person.rs
# Decentralised Grading System A simple app for managing classes and grading. Powered by NEAR Blockchain, Rust and Vue.js.
onchainengineer_tested2
README.md athena_gallery README.md config constants.ts hooks useStoreNfts.ts next-env.d.ts next.config.js package-lock.json package.json postcss.config.js queries queries.ts services providers apollo.ts constants.ts styl...
# 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...
mikedotexe_for-memorycollector
README.md contract Cargo.toml build.sh src lib.rs test.sh
# Fun stuff for memorycollector ```bash cd contract ./build.sh ./test.sh ``` ## Try it out on testnet Replace `vec.mike.testnet` and `mike.testnet` accordingly below: ```bash near create-account vec.mike.testnet --masterAccount mike.testnet near deploy vec.mike.testnet --wasmFile res/vec_issue_memorycollector.wasm...
NearDeFi_priceoracle-data
Cargo.toml README.md build.sh build_docker.sh res index.html src lib.rs utils.rs web4.rs
# priceoracle-data NEAR Native Price Oracle on-chain dashboard Live-demo: https://priceoracle-data.testnet.page/ https://oracle-prices.near.page/
Learn-NEAR_NCD.L2.sample--cold-chain-delivery
README.md babel.config.js package-lock.json package.json postcss.config.js public index.html src assets css tailwind.css main.js tailwind.css tailwind.config.js
# coldchain--delivery--frontend ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli...
amiyatulu_avrit_nft
Cargo.toml README.md build.sh flags.sh nft Cargo.toml src lib.rs test-approval-receiver Cargo.toml src lib.rs test-token-receiver Cargo.toml src lib.rs tests sim avrit_tests.rs main.rs test_approval.rs test_core.rs test_enumerat...
# avrit_nft
onchainengineer_ath
README.md athena_gallery README.md config constants.ts hooks useStoreNfts.ts next-env.d.ts next.config.js package-lock.json package.json postcss.config.js queries queries.ts services providers apollo.ts constants.ts styl...
# 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...
Peersyst_NEM-sdk
README.md examples browser monitor index.html script.js mosaicTransfer index.html script.js offlineTransaction broadcast index.html script.js create index.html ...
# NEM-sdk NEM Developer Kit for Node.js and the browser --- #### Features: - Easy integration - Organised in namespaces - Create wallets compatible with Nano Wallet client - Simple transactions - Mosaic transactions - Encrypted, unencrypted and hex messaging - Create and audit Apostilles - Create and verify signature...
QueendomVerse_wallet-adapter
.eslintrc.json FAQ.md README.md package.json packages core base README.md package.json src adapter.ts chains.ts constants.ts errors.ts helpers.ts index.ts netwo...
# `@mindblox/wallet-adapter-solana` <!-- @TODO --> Coming soon. # `@mindblox/wallet-adapter-phantom` <!-- @TODO --> Coming soon. # `@mindblox/wallet-adapter-phantom` <!-- @TODO --> Coming soon. # `@mindblox/wallet-adapter-wallets` <!-- @TODO --> Coming soon. # `@mindblox/wallet-adapter` Modular TypeScript wall...
mooori_near-plugins
.github workflows contract-analysis.yml test.yml CHANGELOG.md Cargo.toml README.md near-plugins-derive Cargo.toml README.md src access_control_role.rs access_controllable.rs lib.rs ownable.rs pausable.rs upgradable.rs utils.rs t...
../README.md Contains contracts that use the plugins provided by `near-plugins`. These contracts are compiled during tests via Near's `workspaces-rs` and may serve as examples for smart contract developers. # TODO: contract to test optional ACL arguments - `#[access_control]` has optional arguments, e.g. `storage_pre...
NEARFoundation_admin.grants
.eslintrc.js README.md app.js config app.js ecosystem.config.js package-lock.json package.json prettier.config.js resources GrantApplication index.js isMilestoneVisible.js utilities logger.js
⚠️ This repo has been archived, and moved to https://github.com/NEARFoundation/fund3r # admin.grants [![NEAR](https://img.shields.io/badge/NEAR-%E2%8B%88-111111.svg)](https://near.org/) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE) > Easy to set up end to end grant application for...
near-everything_standards
README.md types Root.md badge Badge.md Badges.md common AccountList.md Image.md KeyValue.md LinkTree.md Metadata.md NFT.md Tags.md graph Graph.md index Index.md post Post.md Posts.md setti...
# Standards ## Schema description - **`bold`** means the key is required. - _`italic`_ means the key is optional. - `[account_id]` means the dynamic key is an account ID. For example, `alex.near` as a key. It usually used to create some edge towards that account. - `""` means the empty key. It's used when the entity ...
phongnhat19_sample-near-dex
README.md next-env.d.ts next.config.js package.json src atoms swap.ts config supportedTokens.ts types token.ts utils string.ts tsconfig.json
# Example app with [chakra-ui](https://github.com/chakra-ui/chakra-ui) and TypeScript This example features how to use [chakra-ui](https://github.com/chakra-ui/chakra-ui) as the component library within a Next.js app with TypeScript. Next.js and chakra-ui have built-in TypeScript declarations, so we'll get autocomple...
parkdao_parkdao
Cargo.toml README.md build.sh flags.sh market Cargo.toml src external.rs lib.rs nft_on_approve.rs sale.rs sale_views.rs nft Cargo.toml src lib.rs out README.md park Cargo.toml src external.rs lib.rs owner_calls.rs ...
[![parkdao](https://parkdao.sfo3.digitaloceanspaces.com/media/3bjKUasf7SVHjvFA3W25wohua7NbkrvYpmvFhsix9ek3)](https://parkdao.xyz/world) This repository contains 3 NEAR smart contracts that compose the parkdao ecosystem. Frontend code is [here](https://github.com/middlew4y/parkdao-platform) ### park - `NEP 141` Fung...
jamesondh_oracle-monorepo-near
Cargo.toml build.sh deployment README.md deploy_oracle.sh deploy_requestor.sh reset_account.sh oracle Cargo.toml scripts build.sh flags.sh test.sh src callback_args.rs data_request.rs fee_config.rs fungible_token.rs fungible_tok...
## Setup Bash variables Change to your account (set up through [near-cli](https://docs.near.org/docs/tools/near-cli)): ```bash ACCOUNT=account.testnet ORACLE=oracle.account.testnet REQUESTOR=requestor.account.testnet ``` ## Deployment The default parameters of `deploy_oracle.sh` are listed inside the script; change...
pratsatya_uqt-serverside-nft-ops
README.md app.js configBlock.js nearMethods.js node_modules .package-lock.json base-x LICENSE.md README.md package.json src index.d.ts index.js bn.js CHANGELOG.md README.md lib bn.js package.json borsh ...
# <img src="./logo.png" alt="bn.js" width="160" height="160" /> > BigNum in pure javascript [![Build Status](https://secure.travis-ci.org/indutny/bn.js.png)](http://travis-ci.org/indutny/bn.js) ## Install `npm install --save bn.js` ## Usage ```js const BN = require('bn.js'); var a = new BN('dead', 16); var b = ne...
Helme0315_cross-contract-rust-counter
README-Gitpod.md README.md contracts counter Cargo.toml build.sh src lib.rs tests sim main.rs team-manager Cargo.toml build.sh src lib.rs tests sim main.rs frontend ...
# 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...
paulojeronimo_near-greeting-frontend
.gitpod.yml README.md contract Cargo.toml README.md src lib.rs frontend App.js __mocks__ fileMock.js assets css global.css img logo-black.svg logo-white.svg js near config.js u...
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: `npm install` 3. Run the local development server: `npm run dev` (see `package.json`...
johnedvard_mirrors
README.md bs-config.json contract as-pect.config.js asconfig.json assembly as_types.d.ts index.ts tsconfig.json compile.js package-lock.json package.json neardev dev-account.env package-lock.json package.json src IGameObject.ts Wall.ts assets level...
# Mirrors Game entry for the gamedev.js 2021 game jam https://itch.io/jam/gamedevjs-2021 ## Dependencies In this order: - SASS (e.g. [dart sass](https://github.com/sass/dart-sass)) `brew install sass/sass/sass` - npm modules: `npm install`
esaminu_test-rs-boilerplate-1064
.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...
kobby-pentangeli_merkle-tree-accumulator
Cargo.toml README.md src error.rs hash.rs lib.rs mta.rs utils.rs
# Merkle Tree Accumulator (MTA) Pure Rust implementation of a Merkle tree accumulator
near-examples_donation-rust
.devcontainer devcontainer.json .github workflows tests-rs.yml tests-ts.yml README.md contract-rs Cargo.toml README.md rust-toolchain.toml src donation.rs lib.rs tests workspaces.rs contract-ts README.md package.json sandbox-ts main...
# Donation Contract Examples This repository contains examples of donation contracts in both JavaScript and Rust,and an examples of a frontend interacting with a Counter smart contract. ## Repositories - [Donation TS Example](contract-ts) - [Donation RS Example](contract-rs) - [Donation Frontend Example](Frontend) ...
near_clusterfuzz
.github dependabot.yml workflows codeql-analysis.yml scorecards.yml CHANGELOG.md CONTRIBUTING.md README.md bot build-urls README.md builds README.md cache README.md inputs crash-stacks README.md data-bundles README.m...
Placeholder to store runtime metadata that must persist across task runs. Placeholder for user profile directories for an application. Placeholder for fuzzer corpora. # chrome package This package contains modules for features specific to chrome. This helps to isolate them from the rest of the codebase and provide som...
nhtera_near-rust-counter
Cargo.toml src lib.rs
near_near-indexer-accounts
Cargo.toml README.md migrations 20220531131424_initial.sql redshift migration.sql src configs.rs db_adapters access_keys.rs accounts.rs genesis.rs mod.rs lib.rs main.rs models access_keys.rs accounts.rs mod.rs
# Indexer Accounts Async Postgres-compatible solution to load the data from NEAR blockchain. Based on [NEAR Lake Framework](https://github.com/near/near-lake-framework-rs). See [Indexer Base](https://github.com/near/near-indexer-base#indexer-base) docs for all the explanations, installation guide, etc. ### What else...
anbork_near-cloudflare
CODE_OF_CONDUCT.md README.md index.js package.json wrangler.toml
# 👷 `worker-template` Hello World A template for kick starting a Cloudflare worker project. [`index.js`](https://github.com/cloudflare/worker-template/blob/master/index.js) is the content of the Workers script. #### Wrangler To generate using [wrangler](https://github.com/cloudflare/wrangler) ``` wrangler generat...
magic-powered_near.js
.changeset config.json .eslintrc.json .idea codeStyles Project.xml codeStyleConfig.xml README.md docs README.md _coverpage.md _sidebar.md architecture.md contributing.md getting-started.md index.html packages.md packages account.md browser-key-...
# Near.JS Near.JS is a community driven typescript library to interact with Near blockchain. ## Features: - Modular architecture. You can install only what you need and keep your node_modules tiny. - Fully typed. Significant simplification of learning for the new developers by providing proper and clean typings for ...
Hexdee_nft-platform
.env README.md contract market-contract Cargo.toml README.md build.sh src external.rs internal.rs lib.rs nft_callbacks.rs sale.rs sale_views.rs target .rustc_info.json release ...
# TBD # nft-platform A platform for easy minting, buying and selling NFTs # TBD
EV3RETH_ev3reth-website
.eslintrc.json README.md context apolloClient.ts constants.ts hooks useMintbaseStore.ts next-env.d.ts next.config.js package.json pages api hello.ts styles components footer.module.css layout.module.css main-navigation.module.css modal.module.css nft-c...
#EV3RETH Machine Learning Artist and Composer TODO: - full screen video - autoslide show instead of videos on home page displays - for mobile video, indicator when play has been clicked but video is loading - optimize image sizes in AWS - add snackbar notifications with notistack - impliment Art Evolved ideas This is ...
pztask_mintbase-pzt-session-nft-lib
README.md constants.ts near.ts package.json puzzletaskHelpers.ts
# Mintbase Puzzletask Session-NFT Lib ## Core Features The core `mintbase-pzt-session-nft-lib` is a set of convenience helpers to be used together with [mintbase JS](https://github.com/Mintbase/mintbase-js) to call the Mintbase Puzzletask Session-NFT smart contract methods. It relies on the low-level isomorphic `exe...
frobenius7_near8
Cargo.toml contract lib.rs index.html node_modules .package-lock.json .vite @heroicons_react_solid.js _metadata.json buffer_index.js chunk-B76OTBWH.js chunk-CXVXPPJU.js chunk-HFQF77TZ.js chunk-XETVTTIR.js clsx.js near-api-js.js ...
# node-error-ex [![Travis-CI.org Build Status](https://img.shields.io/travis/Qix-/node-error-ex.svg?style=flat-square)](https://travis-ci.org/Qix-/node-error-ex) [![Coveralls.io Coverage Rating](https://img.shields.io/coveralls/Qix-/node-error-ex.svg?style=flat-square)](https://coveralls.io/r/Qix-/node-error-ex) > Easi...
near_discovery-docs
.github workflows build.yml links.yml spellcheck.yml README.md babel.config.js docs discovery api cache.md clipboard.md fetch.md home.md near.md primitives.md social.md state.md ...
# Website This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. ### Installation ``` $ yarn ``` ### Local Development ``` $ yarn start ``` This command starts a local development server and opens up a browser window. Most changes are reflected live without having t...
NovaBloq_Bubble-Plugin-NEAR-API
README.md elements AAD-850m8 element_actions AAE-850ma params.json run.js AAJ-850mm params.json run.js AAY-850nj params.json run.js AAn-850pw params...
This is a repository based on the [Bubble](https://bubble.io) plugin 'NEAR API'. This lets you use Github's functionality in terms of version control, forks and pull requests. Note that the the plugin code is stored on Bubble's servers, and you need to synchronize your repository in the Bubble Plugin Editor. This pl...
partagexyz_partage-lock
.gitpod.yml README.md contract README.md build.sh deploy.sh neardev dev-account.env target .rustc_info.json release .fingerprint Inflector-8730f6d2663827d3 lib-inflector.json ahash-cac777993e9d965b ...
The Partage lock is a Blockchain-controlled smart lock that allows owners and utility providers to lock their physical assets in a vault, a garage, or a house, and remotely manage users' access through crypto payments. It is built on the Near blockchain in an open-source fashion, using standard open hardware, so that a...
IkehAkinyemi_lottery-smart-contract
README.md as-pect.config.js asconfig.json package.json scripts 1.init.sh README.md src as-pect.d.ts as_types.d.ts lottery README.md __tests__ README.md index.unit.spec.ts asconfig.json assembly index.ts model.ts tsco...
# Near - Lottery This repository is inspired by the Lottery game on the Lear-Near repository. This is a game DApp built on Near blockchain. The smart contract for this game is written with AssemblyScript. The goal of this repository is to make it as easy as possible to get started writing unit test for AssemblyScri...
KulaPad_KuLaSmartContract
ido Cargo.toml TESTING.md build.sh deploy.sh dev-deploy.sh migrate.sh src ft_contract.rs lib.rs modules.rs modules account.rs project.rs testing.rs tier.rs staking_contract.rs tests.rs tes...
# Staking KULA-FT Contract ## Roadmap - [ ]
Phonbopit_nearspring-challenge4-guestbook
.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 package.json src App.js config.js index.html index.js te...
Guest Book ========== - DEMO - https://nearspring-challenge4-guestbook.vercel.app/ ![Screenshot](ss.png) --- Link: https://discord.com/channels/490367152054992913/963097203050709032/965635603188305920 ## Challenge #4. Wallet Selector bounty:learning: This is a 2-step challenge where you will try to integrate Wall...
Kapil-Mulay-1421_Whisper
.gitpod.yml LICENSE.txt README.md babel.config.js contract README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts as_types.d.ts index.ts tsconfig.json compile.js node_modules .bin acorn.cm...
# isarray `Array#isArray` for older browsers. [![build status](https://secure.travis-ci.org/juliangruber/isarray.svg)](http://travis-ci.org/juliangruber/isarray) [![downloads](https://img.shields.io/npm/dm/isarray.svg)](https://www.npmjs.org/package/isarray) [![browser support](https://ci.testling.com/juliangruber/i...
hskang9_aurora-silo-functions-tests
.idea discord.xml modules.xml vcs.xml Cargo.toml README.md src common.rs lib.rs main.rs
# aurora-dao-demo demo for aurora dao deployment
pagoda-gallery-repos_my-custom-boilerplate-template-js-3
.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 deploy-to-console.yml lock.yml stale.yml README.md contract READ...
<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://...
Learn-NEAR_NCD--SeedingHope
.cache 00 c62409ca3d86638b58edc3bca7c937.json 01 cb1e1cc5f502bc59e2ff7c009a6cff.json 02 960fe6f943f643207e5758e927c5b6.json 9e41a704a7ebc97c68c5f4606bac50.json 03 1d87e942581dd7e561b25b0f2147aa.json 3f6e2cef26ee95ce0d8ce1ac0f1568.json 04 906dcc...
# path-parse [![Build Status](https://travis-ci.org/jbgutierrez/path-parse.svg?branch=master)](https://travis-ci.org/jbgutierrez/path-parse) > Node.js [`path.parse(pathString)`](https://nodejs.org/api/path.html#path_path_parse_pathstring) [ponyfill](https://ponyfill.com). ## Install ``` $ npm install --save path-par...
ligebit_spring_near_hello_world
README.md contracts cargo.toml src lib.rs package.json src index.html index.js robot_animation.js style.css
Challenge #2. Hello world smart contract https://ligebit.github.io/spring_near_hello_world/index.html
NEARBuilders_near-obsidian-plugin
README.md main.ts manifest.json package.json styles.css tsconfig.json versions.json
# Obsidian Sample Plugin This is a sample plugin for Obsidian (https://obsidian.md). This project uses Typescript to provide type checking and documentation. The repo depends on the latest plugin API (obsidian.d.ts) in Typescript Definition format, which contains TSDoc comments describing what it does. **Note:** The...
heavenswill_Near-Project-II
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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
hiba-machfej_near-login-vue3
README.md babel.config.js package.json src index.js services.js
# near-login-vue3 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).
onchezz_tendersDapp
Cargo.toml README.md build.sh deploy.sh dev-deploy.sh init-args.js rustfmt.toml src contract.rs lib.rs utils.rs
# NEAR Smart Contract Rust Template Project structure for writing smart contracts in Rust for NEAR Protocol # Required Software - Rust 1.58 + cargo - Node.js - NEAR CLI 3.1 # Authors - Jacob Lindahl <jacob@near.foundation> [@sudo_build](https://twitter.com/sudo_build)
platzi_curso-near-blockchain
Cargo.toml src lib.rs
JulioMCruz_LaZonaTres-MultichainDeveloperRoad-NearProtocol
.gitpod.yml README.md package-lock.json package.json src contract.ts tsconfig.json
# La Zona Tres - Multichain Developer Road (Near Protocol) Check if near-cli is already installed: ```bash near --version ``` Login with your NEAR testnet account ```bash NEAR_ENV=testnet near login ``` This command will open the browser to procees with the autentication. After login you will have a output simila...
near_ecosystem-data-center
.github ISSUE_TEMPLATE BOUNTY.yml README.md
# Ecosystem-Data-Center The vision of the project is to bring more visibility and accessibility of data into the NEAR ecosystem.
farhantariq12b_nft-marketplace
.eslintrc.js README.md contracts ft Cargo.toml README.md build.sh src fungible_token_core.rs fungible_token_metadata.rs internal.rs lib.rs storage_manager.rs market-simple Cargo.toml README.md bui...
# TBD Minimal NEP141 + Metadata Token Launcher TBD Fork of: https://github.com/mikedotexe/nep-141-examples (basic) # TBD # NFT Market Reference Implementation ## 🚨🚨🚨 Unaudited Contracts 🚨🚨🚨 A PoC backbone for NFT Marketplaces on NEAR Protocol. ## TODO / DONE: - [x] basic purchase of NFT with FT - [x] demo pa...
PrometheoX_fiable
README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts example.spec.ts as_types.d.ts index.ts models.ts tsconfig.json neardev dev-account.env package.json
💻 Fiable ================== Fiable es un smart contract para llevar a cabo licitaciones en blockchain. Cuenta con las siguientes funciones: 1. Crear una licitación. 2. Obtener una lista de las licitaciones creadas. 3. Postular una cotización. 4. Cambiar el estado de una licitación de abierta a cerrada. 5. Eli...
evgenykuzyakov_berryfarm
README.md contract-rs berry-farm Cargo.toml README.md build.sh src ft_core.rs ft_meta.rs ft_storage.rs fungible_token_receiver.rs legacy_token.rs lib.rs frontend package.json public index.html ...
# Berry Farm Sell your berry for profits # NEAR Place Smart contract to keep track of the board. ## Building ```bash ./build.sh ``` ## Testing To test run: ```bash cargo test --package near-place -- --nocapture ```
joygotchi_mintbase-delagate-dynamics-nft
.eslintrc.json README.md components.json next.config.js package-lock.json package.json postcss.config.js src app globals.css config setup.ts constants.ts hooks formSchema.ts useGetMetadata.ts useMint.ts useSendNFT.ts useShareAccess.ts utils...
This is a simple NFT Access example built on top of Next.js 14 ## Project Walkthrough This is a simple NFT Access example built on top of Next.js 14 using some of @mintbase-js packages. Project Description: Fractionalize an NFT and grant access/ownership to different sub-accounts without transferring the actual NFT....
esaminu_test-rs-boilerplate-1065
.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...
near-ndc_gooddollar-oracle
.clippy.toml .github workflows rust.yml Cargo.toml README.md config default.json docker-compose.yml interfaces Identity.json src config.rs error.rs main.rs signer.rs utils.rs verification_provider.rs
# gooddollar-oracle GoodDollar oracle for SBT issuer. ## Configuration All default configuration is available in `config/default.json` file. To override these settings, create a `config/local.jsom` file. The GoodDollar identities are whitelisted in the following [contract](https://explorer.fuse.io/address/0x2F9C28d...
etasdemir-practice_patika-near-practice2
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-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...
NEAR-Analytics_NEAR-DEV-REPORT
bos_devs data bos_dev_profiles.json get_dev_list.py helpers.py main.py github_dev_activity _draft_load_all_repos.py commit_helper.py commit_history_main.py fork_urls_dict.json valid_repos_devs_final.json github_devs_EC csv_contributors.json csv_main.py csv_repos.j...
MetaGigachad_brain-logger
README.md contract Cargo.toml README.md build.sh deploy.sh src lib.rs schemas.rs frontend README.md assets down-arrow.svg global.css logo.svg index.html package-lock.json package.json src App.js config.js feature...
# Brain Logger Brain logger is a decentralized twitter analogue. You can find NEAR-smart contract source code in [contract](contract) and example web-based frontend in [frontend](frontend). ## How to deploy If you want to deploy your own instance use this. First install [node](https://nodejs.org/en) if you haven'...
mikedotexe_create-mainnet-account
README.md create-mainnet-account.js package-lock.json package.json
A simple way to create NEAR mainnet accounts once you have an existing one. Exposes you to the merry ways of [near-api-js](https://www.npmjs.com/package/near-api-js) as well. Does not work with Ledger. Node version 12+, please. Before using, please install all npm packages with: npm i ### Usage Arguments: 1. ...
NEARFoundation_ui.smart-whitelist
README.md package.json public index.html manifest.json robots.txt src config api.js nearConfig.js redirectPages.js routes.js index.css logo.svg pages CreateProposal CreateProposal.styles.js WelcomePage WelcomePage.styles...
# 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...
kiberuJ_collectables-contract
README.md asconfig.json assembly as_types.d.ts index.ts model.ts tsconfig.json package.json
# collectables-contract
mexus_near-smart-contract-coinmarketcap
Cargo.toml README.md src fifo.rs lib.rs
# What's that That are my first steps in creating blockchain smart-contracts using the [NEAR](https://near.org/) protocol. # Where is it? The contract is currently deployed at `coinmarketcap.mexus.testnet`, calculating average BTC price. To get the current average (amongst the latest 5 values), replace ACCOUNT_NAME ...
hew_near-generative-website
README.md config.js hooks.ts next-env.d.ts next.config.js package.json pages _app.js postcss.config.js public vercel.svg styles globals.css tailwind.config.js test sample-test.js tsconfig.json
# NEAR NFT Generative Website Demo: [near-nft-generative-website.netlify.com](https://near-nft-generative-website.netlify.com) Blog Post: https://medium.com/@tahini/how-to-mint-climate-neutral-nfts-for-pennies-on-near-50f0a8e833b4
esaminu_console-boilerplate-template-rs-WEF
.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...
Johanawan_Web3AssemblyScriptContract
asconfig.json assembly contract.ts package.json
gcto_near-hooks
.github workflows release-package.yml README.md package-lock.json package.json src index.ts main boot.ts hooks.ts interfaces.ts services.ts tsconfig.json
# Firebase Hooks To install GCTO packages, set up local npm environment: Create a github PAT token and put it in line 2 ```bash npm config set @gcto:registry https://npm.pkg.github.com npm config set //npm.pkg.github.com/:_authToken PAT_TOKEN_GOES_HERE ``` Installing firebase hooks ```bash npm i @gcto/near-hooks ``...
Peersyst_walle-configs
README.md mobile app walle.config.json
# walle-configs Collection of Walle CLI configs for Peersyst projects.
near_libbf-test
.github ISSUE_TEMPLATE BOUNTY.yml CMakeLists.txt README.md bf_float CMakeLists.txt bf_context.cpp bf_error.cpp bf_float.cpp report.md test.cpp test CMakeLists.txt math CMakeLists.txt test_gamma.cpp test_acos.cpp test_asin.cpp test_atan.cpp test_constan...
# Testing libbf with Boost.Multiprecision Test Suite ## Background The libbf library is an arbitrary-precision floating-point arithmetic library that is used as a part of the QuickJS virtual machine. The objective of this project is to ensure the correctness and stability of the libbf library by performing additiona...
kcole16_near-evm-demo
README.md bs-config.json migrations 1_initial_migration.js 2_deploy_contracts.js package-lock.json package.json src css bootstrap.min.css fonts glyphicons-halflings-regular.svg index.html js app.js bootstrap.min.js truffle-contract.js web3.min.js t...
## To run on NEAR TestNet: ``` npm install -g truffle npm install -g near-shell # Create account or authorize existing account with NEAR wallet. near login # Modify truffle.js to use your account in ACCOUNT_ID and run: truffle migrate --network near ``` ## To use NEAR on the Frontend ```javascript import Web3 from ...
martyr00_rust-counter-near
.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 contract...
josemariasosa_centauri-finder
Cargo.toml README.md src lib.rs types.rs
# centauri-finder A safe spaceship. 🚀 Help distribute royalties that were produced by an extern Smart Contract in the NEAR Protocol to the team of developers and maintainers.
mikenevermindng_NEAR-hack
.gitpod.yml README.md babel.config.js contract Cargo.toml README.md compile.js src lib.rs package.json src App.js __mocks__ fileMock.js assets logo-black.svg logo-white.svg config.js global.css index.html index.js jest.init.js main.test...
hello-world ================== 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 ...
openwebbuild_bos-vm
.github 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 components Commit.js ...
michaelwaves_nft-patent-marketplace
.github workflows tests.yml README.md | | __tests__ test-template.ava.js babel.config.json commands.txt jsconfig.json neardev dev-account.env package-lock.json package.json src market-contract index.ts ...
# NEAR NFT-Tutorial JavaScript Edition [![](https://img.shields.io/github/workflow/status/near-examples/nft-tutorial-js/Tests/master?label=Tests)](https://github.com/near-examples/nft-tutorial-js/actions/workflows/tests.yml) Welcome to NEAR's NFT tutorial, where we will help you parse the details around NEAR's [NEP-1...
Learn-NEAR-Club_near-hash-storage
README.md asconfig.json assembly __test__ as-pect.d.ts main.spec.ts as_types.d.ts controller hash.controller.ts index.ts model hash.model.ts time.model.ts storage hash.storage.ts tsconfig.json cmds_test.txt neardev shared-test-staging ...
# How to install ## Install dependencies ======================== ```js yarn install ``` ## Deploy =============== Every smart contract in NEAR has its [own associated account][NEAR accounts]. When you run `yarn dev`, your smart contract gets deployed to the live NEAR TestNet with a throwaway account. When you're rea...
MjolNear_nft-contracts
Cargo.toml README.md build.sh src collection_meta_js.rs lib.rs payouts.rs whitelisted_meta.rs
# NFT store Contract This mono repo contains the source code for the smart contracts of our Open NFT Marketplace on [NEAR](https://near.org). ## Development 1. Install `rustup` via https://rustup.rs/ 2. Run the following: ``` rustup default stable rustup target add wasm32-unknown-unknown ``` ### Compiling You can...
leohhhn_fung_token_near
.gitpod.yml README.md contract Cargo.toml README.md src lib.rs target .rustc_info.json debug .fingerprint Inflector-7a6691166dde4b5a lib-inflector.json ahash-49f6dd2da3dd9970 build-script-build-sc...
Hello NEAR! ================================= A [smart contract] written in [Rust] for an app initialized with [create-near-app] Quick Start =========== Before you compile this code, you will need to install Rust with [correct target] Exploring The Code ================== 1. The main smart contract code lives in `...
josefophe_imock
README.md contract 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 nearmock asconfig.json assembly asconfig.json ...
# `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...
InfinityHackathon_hatathon-2021-team-90
.cargo audit.toml config.toml .github workflows contract.yml Cargo.toml README.md angular.json karma.conf.js ngsw-config.json package.json src app app-routing.module.ts app.component.html app.component.spec.ts app.component.ts app.module.ts service...
# CryptoArt DAO ## Dev deploy ```shell yarn contract-qa yarn contract-build yarn contract-dev-deploy && contractId=$(cat neardev/dev-account) && near --accountId $contractId call $contractId init near delete foo.$(cat neardev/dev-account) $NEAR_DEV_ACCOUNT near delete bar.$(cat neardev/dev-account) $NEAR_DEV_ACCOUNT n...
near-x_near-essentials
README.md
# near-essentials Essential concepts and practices about NEAR development
Oscar-997_test_contract_ref
Cargo.toml build_local.sh src lib.rs pool.rs simple_pool.rs stable_swap mod.rs storage_impl.rs utils.rs views.rs
martyminion_Netpackages
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...
kapasainitishreddy_Blockchain-Projects
README.md
# Blockchain-Projects references: Algoexpert and SmartContract Programmer
nearwatch_NearNftGuarantor
README.md contract Cargo.toml README.md src lib.rs index.html subcontract Cargo.toml README.md src lib.rs
<a href="https://nftsale.near.page" target="_blank">nftsale.near.page</a> (testnet: <a href="https://nftsale.testnet.page" target="_blank">nftsale.testnet.page</a>)<br /> ## Introduction Near NFT guarantor service is a fully decentralized Near protocol dApp that allows you to quickly and safely sell or buy any NFT t...
MilosDj21_near-password-manager
Cargo.toml src lib.rs user_account.rs
near-cli-rs_near-validator-cli-rs
.github workflows code_style.yml publish-to-npm.yml release-plz.yml release.yml CHANGELOG.md Cargo.toml README.md docs media example.svg release-plz.toml src common.rs main.rs proposals mod.rs staking mod.rs stake_proposal.rs ...
# NEAR Validator CLI Extension *near-validator* is your **human-friendly** companion that helps to interact with [NEAR Validators](https://pages.near.org/papers/economics-in-sharded-blockchain/#validators) from command line. _It works the best in combination with [near CLI](https://near.cli.rs)._ <p> <img src="doc...
quex-tech_near_hack_backend
app.py chat.py pyproject.toml test.py
inyourarms_near-voting-example
.github workflows ci.yml main.yml README.md REARME.md contract Cargo.toml src lib.rs neardev dev-account.env shared-test-staging test.near.json shared-test test.near.json package.json src config.js index.html loader.html main.js test-se...
![Sync Fork](https://github.com/inyourarms/near-voting-example/workflows/Sync%20Fork/badge.svg) ![CI](https://github.com/inyourarms/near-voting-example/workflows/CI/badge.svg) Near voting DApp example in Rust Fix-05 ================================= ## Description This contract implements simple voting dapp backed b...
jackdishman_near-vue
README.md contract Cargo.toml README.md build.js src lib.rs index.html jsconfig.json package.json postcss.config.js public font inter.css near-logo.svg near_token_icon.svg src main.js routes.js store actions.js getters.js index.js m...
<br /> <br /> <p> <img src="https://near.org/wp-content/themes/near-19/assets/img/neue/logo.svg?t=1600963474" width="200"> </p> <br /> <br /> # Near Vue Tailwind A quick start setup for a dApp in NEAR, Vue 3, Tailwind CSS 2 This starter template also includes: - [Vue-Near](https://www.npmjs.com/package/vue-near) ...
muskbuster_basic-escrow
.gitpod.yml Cargo.toml README.md build.bat build.sh package-lock.json package.json 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_near-indexer-for-exchange
.travis.yml README.md requirements.txt transfer.py
See `transfer.py` for getting started section.
Nearcon-22-Hack-NearCashback_claim-app
README.md craco.config.js package.json public index.html manifest.json near_icon.svg robots.txt src assets logo-black.svg logo-white.svg components loading index.css index.js pageWrapper index.css index.js config...
# Getting Started with Near Cashback Frontend App ## About frontend Deployed frontend: https://app.nearcashback.com/claim Simple frontend application with 1 page /claim that allows you to claim your cashback that you received on the receipt in QR-code way. Here user don't need to login because we create functional k...
evgenykuzyakov_berryclub
README.md contract-rs pixel-board Cargo.toml README.md build.sh build_docker.sh src account.rs board.rs fungible_token_core.rs fungible_token_metadata.rs fungible_token_storage.rs internal.rs ...
# NEAR Place Draw with pixels. Your pixels earn you more pixels, so better artists get more pixels to draw. 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 developme...
isikara_Near-Web-Development---Practice-3
package.json starter--near-sdk-as 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 in...
# `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...
OmarMWarraich_nft-minting-dapp
.gitpod.yml README.md contract README.md babel.config.json build.sh build builder.c code.h hello_near.js methods.h deploy.sh neardev dev-account.env package-lock.json package.json src contract.ts tsconfig.json frontend App.js ...
# Hello NEAR Contract The smart contract exposes two methods to enable storing and retrieving a greeting in the NEAR network. ```ts @NearBindgen({}) class HelloNear { greeting: string = "Hello"; @view // This method is read-only and can be called for free get_greeting(): string { return this.greeting; } ...
near_near-abi-rs
.github check_metaschema_compatibility.py workflows rust.yml CHANGELOG.md CONTRIBUTING.md Cargo.toml README.md metaschema Cargo.toml near-abi-0.2.0-schema.json near-abi-0.2.1-schema.json near-abi-0.3.0-schema.json near-abi-current-schema.json src main.rs near-abi CHAN...
<div align="center"> <h1><code>near-abi-rs</code></h1> <p> <strong>Rust library providing NEAR ABI models.</strong> </p> <p> <a href="https://github.com/near/near-abi-rs/actions/workflows/test.yml?query=branch%3Amain"><img src="https://github.com/near/near-abi-rs/actions/workflows/test.yml/badge.svg"...
KenMan79_NEAR-Proof-of-Work-Faucet
.dependabot config.yml .gitpod.yml .travis.yml README.md contract-rs Cargo.toml build.sh src lib.rs frontend README.md package.json public index.html manifest.json robots.txt src App.js App.test.js index.js setupTests.js
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Getting Started 1. Prerequisites: Make sure you have Node.js ≥ 12 installed (https://nodejs.org), then use it to install [yarn]: `npm install --global yarn` (or just `npm i -g yarn`) 2. Install dependencies: `ya...
NearDeFi_bos-gateway-template
.devcontainer devcontainer.json .eslintrc.json .github workflows publish.yml README.md next.config.js package.json public next.svg vercel.svg src-tauri Cargo.toml build.rs src main.rs tauri.conf.json src assets images near_social_combo.svg ...
# BOS Gateway Template This repository contains a clean, light-weight gateawy for the [Blockchain Operating System](https://near.org/blog/near-announces-the-blockchain-operating-system) (BOS). It serves as a great starting point for launching a customized BOS gateway. Contributions are most welcome! ## Setup & Develo...
Lyons800_ethdenver2024
.eslintrc.json .github workflows release-please.yml release.yml update-license.yml .lintstagedrc.json .prettierrc.json .vscode extensions.json README.md commitlint.config.js components.json netlify.toml next-env.d.ts next-sitemap.config.js next.config.js package.json postcss.config.js pu...
<img src="https://og.sznm.dev/api/generate?heading=nextarter-tailwind&text=Next.js+(App+Router)+template+with+TailwindCSS+and+TypeScript+setup.&template=color&center=true&height=320" /> [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/git?s=https://github.com/sozonome/nextarter-tailwind) [!...