repoName
stringlengths
7
77
tree
stringlengths
0
2.85M
readme
stringlengths
0
4.9M
LoboVH_unic-near
market-unic Cargo.toml build.bat build.sh src auction_callback.rs auction_execute.rs auction_view.rs external.rs internal.rs lib.rs nft_callbacks.rs sale.rs sale_views.rs test.sh nft-unic Cargo.toml build.bat build.s...
esaminu_console-donation-template-2234sdfsdf
.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 Contract The smart contract exposes methods to handle donating $NEAR to a `beneficiary`. ```ts @call donate() { // Get who is calling the method and how much $NEAR they attached let donor = near.predecessorAccountId(); let donationAmount: bigint = near.attachedDeposit() as bigint; let donatedSoFa...
mtengineer90_NearPoll
README.md as-pect.config.js asconfig.json package-lock.json package.json scripts completePoll.sh deployPoll.sh initializePoll.sh registerPoll.sh reportPoll.sh transferPoll.sh src as-pect.d.ts as_types.d.ts poll __tests__ README.md index.unit.spec.ts ...
# NearPoll - Digital Poll platform for Near Protocol Create a Poll and collect tokens for it... Other users can vote for polls by contributions - attaching NEAR tokens Most contributed/voted wins and the creator of it get funded [Video](https://www.loom.com/share/0ef23e989d93404098da77950e702e35) <details> <summ...
jkeohan_near-auction-dapp
README.md asconfig.json assembly index.ts package-lock.json package.json
# auction-as A sample smart contract for auction in NEAR protocol
keypom_keypom-docs
.github misc mlc_config.json workflows speller.yml test-links.yml .spellcheck.yml .wordlist.txt README.md babel.config.js blog 2019-05-28-first-blog-post.md 2019-05-29-long-blog-post.md 2021-08-26-welcome index.md authors.yml config-typedoc-core.js config-typedoc-...
# keypom-docs-examples Scripts referenced in the documentation tutorials https://docs.keypom.xyz/ # Keypom Docs Official docs available at [docs.keypom.xyz](https://docs.keypom.xyz/)
Amata-World-Hackathons_near-metabuild-2-hackathon
.yarnrc.yml README.md contracts near-contracts .cargo config.toml Cargo.toml marketplace-nft Cargo.toml lib.rs package.json package.json webapp .eslintrc.json README.md next-env.d.ts next.config.js package.json postcss.confi...
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev ``` Open [http://localhost:3000](http://localhost:3000) with your br...
keypom_ft-contract
finished-contract Cargo.toml build.sh src events.rs ft_core.rs internal.rs lib.rs metadata.rs storage.rs package.json
ggichuru_Hello-NEAR
.gitpod.yml README.md contract Cargo.toml README.md src lib.rs frontend App.js assets global.css logo-black.svg logo-white.svg index.html index.js near-api.js near-config.js package-lock.json package.json ui-components.js integration-tests ...
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 `...
nearbuild_stats.gallery
.github ISSUE_TEMPLATE badge-request.md bug_report.md feature_request.md .vscode settings.json README.md babel.config.js ideas.md package-lock.json package.json postcss.config.js prettier.config.js public browserconfig.xml index.html manifest.json server.js src app.ts ...
# stats.gallery ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` Note: some macOS users may need to use a different port from the default (8080): ``` npm run serve -- --port 8888 ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and...
martyn_near-monsters
Cargo.toml README.md bos-frontend build.sh deploy-prod.sh deploy.sh contracts-alpha Cargo.toml build-prod.sh build.sh deploy-prod.sh deploy.sh neardev dev-account.env src lib.rs contracts-nfts Cargo.toml build-prod.sh build.rs build.sh deploy-p...
![NEAR Monsters logo](logo.jpeg) # About NEAR Monsters is a collectible trading card game on the NEAR blockchain. # Mainnet NEAR Monsters ALPHA sale is LIVE on mainnet. There are 25,000 limited edition packs for sale at 4 NEAR each. Check it out at [nearmonsters.com](https://nearmonsters.com) # Testing NEAR Mons...
minhbka_exampleNearNftContract
.gitpod.yml README.md contract README.md babel.config.json build.sh build builder.c code.h contract-no-frontend.js methods.h deploy.sh neardev dev-account.env package-lock.json package.json src contract.ts recever_contract.ts ...
# 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; } ...
Peersyst_xrp-evm-big-dipper
.changeset README.md config.json .eslintrc.yml .github PULL_REQUEST_TEMPLATE.md workflows build-and-publish.yml lint-pr.yml preview.yml publish.yml release.yml test.yml .mergify.yml .prettierrc.yml .vscode extensions.json settings.json .yarn sd...
# Changesets Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it [in our repository](https://github.com/changesets/changesets...
klyvechen_near-hack-fe
README.md package.json public index.html manifest.json robots.txt src App.css App.js App.test.js Hello.js Home.js ShowNFTs.js SignIn.js index.css index.js logo.svg reportWebVitals.js setupTests.js utils nftUtil.js util.js
# Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view...
andreapn1709_whitelist-contract
README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts as_types.d.ts index.ts models.ts tsconfig.json types.ts compile.js package.json
Whitelist Contract ================== A [smart contract] written in [AssemblyScript] for an app initialized with [create-near-app]. One of the NEAR Protocol core contracts and part of the complete series covering [NEAR Core Contracts written in AssemblyScript](https://vitalpoint.ai/course/whitelist-contract/) Quick...
nnthienbao_near-cross-contract
.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...
near-cross-contract ================== 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` ...
esaminu_test-rs-boilerplate-1099
.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...
NicholsonTsang_rustStatusMessage
.github dependabot.yml workflows tests.yml .gitpod.yml .travis.yml Cargo.toml README-Gitpod.md README-Windows.md README.md borsh.js frontend App.js config.js index.html index.js package-lock.json package.json src lib.rs test.js
Status Message ============== [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/near-examples/rust-status-message) <!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page --> This smart contract saves and records the status me...
near_devx
.github ISSUE_TEMPLATE add-devx-support-for-a-new-feature.md README.md
# Welcome to DevX at NEAR! This is the place to find out what we're adding to our developer tools and experiences, see how you can contribute, and see who on the core team is a good person to ask questions to. ## What am I looking at? This is where DevX for the NEAR collective is managed. You'll want [ZenHub](https:...
nearprotocol__archived_substrate
.gitlab-ci.yml .travis.yml Cargo.toml build.rs ci script.sh core basic-authorship Cargo.toml src basic_authorship.rs lib.rs cli Cargo.toml src error.rs informant.rs lib.rs panic_hook.rs params...
gabsong_near-token-curated-content
README.md asconfig.json assembly index.ts models.ts tsconfig.json types.ts package-lock.json package.json
# near-token-curated-content This smart contract allows users to post content and challenge content integrity to be rewarded.
prasad-kumkar_near-ft-staking
Cargo.toml README.md src lib.rs
# near-ft-staking
marcpar_polygon_processor
README.md docs claimables README.md frontend claimables .eslintrc.json README.md next.config.js package-lock.json package.json public next.svg thirteen.svg vercel.svg src components me...
# Sample Hardhat Project This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract. Try running some of the following tasks: ```shell npx hardhat help npx hardhat test REPORT_GAS=true npx hardhat test npx hardhat node npx ha...
junkei-okinawa_NEAR-exampples-FT
.github scripts readme.sh workflows readme.yml tests.yml .gitpod.yml README-Windows.md README.md ft Cargo.toml src lib.rs integration-tests rs Cargo.toml src tests.rs ts package.json src main.ava.ts rustfmt.t...
Fungible Token (FT) =================== Example implementation of a [Fungible Token] contract which uses [near-contract-standards] and [simulation] tests. This is a contract-only example. [Fungible Token]: https://nomicon.io/Standards/FungibleToken/Core [near-contract-standards]: https://github.com/near/near-sdk-...
Ester800_GuestBook
.eslintrc.yml .github dependabot.yml workflows deploy.yml tests.yml .gitpod.yml .travis.yml README-Gitpod.md README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts guestbook.spec.ts as_types.d.ts main.ts model.ts tsconfig.json babel.config.j...
Guest Book ========== [![Build Status](https://travis-ci.com/near-examples/guest-book.svg?branch=master)](https://travis-ci.com/near-examples/guest-book) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/near-examples/guest-book) <!-- MAGIC COMMENT: DO NOT DELETE!...
mohammadatef12_NEAR-course-presentation
README.md css theme README.md demo.html dist reset.css reveal.css reveal.esm.js reveal.js theme beige.css black.css blood.css fonts league-gothic league-gothic.css source-sans-pro source-sans-pro.css ...
## Dependencies Themes are written using Sass to keep things modular and reduce the need for repeated selectors across files. Make sure that you have the reveal.js development environment installed before proceeding: https://revealjs.com/installation/#full-setup ## Creating a Theme To create your own theme, start by...
hdriqi_paras-alpha
README.md as-pect.config.js asconfig.js assembly __tests__ as-pect.d.ts main.spec.ts memento.spec.ts user.spec.ts as_types.d.ts main.ts model.ts tsconfig.json utils.ts next.config.js package-lock.json package.json postcss.config.js src actions me.js ...
# Paras [alpha] Decentralized social media where you can share ideas, thoughts, works and creativity carefree. [Try Now](https://alpha.paras.id) ![paras preview](https://paras-media.s3-ap-southeast-1.amazonaws.com/Frame+36+(5).png) # Features Here's the things that you can do with Paras ## Content, not Metrics <img...
koraysarioglu_Web3FirstHW
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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
joengelh_trustless-PnL-statement
.cache 09 67bb246f5c299d2b7de68ea07eb17e.json 0f 32cfd1829d97338a06d15116854650.json 10 fe783491ef8a1765579ae12ed67fe4.json 40 28c065bbb7f3b6d037b09e8e9252be.json 51 c1ab56008c85472c31760b51a1ef69.json 5a 459d4503161b049d47718adfc9ed0a.json 5d ...
trustless-profit-loss-statement 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 cont...
near_openweb-jobs
.github ISSUE_TEMPLATE BOUNTY.yml config.yml new-job-post.md README.md
# Job board This repository hold job posts for [NEAR Protocol](https://near.org) ecosystem. All jobs organized in [its issues](https://github.com/near/openweb-jobs/issues). Please, follow our [ISSUE_TEMPLATE](https://github.com/near/openweb-jobs/blob/main/.github/ISSUE_TEMPLATE/new-job-post.md) when posting a new job....
evgenykuzyakov_game-of-life
Cargo.toml build.sh src lib.rs
Njugush01_SnakeGame
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...
juwonleedev_juwonleedev
README.md
# Irene Lee: Virtual Assets & Blockchain Tech RA ## Careers | Company Name | Company Description | Dates of Employment | Role (Department) | Major Achievements | |:--------: |:--------:|:--------:|:--------:|:--------:| | Xangle | Crypto Data Intelligence Platform |2024.05 - Now | Research Assistant Intern | B...
esaminu_test-rs-boilerplate-1033
.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...
MetacraftDAO_blockhead-nft-contract
Cargo.toml build.sh src lib.rs
mibi2007_chichvirus-game-contract
.gitpod.yml README.md contract Cargo.toml README.md build.sh deploy.sh reset_test_account.sh src game_match.rs lib.rs package-lock.json package.json
# Actions 1. Create new account in testnet ``` export CONTRACT_ID=chichvirus-contract.mibi.testnet export ACCOUNT_ID=mibi.testnet near create $CONTRACT_ID --masterAccount $ACCOUNT_ID --initialBalance 20 ``` 2. Build contract ``` cargo test & build.sh ``` 3. Deploy and init contract ``` near deploy --wasmFile out/...
Peersyst_evmos
.build.sh .github ISSUE_TEMPLATE bug_report.md PULL_REQUEST_TEMPLATE.md dependabot.yml labeler.yml workflows ante-benchmark.yml auto-format.yml bsr-push.yml build.yml changelog.yml check-licenses.yml codeql-analysis.yml consensu...
<!-- parent: order: false --> <div align="center"> <h1> Evmos </h1> </div> <div align="center"> <a href="https://github.com/evmos/evmos/releases/latest"> <img alt="Version" src="https://img.shields.io/github/tag/evmos/evmos.svg" /> </a> <a href="https://github.com/evmos/evmos/blob/main/LICENSE"> <im...
near-examples_donation-js
.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) ...
esaminu_console-donation-template-r2345
.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...
mehmetlevent_near_contract_3
README.md as-pect.config.js asconfig.json neardev dev-account.env 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 ...
# `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...
kingsframe_solana-playground
.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...
# Pathway Smart Contract A [smart contract] written in [Rust] for [figment pathway] # 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/lib.rs`. You can compile it with the `./compile` script. 2. Tests...
near_near-gas-rs
.github workflows ci.yml CHANGELOG.md Cargo.toml README.md src error.rs lib.rs trait_impls borsh.rs display.rs from_str.rs interactive_clap.rs mod.rs schemars.rs serde.rs utils.rs
# near-gas <p> <a href="https://crates.io/crates/near-gas"><img src="https://img.shields.io/crates/d/near-gas?style=flat-square&logo=near&label=crates.io" alt="Crates.io (downloads)"></a> <a href="https://docs.rs/near-gas/latest/near_gas/"><img src="https://img.shields.io/docsrs/near-gas?style=flat-square" alt...
neararabic_friendbook--vue
.eslintrc.js README.md babel.config.js package.json postcss.config.js public index.html src assets logo.svg tail-spin.svg composables near.js main.js services near.js tailwind.config.js
## 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/).
PrimeLabDev_NEAR-TPS-Testing-Tool
.eslintrc.json LICENSE.md README.md config.js contracts exec Cargo.toml src error.rs lib.rs user_factory Cargo.toml src error.rs lib.rs main.js package-lock.json package.json sleep.js tx.js user.js
# NEAR-TPS-Testing-Tool # Utility to perform TPS load testing on NEAR Protocol ## About ### Why (is this needed): - With the primary performance bottleneck being experienced within the NEAR ecosystem being reliable communication with RPC nodes, the most important step to solve the issue is being able to reliably re...
Learn-NEAR_NCD--uberdao
README.md asconfig.json package-lock.json package.json src as-pect.d.ts as_types.d.ts dao README.md __tests__ README.md index.unit.spec.ts asconfig.json assembly index.ts models.ts tsconfig.json utils.ts viajes ...
# Unit Tests for `Meme` Contract ## Usage ```sh yarn test:unit -f meme ``` ## Output *Note: the tests marked with `Todo` must be verified using simulation tests because they involve cross-contract calls (which can not be verified using unit tests).* ```txt [Describe]: meme initialization [Success]: ✔ creates a n...
kurodenjiro_NEAR--sample-lottery-frontend
.env README.md babel.config.js package-lock.json package.json postcss.config.js public index.html src composables contractProvider.js near.js index.css main.js services near.js tailwind.config.js
# 🎓 Lottery dapp This repository contains a complete frontend applications to work with <a href="https://github.com/Learn-NEAR/NCD.L1.sample--lottery" target="_blank">NCD.L1.sample--lottery smart contract</a> targeting the NEAR platform: 1. Vue.Js (main branch) 2. React (react branch) 3. Angular (angular branch) T...
fadime-ozdemir_near-deploy-demo
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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
Peersyst_aws-kms-xrp-signing
README.md example.ts index.ts package-lock.json package.json src XrplKmsService.ts tsconfig.json
# AWS KMS based XRPL Transaction Signing [![npm version](https://badge.fury.io/js/xrpl-kms.svg)](https://badge.fury.io/js/xrpl-kms) This package provides the tools to be able to sign and receive XRPL transactions using private keys stored in AWS KMS hardware modules. ## Installation to install the npm module on your...
near-daos_sputnik-dao-ui-reskin
.cli generator index.js templates component index.ts utils index.js .env .stylelintrc.json README.md package.json public index.html manifest.json robots.txt src components CommunityConnect index.ts Countdown ...
# Sputnik-DAO ui ## 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 view it in the browser. The page will reload if you make edits.\ You will also see any lint errors in the console. ### `yarn t...
postech-dao_near-1_temp
Cargo.toml README.md interact Cargo.toml src lib.rs tests suite1.rs simple-counter Cargo.toml src lib.rs
# near ## Reference [near](https://docs.near.org/docs/concepts/new-to-near) ## Run ### Build ``` cargo build --all ``` ### Format ``` cargo +nightly fmt ``` ### Lint ``` cargo clippy --all --all-targets --release ``` ### Test ``` cargo test -all ```
gerardosahagun_certificates-near-smart-contract
.cache 00 06ed2caa29451510414d416a48321f.json 01 63e291ffb0eed9c7ece117f45444be.json 06 5bed30354d1d9397d779d76deb0dfc.json 09 b4dc7997697b7d41edb721e86d77b7.json 0a 592afd76f84f75003e3d7364beb46d.json 65f52113e4ed3a9a4f94afb02ac9d3.json 0b ...
# Optionator <a name="optionator" /> Optionator is a JavaScript/Node.js option parsing and help generation library used by [eslint](http://eslint.org), [Grasp](http://graspjs.com), [LiveScript](http://livescript.net), [esmangle](https://github.com/estools/esmangle), [escodegen](https://github.com/estools/escodegen), a...
miohtama_advanced-fungible
.github workflows node.js.yml .gitpod.yml README.md as-pect.config.js babel.config.js contract Cargo.toml pool Cargo.toml src lib.rs token Cargo.toml build.js src lib.rs pool.rs receiver.rs token....
# Rainbow hackathon presention ## Name of Project Advanced Fungible token standard ![logo](./logo.png) ### Project description Advanced Fungible is a modern, secure and user-friendly token standard for NEAR protocol. It fixes some of the issues past token implementations, especially ERC-20 and NEP-21, have. It inc...
Paspasuy_near-life
README.md contract Cargo.toml README.md src lib.rs decoder.py frontend App.js assets css global.css img logo-black.svg logo-white.svg js near config.js utils.js index.html index.js...
near-game-of-life ================== 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...
Immanuel-john_near-sdk-rs-nft-utility
.github workflows test.yml test_examples.yml test_examples_small.yml CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md Cargo.toml README.md ci-test.sh contract-builder README.md build.sh run.sh examples adder .cargo config.toml Cargo.toml REA...
<div align="center"> <h1><code>near-sdk</code></h1> <p> <strong>Rust library for writing NEAR smart contracts.</strong> </p> <p> Previously known as <code>near-bindgen</code>. </p> <p> <a href="https://crates.io/crates/near-sdk"><img src="https://img.shields.io/crates/v/near-sdk.svg?style=fla...
masafumimori_dApps_samples
README.md astar-dapp-sample .eslintrc.js README.md index.html package.json smart_contract .solcover.js LICENSE.md README.md buidler.config.ts coverage.json hardhat.config.ts helper-hardhat-config.ts helpers buidler-constants...
# 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...
Learn-NEAR_NCD--trust-me
README.md contract 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 shared-test-stag...
# 🚧 trust-me > Proyecto realizado para el NCD Bootcamp NEAR Hispano. # trust-me es un servicio de manejo de confianza de pares en aplicaciones de negocios p2p desentralizados. En toda operación entre pares en redes decentralizadas y anónimas, ya sea para una operación de transferencia de tokens, o bien en donde un r...
Gettippi_react-near-marketplace
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...
nsiregar_near-smartcontracts
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...
## 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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
jesussangomez_near-win
.gitpod.yml README.md babel.config.js contract README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts as_types.d.ts index.ts model.ts tsconfig.json compile.js package-lock.json package.json packag...
NEAR Win! ================== ![Near Win!](./src/assets/near-win.gif) NEAR Win! Es un pequeño juego con estilo de carreras de caballos en el que el resultado de la carrera se decide por medio de turnos y un dado virtual. Si elegiste al jugador que llegue primero al final, ganarás. Esta aplicación [React] fue creada c...
nguyenduyhuong_meme
.github workflows test.yml .gitpod.yml Cargo.toml README-Windows.md README.md abc.json add_liquid Cargo.toml src lib.rs build.bat build.sh fakeAddLiquid.sh ft Cargo.toml src core_impl.rs lib.rs run.sh rustfmt.toml swap.sh test-contract-defi Cargo.toml src ...
Fungible Token (FT) =================== Example implementation of a [Fungible Token] contract which uses [near-contract-standards] and [simulation] tests. This is a contract-only example. [Fungible Token]: https://nomicon.io/Standards/FungibleToken/Core [near-contract-standards]: https://github.com/near/near-sdk-...
GemaOfficial_smartcontracts
.gitpod.yml README.md backend README.md package.json src config config.ts db.ts environment development.ts testnet.ts index.ts constants index.ts wallet.ts controllers ...
# BACKEND [endpoints] [wallet] [authentication] ## FOLDER STRUCTURE ![task image](https://miro.medium.com/max/700/1*xu6sBN2e6ExZS68FS83hgQ.png) `A top-level ../`src`/ folder layout for the gema backend` . ├── controllers │ ├── Auth │ └── Wallet │ ├── middlewares │ ├── Auth ...
near_sdk-docs
.github ISSUE_TEMPLATE BOUNTY.yml workflows build.yml links.yml spellcheck.yml README.md babel.config.js docs best-practices.md building _category_.json basic-build.md post-processing-tools.md reproducible-builds.md contract-interface ...
# Website This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. ## Installation ```console yarn install ``` ## Local Development ```console yarn start ``` This command starts a local development server and opens up a browser window. Most changes are reflected live ...
near_wasm
.github ISSUE_TEMPLATE BOUNTY.yml CHANGELOG.md README.md input-samples hello hello.cpp hello.html setup.py utils mkoptab.py wasm __init__.py __main__.py compat.py decode.py formatter.py immtypes.py modtypes.py opcodes.py types.py wasmtypes.py
# wasmtime-wasi-threads Implement the `wasi-threads` [specification] in Wasmtime. [specification]: https://github.com/WebAssembly/wasi-threads > Note: this crate is experimental and not yet suitable for use in multi-tenant > embeddings. As specified, a trap or WASI exit in one thread must end execution > for all thr...
near-ndc_gwg-widgets
NDC Elections Activities.js BudgetPackage.js Candidates.js CastVotes.js Filter.js Header.js Houses.js Main.js Progress.js Statistic.js Voters.js Kudos AddComment.js AddKudo.js Card.js CommentC...
# gwg-widgets Monorepo for BOS widgets. File structure represented widget in BOS (`Folder.Subfolder`). e.g. `NDC.Elections.Main` represented by `NDC/Elections/Main.js` file. ## Usage 1. Copy codebase from target file 2. Go to https://near.org/sandbox and paste it 3. Watch Component Preview or directly save it on ...
NearPass_nearpass-subgraph
License.md README.md generated schema.ts networks.json package.json src event.ts tsconfig.json
### NearPass SubGraph - The subgraph makes it easy to query blockchain information via API endpoints. #### Install dependencies ```bash npm install ``` You will need to have `graph-cli` installed globally. ``` # NPM npm install -g @graphprotocol/graph-cli # Yarn yarn global add @graphprotocol/graph-cli ``` Bui...
near_wasm_sizer
.github ISSUE_TEMPLATE BOUNTY.yml .travis.yml README.md requirements.txt sizer.py
Finds reasons of bloat in the WebAssembly binaries. ### Prerequisites Install dependencies: pip3 install octopus numpy matplotlib itanium-demangler brew install graphviz On Linux machines with evince PDF viewer use this command to allow zooming in. gsettings set org.gnome.Evince page-cache-size 1000 #...
hdriqi_near-as-contract-template
as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts memento.spec.ts user.spec.ts as_types.d.ts main.ts model.ts tsconfig.json utils.ts config.js package.json
evgenykuzyakov_near-open-web-frontend
README.md package.json public index.html manifest.json robots.txt src App.css App.js App.test.js MailApp.js ProfileApp.js assets gray_near_logo.svg logo.svg near.svg config.js index.js openweb.js wallet login index.html
<br /> <br /> <p> <img src="https://nearprotocol.com/wp-content/themes/near-19/assets/img/logo.svg?t=1553011311" width="240"> </p> <br /> <br /> ## Template for NEAR dapps ### Features * Create NEAR dapps with a React frontend 🐲 * We got Gulp! 💦 ### Requirements ##### IMPORTANT: Make sure you have the latest ver...
pinocchio338_rust_api
.devcontainer devcontainer.json .github ISSUE_TEMPLATE backlog_item.md bug_issue.md config.yml general_issue.md pull_request_template.md workflows tests.yml Cargo.toml README.md common Cargo.toml README.md src abi decode.rs ...
# API3-Rust This is the repo for RUST implementation of API3's Beacon Server ## Common Common package used for all the subsequent chain implementations. To run all test ``` cd common cargo test ``` ## Solana Read up on anchors https://book.anchor-lang.com/. To build the solana code, do the following in docker contain...
nearprotocol_near-content
.github ISSUE_TEMPLATE content-request.md README.md
# NEAR Content This is the place for NEAR Content request to be submitted by anyone. Content include: - Technical Tutorial - Integration Announcement - Product/Feature Release - Thought Leadership - Video Content for YouTube/NEARProtocol - Customer/Biz-Dev Case Study How do I submit a NEAR Content request? Please su...
lunarpulse_near_guest_book_rs
.eslintrc.yml .github dependabot.yml workflows deploy.yml tests.yml .gitpod.yml .travis.yml README-Gitpod.md README.md babel.config.js contract as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts guestbook.spec.ts as_types.d.ts ...
Guest Book ========== [![Build Status](https://travis-ci.com/near-examples/guest-book.svg?branch=master)](https://travis-ci.com/near-examples/guest-book) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/near-examples/guest-book) <!-- MAGIC COMMENT: DO NOT DELETE!...
near_assemblyscript-json
.eslintrc.js .github dependabot.yml .travis.yml README.md as-pect.config.js assembly JSON.ts __tests__ as-pect.d.ts json-parse.spec.ts roundtrip.spec.ts string_escape.spec.ts to-string.spec.ts usage.spec.ts decoder.ts encoder.ts index.ts tsconf...
# assemblyscript-json ![npm version](https://img.shields.io/npm/v/assemblyscript-json) ![npm downloads per month](https://img.shields.io/npm/dm/assemblyscript-json) JSON encoder / decoder for AssemblyScript. Special thanks to https://github.com/MaxGraey/bignum.wasm for basic unit testing infra for AssemblyScript. #...
haidong9x_test-dapp
.eslintrc.js .gitpod.yml .postcssrc.js README.md babel.config.js build build.js check-versions.js utils.js vue-loader.conf.js webpack.base.conf.js webpack.dev.conf.js webpack.prod.conf.js config dev.env.js index.js prod.env.js test.env.js contract README.md as-pect.co...
# voting-main > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit ...
Learn-NEAR_NCD.L1.sample--Communite
README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts as_types.d.ts index.ts models.ts tsconfig.json neardev dev-account.env package-lock.json package.json
📄 Introduction to communite ================== Communite is a smart contract that allows citizens to create and store complaints or suggestions about the state of their community using the NEAR protocol in order to have a transparent, reliable and safe space where they can express their problems. The following are th...
ngochieu642_near-example-guest-book
.eslintrc.yml .github dependabot.yml workflows deploy.yml tests.yml .gitpod.yml .travis.yml .vscode settings.json 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...
# NEAR guest book experiment - Read the `Makefile` and make adjustment base on your needs - Record the donate amount ## Deploy contract - build and deploy contract ```bash $ make deploy-contract ``` ## Run Frontend ```bash $ make run-frontend ```
leohhhn_near_escrow
README.md contract Cargo.toml README.md neardev dev-account.env src external.rs lib.rs package.json
# NEAR Escrow 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 c...
LONJEZ_Delivery_app
Cargo.toml README.md build.bat build.sh src lib.rs test.sh
# DELIVERY APP USING RUST ## Getting started The smart contract under the delivery app is a contract which can be applied in logistic businesses in registering, identifying and tracking parcels on transist.It allows the logistic company to create a new parcel, generate a unique identification id, accepts payment for t...
glue3_child-contract
Cargo.toml README.md build.sh neardev dev-account.env src lib.rs target .rustc_info.json release .fingerprint Inflector-26035879ca96f7d2 lib-inflector.json ahash-27aaa02ecba3f8be build-script-build-script-build.json borsh-derive...
# child-contract
amgando_10-min-tutorial
.vscode settings.json README.md contract __tests__ as-pect.d.ts erc20.spec.ts events.spec.ts as_types.d.ts erc20.ts events.ts tsconfig.json gatsby-browser.js gatsby-config.js gatsby-node.js gatsby-ssr.js near config as-pect.js context.json node...
## 10-min Teaser: Tokens Slides are here: https://docs.google.com/presentation/d/13gjojRbZmPg5RexTzXUBMP8mfc26mOmijx1H54mOOxM ![Screen Shot 2020-04-13 at 12 38 59 PM](https://user-images.githubusercontent.com/709100/79149079-cfe06980-7d83-11ea-8e73-f30170e8ceb7.png) ## Getting Started 1. clone this repo 2. run `yar...
near-everything_everything-sdk-js
.eslintrc.js README.md docker-compose.yml lerna.json package.json packages data .eslintrc.js README.md jest.config.ts package.json src api getAttributeById getAttributeById.mock.ts getAttributeById.query.ts ...
# everything playground This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev ``` # Media Provides methods for creating M...
Peersyst_fio-woocommerce-gateway
.vscode launch.json assets css fio-checkout.css js clipboard.js clipboard.min.js fio-checkout.js fio-checkout.min.js jquery.initialize.js jquery.initialize.min.js nanobar.js nanobar.min.js qrcode.js qrcode.min.js docker-...
esaminu_donation-boilerplate-template-js-3q987
.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 Contract The smart contract exposes methods to handle donating $NEAR to a `beneficiary`. ```ts @call donate() { // Get who is calling the method and how much $NEAR they attached let donor = near.predecessorAccountId(); let donationAmount: bigint = near.attachedDeposit() as bigint; let donatedSoFa...
kujtimprenkuSQA_near-injected-wallet-poc
README.md package.json src TestWallet.ts TestWallet.types.ts Wallet.types.ts index.html main.ts utils format.ts restore.ts storage.ts tsconfig.json
# NEAR Injected Wallet (POC) This is POC for the NEAR Injected Wallet standard. ## Getting Started To get up and running with this project, you will need to run the following. ```shell yarn install # Install packages. yarn start # Bundle modules and serve at localhost:1234. ``` Once the project has been bundled, y...
qpwedev_spot-identity
README.md backend api airstack address_data.py degen degen_score.py eas eas_issuer.py eas_issuer_endpoint.js package.json gitcoin gitcoin_score.py lens profile_data.py nomis ...
# Sample Hardhat Project This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract. Try running some of the following tasks: ```shell npx hardhat help npx hardhat test REPORT_GAS=true npx hardhat test npx hardhat node npx ha...
pagoda-gallery-repos_my-custom-boilerplate-template-js-2
.github ISSUE_TEMPLATE 01_BUG_REPORT.md 02_FEATURE_REQUEST.md 03_CODEBASE_IMPROVEMENT.md 04_SUPPORT_QUESTION.md config.yml PULL_REQUEST_TEMPLATE.md workflows build.yml deploy-to-console.yml lock.yml stale.yml README.md contract READ...
# 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; } ...
loupdemon_near-generative-nft-landing-page-website-nice
README.md package.json public index.html src Main.js assets images copy-icon.svg faq-ellipse-left.svg faq-ellipse-right.svg faq-kat.svg footer-near-logo.svg generate.svg hero-big-cat.svg hero-cloud1.svg ...
## 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 view it in the browser.
Learn-NEAR_NCD--NearTip
Cargo.toml src lib.rs main.rs
nearwatch_widgets
.env README.md about.html binance.js charts.js db .txt index.js lbases.js near.js package.json pays.js stat.js widget.html
## Introduction Near NFT dynamic widgets provide you with useful information in your Near wallet https://near.watch <img src="https://near.watch/accountstatistic/nearusd" alt="NEAR/USDT"/>.<img src="https://near.watch/accountstatistic/nearrub" alt="NEAR/RUB"/> <img src="https://near.watch/accountstatistic/nearuah" al...
plaodas_learning_near_rust
.vscode settings.json 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...
jacksonmori755_new-crosstalk-sample
cosmwasm Cargo.toml contracts cw20-token Cargo.toml src lib.rs ping-pong Cargo.toml examples schema.rs src contract.rs execution.rs lib.rs q...
# Crosstalk Samples ## PING-PONG Here, we will deploy a cross-chain ping pong smart contract built using the Router CrossTalk. It is a system where we can send a message from the source chain(EVM) to a destination chain(EVM) and receive back the acknowledgement from the destination chain on the source chain. So basic...
LafMonGen_ChessNEAR
README.md cargo.toml index.html src lib.rs
# ChessNEAR Chess on NEAR blockchain This is example of turn based game with 2 persons with RUST backend and 2 variants of website (frontend) for it (first variant stored in src/lib.rs web4 interaction as base64 string or you can just copy it from https://1chess.testnet.page). Second variant stored in index.html or ju...
liuck8080_voteer
.gitpod.yml README.md babel.config.js contract Cargo.toml README.md compile.js src lib.rs tests.rs package.json src App.js Election.js ElectionCreate.js __mocks__ fileMock.js assets logo-black.svg logo-white.svg config.js global.css ...
Voteer ================== 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 full...
near_near-fastauth-wallet
.eslintrc.json .github ISSUE_TEMPLATE BOUNTY.yml .verdaccio config.yml .vscode extensions.json README.md nodemon.json nx.json package-lock.json package.json project.json src index.ts lib fast-auth-icon.ts fastAuthWalletConnection.ts near-fastauth-wallet.spec.ts ...
# near-fastauth-wallet This library was generated with [Nx](https://nx.dev). ## Building Run `nx build --buildLibsFromSource` to build the library. ## Deploying Need to make sure npm is installed and user is authenticated Run `cd dist/near-fastauth-wallet && npm publish` to publish npm package ## Running unit tes...
hideyour-cash_hideyour-cash
.eslintrc.js .github ISSUE_TEMPLATE bug-report.yml feature-creation.yml PULL_REQUEST_TEMPLATE.md workflows CI.yml deploy-command.yml dispatcher.yml near_bigint.yml near_groth16_verifier.yml near_mimc.yml prod_deploy.yml .husky commi...
<div align="center"> <h1><code>near-bigint</code></h1> <p> <strong>Rust library to use Big Integer types in NEAR Protocol Smart Contract development.</strong> </p> </div> ## Use cases Smart contracts in the NEAR Blockchain are limited by the native rust data type. This means developers can represent integ...
open-web-academy_NCAR-Example
Cargo.toml README.md src lib.rs
ID=dev-1651864499848-99321882647793 echo $ID Inicializar contrato: near call $ID init_contract '{"owner_id":"'$ID'"}' --accountId $ID Obtener producto near view $ID get_products '{"address":"0x1"}' near view $ID get_products '{"address":"0x2"}' near view $ID get_products '{"address":"0x3"}' Guardar pr...
NEARBuilders_BOSLibraries
README.md exampleLibrary.json library.json
# BOSLibraries BOS Libraries
near_nearorg_marketing
README.md public about brand index.html careers index.html contact-us index.html foundation index.html index.html network decentralize index.html index.html validators ...
# nearorg_marketing Auto-generated static marketing content. The following changes should be made manually after sync'ing this repo witn the latest wordpress export. ```To reference high bandwidth assets from wordpress search: /wp-content replace: https://pages.near.org/wp-content search: /wp-includes replace: https:...
Learn-NEAR_NCD--popularity-contest
.env README.md as-pect.config.js asconfig.json package.json scripts 1.init.sh 2.run.sh README.md src as-pect.d.ts as_types.d.ts sample README.md __tests__ README.md index.unit.spec.ts asconfig.json assembly index.ts tsconfig...
## Unit tests Unit tests can be run from the top level folder using the following command: ``` yarn test:unit ``` ### Tests for Contract in `index.unit.spec.ts` ``` [Describe]: Greeting [Success]: ✔ should respond to showYouKnow() [Success]: ✔ should respond to showYouKnow2() [Success]: ✔ should respond to sayH...
Kagwep_Card-Game-Trash
Cargo.toml README.md build.bat build.sh src lib.rs test.sh
# [Card Game - Trash](https://playingcarddecks.com/blogs/how-to-play/trash-game-rules) Trash, or Garbage, is a classic card game for two player. It requires a standard 52 playing card deck. The objective of Trash is to be the first person with a complete hand of 10 cards. This smart contract code impliments the Tras...
near_near-discovery-api-alpha
.github ISSUE_TEMPLATE BOUNTY.yml app.js package.json receipts.js res snapshot.json run.sh snapshot.js
OnlyOneJMJQ_pronto
README.md next-env.d.ts next.config.js package-lock.json package.json pages api deploy.ts file.ts hello.ts postcss.config.js prettier.config.js public vercel.svg styles globals.css tailwind.config.js tsconfig.json
# Next.js + Tailwind CSS Example This example shows how to use [Tailwind CSS](https://tailwindcss.com/) [(v3.0)](https://tailwindcss.com/blog/tailwindcss-v3) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs). ## Preview Preview the example live on...