repoName stringlengths 7 77 | tree stringlengths 0 2.85M | readme stringlengths 0 4.9M |
|---|---|---|
Giftea_NEAR-tour-ui | .env
.eslintrc.json
README.md
contract
README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.deploy.sh
10.rate_tour.sh
11.delete_tour.sh
2.create_tour.sh
3.get_tour.sh
4.get_tours.sh
5.buy_tour.sh
6.update_tour.sh
7.l... | 
## Design
### Interface
```ts
function setTour
```
- "Change" function (ie. a function that alters contract state)
- Receives a `Tour` object as a parameter, creates a new Tour and returns the success message
```ts
funct... |
Niceboy0829_Rust---Net-145-and-nep-148-contract | README.md
fungible_token_metadata.rs
storage_manager.rs
| # Rust---Net-145-and-nep-148-contract
|
fabianferno_perma-books | .devcontainer
devcontainer.json
.env
README.md
config
env.js
getHttpsConfig.js
jest
babelTransform.js
cssTransform.js
fileTransform.js
modules.js
paths.js
pnpTs.js
webpack.config.js
webpackDevServer.config.js
package.json
public
index.html
manifest.jso... | # PermaBooks
<img src="https://raw.githubusercontent.com/fabianferno/perma-books/main/ezgif.com-gif-maker.gif" width="100%" />
Perma-books is a dApp that provides **permanent decentralized archival solution** for publications, compositions, and literature. This platform is a simple and effective way to store data for... |
jumpsiegel_nearkey | Cargo.toml
NOTES.md
README.md
foo.js
package-lock.json
package.json
src
lib.rs
test.ts
| welcome to wormhole on near
|
Mr-OMD_FirstNearPathPractice | 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
mashharuki_BikeSharingDapp | README.md
near_bike_share_dapp
.gitpod.yml
README.md
contract
Cargo.toml
src
lib.rs
frontend
App.js
__mocks__
fileMock.js
assets
css
global.css
img
logo-black.svg
logo-... | # BikeSharingDapp
React.js と Rust で構築する自転車シェアリング Dapp 開発用のリポジトリです。
### WebAssembly(WASM)とは
ブラウザでプログラムを高速実行するための、「ブラウザ上で動くバイナリコードの新しいフォーマット(仕様)」のこと。
Google, Microsoft, Mozzila, Apple によって仕様が策定され開発が進められている。
C/C++や Rust、Golang、TypeScript などからコンパイルが可能。
### NEAR が採用するストレージステーキングについて
コントラクトのアカウントはブロックチェーン上で使用するすべてのス... |
mdb1710_nearcertvoting | README.md
contract-advanced.html
contract.html
index.html
lib
near-api-js.js
login-advanced.html
login.html
| # `near-api-js` Starter Kit
This is a simple project to help you get started with frontend development on NEAR Protocol
## Files
```txt
├── index.html # default page, nothing here
├── login.html # code to login to NEAR Wallet
├── contract.html # code to call view and change ... |
Marinamontelo_nft-test | .cache
00
03938615e259d763415ee653967800.json
acebd9d71312be2f520e638adc6863.json
c48660d31dfa4c2c9f26f1b1bcca7c.json
03
99c1c2e1e0cb0babe2c0b3b003c051.json
04
b8c7fd7c26aa9e361d400d002bf10c.json
db2a52c716804680681a4fa6b03e8a.json
05
a4de5848367d0... | # Folder that contains wasm files
Non-fungible Token (NFT)
===================
[](https://gitpod.io/#https://github.com/near-examples/NFT)
This repository includes an example implementation of a [non-fungible token] contract which uses [near-contract-stand... |
near-tips_extension | dist
manifest.json
popup.html
package-lock.json
package.json
src
background
background.js
classes.js
content
content.css
content.js
popup
DefaultTips
index.js
Deposit
index.js
PopupContainer
index.js
... | |
mhassanist_sample-rust-vector-near | Cargo.toml
README.md
rustfmt.toml
src
lib.rs
| |
Kariimayman_PharmacyBlockchain | README.md
as-pect.config.js
asconfig.json
assembly
Transaction.ts
as_types.d.ts
index.ts
tsconfig.json
neardev
dev-account.env
package.json
| This is my First project using NEAR and BLOCKCHAINS,This project was created as a submission for an internship program.
My idea is that pharmacies logs are non-changeable and this program simulates a demo of pharmacy that keeps all of its logs on the chain to protect doctors/consumers from fraud and drugs misuse.
The... |
near-examples_crossword-tutorial-chapter-3 | README.md
babel.config.js
contract
Cargo.toml
README.md
build.sh
src
lib.rs
test.sh
testnet-chapter-3-args.sh
testnet.sh
package.json
src
App.css
App.js
components
CrosswordPage.js
NoCrosswordsPage.js
SuccessPage.js
WonPage.js
config.js... | Crossword Smart Contract
==================
A [smart contract] written in [Rust] that demonstrates a crossword puzzle on the NEAR blockchain.
Quick Start
===========
Before you compile this code, you will need to install Rust with [correct target]
Exploring The Code
==================
1. The main smart contract co... |
Learn-NEAR-Club_for_nep141 | README.md
nep141transfer
.gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
call.sh
compile.js
deploy.sh
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
... | nep141transfer Smart Contract
==================
A [smart contract] written in [Rust] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install Rust with [correct target]
Exploring The Code
==================
1. The main smart contract code lives i... |
leomanza_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... |
nearuaguild_web4-profile-contracts | Readme.md
factory
Cargo.toml
LICENSE.txt
Readme.md
build.sh
src
lib.rs
utils.rs
page
LICENSE.txt
Readme.md
as-pect.config.js
asconfig.json
assembly
as_types.d.ts
index.ts
profile.ts
tsconfig.json
web4.ts
package.json
... | |
Learn-NEAR_NCD--heritage | 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
heritage
__tests__
README.md
index.unit.spec.ts
asconfig.json
assembly
index.ts
models.ts
tsconfi... | ## Setting up your terminal
The scripts in this folder support a simple demonstration of the contract.
It uses the following setup:
```txt
┌───────────────────────────────────────┬───────────────────────────────────────┐
│ │ │
│ ... |
On0n0k1_Tutorial_NEAR_Rust | EN
README.md
lesson_1_contract
Cargo.toml
Readme.md
src
lib.rs
lesson_2_ownership
Cargo.toml
Readme.md
src
lib.rs
lesson_3_structs
Cargo.toml
Readme.md
src
lib.rs
lesson_4_modules
Carg... | # Tutorial_NEAR_Rust
[voltar](https://github.com/On0n0k1/Tutorial_NEAR_Rust/tree/main/)
Tutorial em etapas para desenvolvimento de contratos inteligentes em rust. Neste conjunto de tutoriais serão discutidos todas as principais características da linguagem, assim como seu uso na plataforma NEAR.
---
## Contato
[to... |
kharioki_crossword-puzzle-contract | Cargo.toml
README.md
build.bat
build.sh
src
lib.rs
test.sh
| # Rust Smart Contract Template
## Getting started
To get started with this template:
1. Click the "Use this template" button to create a new repo based on this template
2. Update line 2 of `Cargo.toml` with your project name
3. Update line 4 of `Cargo.toml` with your project author names
4. Set up the [prerequisites... |
KirillShantin_NearApp_template | 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
frol_near-birthday-quest | README.md
contract
Cargo.toml
README.md
compile.js
src
lib.rs
package.json
| birthday-quest Smart Contract
=============================
A [smart contract] written in [Rust] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install Rust with [correct target]
Exploring The Code
==================
1. The main smart contract c... |
freewind-demos_typescript-webpack-near-view-my-nft-demo | README.md
package.json
src
apis
config.ts
fetchLikelyNftContractNames.ts
global.d.ts
tsconfig.json
webpack.config.ts
| TypeScript Webpack Near View My NFT Demo
=================================
Suppose we already know self accountId, we can get our NFTs by `near-js-api`
Question:
Do we have to use an indexer to get the nft-like contract names?
Can we just use `near-js-api` to do all the things?
```
npm install
npm start
```
It wil... |
humans-meta_sef-near | .gitpod.yml
README.md
contract
README.md
babel.config.json
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
tsconfig.json
frontend
App.js
assets
logo-black.svg
logo-white.svg
firebase.json
index.html
index.js
input.css
... | near-blank-project
==================
This app was initialized with [create-near-app]
Quick Start
===========
If you haven't installed dependencies during setup:
npm install
Build and deploy your contract to TestNet with a temporary dev account:
npm run deploy
Test your contract:
npm test
If you ha... |
near_seed-recovery | .github
ISSUE_TEMPLATE
BOUNTY.yml
README.md
index.html
ledger.js
package-lock.json
package.json
script.js
style.css
| # Seed Phrase Recovery Tool
This is a simple tool that allows you to retrieve your public and secret keys from NEAR seed phrases.
#### DISCLAIMER: This tool and source code are public, hosted by Github and NOT malicious. We are not responsible if Github pages has a vulnerability where malicious code is injected into ... |
ngocducedu_ranking-donate | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-be35511d7f434fc0
lib-inflector.json
ahash-f03cf74e4c01b8b5
... | HelloNear Smart Contract
==================
A [smart contract] written in [Rust] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install Rust with [correct target]
Exploring The Code
==================
1. The main smart contract code lives in `sr... |
PotLock_changelog | .github
ISSUE_TEMPLATE
BOUNTY.yml
README.md
| # changelog
Temporary repo to express deployed contracts and accounts by Potluck Foundation. Will later be updated via on chain updates through DAO.
# Current Versions
registry.potlock.near| Purpose: add project accounts to registyr to display on front ends and set as a requirement for future funding strategies | Blo... |
muhammedalibilgin_order-management-with-near | README.md
contract
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
index.spec.ts
as_types.d.ts
index.ts
model.ts
tsconfig.json
index.html
index.js
neardev
dev-account.env
package.json
tests
in... | # Order-Management-With-NEAR
Managing product orders over the Near blockchain.
This project is written in AssemblyScript, which is a derivative of TypeScript.
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scr... |
nasko929_NEARttik | README.md
attik-mongodb-query-executor
.env
index.ts
package-lock.json
package.json
tsconfig.json
utils
mongoWrappers.ts
query.ts
utils.ts
attik-sdk-js
database.ts
model.ts
package-lock.json
package.json
query.ts
schema.ts
attik-transaction-interce... | near-blank-project
==================
This app was initialized with [create-near-app]
Quick Start
===========
If you haven't installed dependencies during setup:
npm install
Build and deploy your contract to TestNet with a temporary dev account:
npm run deploy
Test your contract:
npm test
If you ha... |
haoxiang14_near-horizon | README.md
index.html
manifest.json
package-lock.json
package.json
public
vite.svg
src
App.css
assets
react.svg
index.css
vite.config.js
| # TipZoNear
## Intro
TipZoNear is a chrome extension that allows you to tip NEAR tokens on the posts on Near (https://near.org/). It has built-in functionalities to detect the posts on Near and display a tip button on the post. It also has a popup page that allows you to tip NEAR tokens to the post author.

- [Framework Specification](https://www.notion.so/NDC-V1-Framework-V3-2-Updated-1af84fe7cc204087be70ea7ffee4d23f)
Voting Body is governance structure of all non-blacklisted human participants in the NEAR Ecosystem. There are no requirements for bein... |
Peersyst_symbol-file-system | README.md
example
css
global.css
index.html
js
alert.js
index.ts
package-lock.json
package.json
src
IFileSystem.ts
SymbolFileSystem.ts
Synchronizer.ts
cli
Clone.ts
Push.ts
Questions.ts
index.ts
entity
Blocks.ts
Directory.ts
... | # Symbol File System
[](https://opensource.org/licenses/Apache-2.0)
Symbol File System is a tool that allows you to create, read update and delete files and directories
inside the Symbol blockchain
## Installation
Use the package manager [npm](ht... |
esaminu_console-boilerplate-temsasdapasdlate-rs-ss25dfghaafdghdfhg | .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... |
NEAR-Edu_contract-registry-ci-test | .circleci
config.yml
checkout.txt
path.txt
repository.txt
| |
Learn-NEAR_NCD--tic-tac-toe | README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
main.ts
model.ts
tsconfig.json
package.json
script.sh
src
index.js
| # Tic-Tac-Toe as a NEAR contract
Video demo: [here](https://drive.google.com/file/d/1L0licLk5sSTQ21iwIp3QHHPRhX8hhfC3/view)
Figma wireframes: [here](https://www.figma.com/file/reMNlA1lKaM1hFthWbwvrP/Untitled?node-id=3%3A117)
## Install dependencies
```
yarn
```
## Build and Deploy the contract
```
npx asb
near dev-... |
jboetticher_NEARFiefdom-smart-contracts | .openzeppelin
rinkeby.json
unknown-31337.json
README.md
hardhat.config.js
package-lock.json
package.json
scripts
ResourceGenerator
mintTile.js
upgradeBuilding.js
withdraw.js
contract-deployment.js
fd-up-deployment.js
test
resourceGenerator.js
| # NEAR Fiefdom Smart Contracts
Smart contracts for the decentralized city builder game NEAR Fiefdom, built for Aurora.
```
npm install
```
Try running some of the following tasks:
```shell
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx... |
jeKnowledge_near-bot | README.md
contract dentro
Cargo.toml
README.md
build.sh
src
lib.rs
contract
Cargo.toml
README.md
build.sh
del_build.sh
src
approval.rs
enumeration.rs
internal.rs
lib.rs
metadata.rs
mint.rs
nft_core.rs
royalty.rs
... | # Source Map
[](https://travis-ci.org/mozilla/source-map)
[](https://www.npmjs.com/package/source-map)
This is a library to generate and consume the source map format... |
Jwhiles_rust-cryptic-comment | Cargo.toml
README.md
frontend
README.md
netlify.toml
package.json
public
index.html
manifest.json
robots.txt
rollup.config.js
src
index.css
near
config.ts
index.ts
react-app-env.d.ts
setupTests.ts
todo.md
tsc... | # 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... |
pienkowb_figment-learn | README.md
SUMMARY.md
figment-learn
all-tutorials.md
contribute.md
pathways.md
guides
datahub-infrastructure.md
datahub-products.md
getting-started-with-datahub.md
rate-limits.md
introduction
what-is-datahub.md
what-is-figment-learn.md
why-build-on-web3.md
network-documentation
... | ---
description: A collection of guides to support your learning experience
---
# 📚 Extra Guides
## Review our extra guides!
Sometimes tutorials do not cover all the pre-requisites in details, or you might need some help to streamline debugging.
Here's a collection of extra guides to support your learning experie... |
NEAR-P2P_NearP2P-NearPricesFiat | .vscode
settings.json
README.md
api.py
bd.sql
dboperations.py
exchanges.py
fiat_aurora.py
fiat_btc.py
fiat_eth.py
fiat_from_ref_finance.py
fiat_near.py
fiat_usdt.py
fiat_wbtc.py
fiat_weth.py
fiat_wnear.py
requirements.txt
| # P2PBd
Python program, update in database crypto price from coinmarketcap near against fiat
Get ticker information from exchanges into postgres database, last price
|
jilt_varda-vault | .vs
ProjectSettings.json
VSWorkspaceState.json
README.md
assets
global.css
logo-black.svg
logo-white.svg
contract
README.md
babel.config.json
build.sh
deploy.sh
neardev
dev-account.env
package-lock.json
package.json
src
contract.ts
tsconfig.json
do... | ## varda-vault secret content locker for NEAR nft
This repo is built to connect all NEAR NFTs to unlockable content. The contract is quite simple. It returns all the owned NFTs along with unlockable content related to them. The interface allows to lock new content to the owned NFTs.
**Lock secret content** <br />
We ... |
NEARFoundation_sc.whitelist-payouts | Cargo.toml
README.md
scripts
build.sh
src
lib.rs
tests
sim
main.rs
utils.rs
| # sc.whitelist-payouts
Whitelist payouts contract

|
halremawa_dono-contract | asconfig.json
assembly
as_types.d.ts
index.ts
models.ts
tsconfig.json
package.json
| |
orkun51_Web3.0-Practice-1 | 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
... | ## 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
johnedvard_Kurve-Space | CHANGELOG.md
README.md
client
BulletState.js
bullet.js
deadFeedback.js
engineParticleEffect.js
game.js
gameEvent.js
gameUtils.js
iGameobject.js
index.html
index.js
key.js
menu.js
monetizeEvent.js
myLib.js
near
config.js
nearConnection.js
... | ## Description
This game is inspired by Achtung, die Kurve!
It's a 4 player local multiplayer game. You control a spaceship and need to stay alive as long as possible before there's no space to navigate. You die if you hit a player's trail or any of the walls. Each player has one bullet they can fire to clear some sp... |
metashwat_NCD-starter | 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
NEARWEEK_sputnik-dao-2-ui-reference-testnet | .eslintrc.js
.github
ISSUE_TEMPLATE
BOUNTY.yml
.vscode
settings.json
README.md
babel.config.js
package.json
src
__mocks__
fileMock.js
assets
logo-black.svg
logo-white.svg
near-social.svg
roketo-logo.svg
components
dao
dao.css
... | # sputnik-dao-2-ui-reference
> UI for the Reference implementation [Sputnik-DAO-2 smart contract](https://github.com/near-daos/sputnik-dao-contract)
## Guide
### Setup
```
yarn install
```
### Develop
```
yarn start
```
|
esaminu_test-rs-boilerplate-106l | .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... |
hiba-machfej_todo--near-smart-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
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... |
kuutamolabs_nixpkgs | .github
ISSUE_TEMPLATE.md
ISSUE_TEMPLATE
bug_report.md
out_of_date_package_report.md
packaging_request.md
PULL_REQUEST_TEMPLATE.md
STALE-BOT.md
labeler.yml
stale.yml
workflows
backport.yml
basic-eval.yml
direct-push.yml
editorconfig.yml... | # To update Elm:
Modify revision in ./update.sh and run it
# Notes about the build process:
The elm binary embeds a piece of pre-compiled elm code, used by 'elm
reactor'. This means that the build process for 'elm' effectively
executes 'elm make'. that in turn expects to retrieve the elm
dependencies of that code (e... |
metanear_metanear-web | README.md
package.json
public
index.html
manifest.json
robots.txt
src
Auth.js
Home.js
Router.js
apps
Chat
Channel.js
Chat.css
ChatApp.js
ChatMessage.js
KeysApp.js
MailApp.js
ProfileApp.js
assets
gray_... | # [Meta NEAR Website](https://metanear.com)
Live: [metanear.com](https://metanear.com)
## Setup
```bash
yarn
```
## Run locally
```bash
yarn start
```
## Build and Deploy
```bash
yarn deploy
```
|
Peersyst_ckb-peersyst-sdk | README.md
examples
create-wallet.ts
deposit-in-dao.ts
get-dao-statistics.ts
get-dao-unlockable-amounts.ts
get-transactions.ts
import-wallet-error.ts
import-wallet.ts
issue-tokens.ts
send-transaction.ts
transfer-tokens.ts
unlock-from-dao.ts
wallet-balance.ts
package.json
s... | # Description
Peersyst typescrypt sdk to connect with nervos network
## Examples
In the folder example you can find examples on how to use the sdk.
To run any example use:
```
npm run example --name=wallet-balance
```
Where _wallet-balance_ can be any other example file name (import-wallet, create-wallet, get-tran... |
noemk2_NEARspring-challeng4 | .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
==========
[](https://travis-ci.com/near-examples/guest-book)
[](https://gitpod.io/#https://github.com/near-examples/guest-book)
<!-- MAGIC COMMENT: DO NOT DELETE!... |
htafolla_validator-tools | .gitpod.yml
Grafana-Near-Dashboard-v1.json
README.md
as-pect.config.js
asconfig.js
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
main.ts
model.ts
tsconfig.json
babel.config.js
package.json
report.20200531.164234.2624.0.001.json
src
App.css
App.js
App.test.js
... | <br />
<br />
<p>
<img src="https://nearprotocol.com/wp-content/themes/near-19/assets/img/logo.svg?t=1553011311" width="240">
</p>
<br />
<br />
## Validator Toools Dapp
### Requirements
##### IMPORTANT: Make sure you have the latest version of NEAR Shell and Node Version > 10.x
1. [Node.js](https://nodejs.org/en/... |
oserk_Student-Reward | README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
README.md
src
as_types.d.ts
simple
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
index.ts
model.ts
singleton... | #  Student-Reward
Introductory Video Link: https://www.loom.com/share/ffb96f63e353436ba3d327bf3ef08408
Rewarding Successful Student: Start voting for students who are s... |
nearvndev_counter-tutorial-rs | Cargo.toml
README.md
build.sh
neardev
dev-account.env
src
lib.rs
tests
sim
main.rs
| Counter Contract Tutorial
===================
This repository include a example implementaion of Rust contract with NEAR-SDK, a contract which use basic contract, versioned and upgradeable contract
Prerequisites
=============
If you're using Gitpod, you can skip this step.
* Make sure Rust is installed per the pre... |
HaiDang309_near-hackathon | README.md
contract
Cargo.toml
src
lib.rs
fe
CHANGELOG.md
LICENSE.md
jsconfig.json
package.json
public
index.html
manifest.json
static
icons
ic_flag_de.svg
ic_flag_en.svg
ic_flag_fr.svg
... | |
near-examples_factory-rust | .github
workflows
tests.yml
Cargo.toml
README.md
rust-toolchain.toml
src
deploy.rs
lib.rs
manager.rs
tests
sandbox.rs
| # Factory Contract Example
A factory is a smart contract that stores a compiled contract on itself, and
automatizes deploying it into sub-accounts.
This particular example presents a factory of donation contracts, and enables
to:
1. Create a sub-account of the factory and deploy the stored contract on it
(create_... |
ketyung_tm_collections_models | Cargo.toml
LICENSE.md
readme.md
src
lib.rs
models.rs
| |
Maar-io_near-learn | README.md
asconfig.json
assembly
index.ts
connect.js
create_account.js
deploy_contract.txt
execute.js
package-lock.json
package.json
query.js
transfer.js
transfer_advanced.js
| # near-learn
https://learn.figment.io/network-documentation/near/near-pathway
|
near_email-auth | .github
ISSUE_TEMPLATE
BOUNTY.yml
README.md
control-delegator
Cargo.toml
build.sh
deploy.sh
src
lib.rs
dkim-controller
Cargo.toml
build.sh
deploy.sh
src
lib.rs
dkim
Cargo.toml
src
bytes.rs
canonicalization.rs
dns.rs
erro... | # Proof-of-Concept for email-based authentication for NEAR
The goal of this repo is to show the Proof of concept of using the DKIM signatures (added by default to emails) as a way to authenticate transactions.
This would allow users to control their NEAR account via email - by setting the command that they would like... |
ikataev_spinfi | index.html
package.json
readme.md
src
near
NearAPI.ts
types.ts
utils.ts
store
near
nearSlice.ts
store.ts
vite-env.d.ts
tsconfig.json
tsconfig.node.json
vite.config.ts
| |
novilusio_play-dice | 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_nearcore | chain
jsonrpc
res
chain_n_chunk_info.html
debug.html
epoch_info.html
last_blocks.html
last_blocks.js
network_info.html
network_info.js
split_store.html
sync.html
tier1_network_info.html
... | |
near_near-analytics | .github
workflows
lint.yml
CONTRIBUTING.md
README.md
aggregations
__init__.py
base_aggregations.py
db_tables
__init__.py
daily_accounts_added_per_ecosystem_entity.py
daily_active_accounts_count.py
daily_active_contracts_count.py
daily_deleted_accounts_coun... | # near-analytics
Analytics Tool for NEAR Blockchain.
[NEAR Explorer](https://explorer.near.org/) uses it for [mainnet](https://explorer.near.org/stats) and [testnet](https://explorer.testnet.near.org/stats).
Keep in mind that the data (both format and the contents) could be changed at any time, the tool is under de... |
mattlockyer_near-cbp | .eslintrc.js
README.md
contract
Cargo.toml
build.sh
src
lib.rs
utils.rs
package.json
test
contract.test.js
test-utils.js
utils
config.js
near-utils.js
patch-config.js
| # NEAR Protocol Smart Contract Boilerplate
🚨🚨🚨 WARNING WIP 🚨🚨🚨
It's not that bad...
## Instructions
Install rust: https://www.rust-lang.org/tools/install
`yarn && yarn test:deploy`
If no contract edits (only test changes) use `yarn test`
Review code in `/test/*` and don't bother me when it doesn't work 😏
|
kwklly_kms-COIN | README.md
package.json
src
blockchains
celo
hw
index.ts
utils.ts
keyStore.ts
ledger.ts
cosmos
keyStore.ts
ledger.ts
flow
keyStore.ts
ledger.ts
kusama
keySto... | # @dsrv/kms
dsrv key management store
## Usage
```html
<script src="node_modules/argon2-browser/lib/argon2.js"></script>
```
```javascript
import { KMS, COIN, createKeyStore } from "@dsrv/kms";
// create key store
const mnemonic = "....";
const password = "strong password";
const keyStore = await createKeyStore(mnemo... |
Learn-NEAR-Club_nCaptchaExample | Readme.md
example-npm
example.html
index.js
package.json
example
example.html
package-lock.json
package.json
| |
NEARworld_nearspring-hello | backend
Cargo.toml
src
lib.rs
frontend
README.md
package-lock.json
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
index.css
index.js
logo.svg
reportWebVitals.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... |
evigore_Tipbot | Contract
Cargo.toml
compile.js
deploy.js
src
auth_tips.rs
generic_tips.rs
internal.rs
lib.rs
migration.rs
tiptoken.rs
DiscordBot
Command.ts
Tipbot.ts
bot.ts
commands
Balance.ts
Connect.ts
Deposit.ts
Tip.ts
... | |
Matrix2045_project-beep-frontend | README.md
index.html
package-lock.json
package.json
src
assets
images
common
message-error.svg
oldCommon
message-success.svg
js
loading.js
message.js
axios
api
comment.js
community.js
... | # Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) ... |
phamr39_reviewcompany | README.md
asconfig.json
assembly
__test__
as-pect.d.ts
main.spec.ts
as_types.d.ts
controller
company.controller.ts
index.ts
model
comment.model.ts
company.model.ts
storage
comment.storage.ts
company.storage.ts
tsconfig.json
cmds_test.tx... | # 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... |
phongnguyen2012_near-defi-ui | .gitpod.yml
.postcssrc.json
README.md
jest.config.js
netlify.toml
package.json
src
assets
imgs
discord.svg
medium.svg
tele.svg
twitter.svg
global.css
index.html
locales
en_US.ts
vi_VN.ts
shim.js
utils
SpecialWallet.t... | # VBI-UI
This is the front-end for VBI examples.
## Quick Start
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `yarn`
3. Run the local development server connected to `testnet`: `yarn start` (see `package.json` for a full list of `scripts` you can r... |
NearDeFi_polygon-bos-gateway__deprecated | .devcontainer
devcontainer.json
.eslintrc.json
README.md
next.config.js
package.json
public
next.svg
vercel.svg
src
assets
images
near_social_combo.svg
near_social_icon.svg
vs_code_icon.svg
components
lib
Spinner
index.t... | # BOS Gateway for Polygon zkEVM apps
## Setup & Development
Initialize repo:
```bash
pnpm i
```
Start development version:
```bash
cp .env.example .env
pnpm dev
```
The entry component is ```PolygonZkEVM``` and it's located at
```/src/components/polygon/index.tsx```
It loads the ```mattlock.near/widget/zk-evm-lp... |
pagoda-gallery-repos_Review | .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
build.yml
deploy-to-console.yml
labels.yml
lock.yml
pr-... | <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... |
mohammadreza-ashouri_NEAR-Protocol-Airdrop-Contract | README.md
src
lib.rs
| # NEAR-Protocol-Airdrop-Contract
This is an Airdop contract written in Rust for the NEAR protocol
1) Install Rustup by running:
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
2) Configure your current shell by running:
```
source $HOME/.cargo/env
```
3) Add wasm target to your toolchain by ... |
open-web-academy_nft-subscriptions-ui | README.md
package.json
public
index.html
manifest.json
robots.txt
src
App.js
App.test.js
Logo.js
assets
logo-black.svg
logo-white.svg
components
Footer.js
Header.js
sections
Hero.js
config.js
index.js
logo.svg
reportWebV... | # PROYECTO PARA LAS SUSCRIPCIONES DE OPEN WEB ACADEMY
Versión de Node: 12.22.5
Para correr el siguiente proyecto de manera local deberá ejecutar los siguientes comandos:
Para instalar las dependencias del proyecyo, deberá ejecutar el siguiente comando:
### `npm install`
Despues ejecute el siguiente comando para co... |
nearuaguild_near-server-side | CONTRIBUTING.md
LICENSE.txt
Readme.md
config
index.ts
verify.ts
contracts
fungible_token.ts
index.ts
middlewares
check_validation_result.ts
package.json
tsconfig.json
utils
index.ts
| |
nearprotocol_assemblyscript | .eslintrc.js
.github
FUNDING.yml
ISSUE_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md
workflows
publish.yml
stale.yml
test.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
README.md
cli
README.md
asc.d.ts
asc.js
asc.json
shim
README.md
fs.js
path.js
... | # assemblyscript-bson
BSON encoder / decoder for AssemblyScript somewhat based on https://github.com/mpaland/bsonfy.
Special thanks to https://github.com/MaxGraey/bignum.wasm for basic unit testing infra for AssemblyScript.
# Limitations
This is developed for use in smart contracts written in AssemblyScript for htt... |
keypom_keypom-airfoil | .eslintrc.js
.github
ISSUE_TEMPLATE
1-feature_request_template.md
2-issue_template.md
pull_request_template.md
workflows
main.yml
.vscode
extensions.json
settings.json
CONTRIBUTING.md
README.md
package.json
public
README.md
src
components
AppModal
... | # Keypom App 🚀



](https://travis-ci.com/near-examples/guest-book)
[](https://gitpod.io/#https://github.com/near-examples/guest-book)
<!-- MAGIC COMMENT: DO NOT DELETE!... |
LyiZri_near_demo_shareFileOnWeb3 | .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
==========
[](https://travis-ci.com/near-examples/guest-book)
[](https://gitpod.io/#https://github.com/near-examples/guest-book)
<!-- MAGIC COMMENT: DO NOT DELETE!... |
inteldev2080_NFT-Staking | .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... | Minimal NEP141 + Metadata Token Launcher
TBD
Fork of: https://github.com/mikedotexe/nep-141-examples (basic)
# TBD
# Varda NFT market implementation
Using the PoC backbone for NFT Marketplaces on NEAR Protocol.
[Reference](https://nomicon.io/Standards/NonFungibleToken/README.html)
## ToDo:
- [ ] add stNEAR as a tr... |
josefophe_nearmock-encode | README.md
as-pect.config.js
asconfig.json
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
... | ## Inspiration
I have been in the education space for some years and I see the need for genuine community sharing between tutors and students for positive changes students performance using technology. This has been my personal project for some time now how tutors can share knowledge and earn token when student acces... |
jbrit_nearfusion-gateway | README.md
near-wallet.js
next-env.d.ts
next.config.js
package-lock.json
package.json
public
blue-grid.svg
fonts
GTWalsheimPro
stylesheet.css
Joystix
stylesheet.css
PPMonumentExtended
stylesheet.css
grid.svg
vercel.svg
src
assets
ima... | # Gateway
The gateway is a Next JS app that serves the frontend and loads the `bos-components`.
## Setup & Development
Initialize repo in the root:
```
yarn
```
Start development server:
```
cd gateway && yarn run dev
```
## Local Component Development
1. Run an instance of a component server like [near/bos-loa... |
here-wallet_data-proxy-server | docker-compose.yml
requirements.txt
src
app
__init__.py
models.py
routes.py
trx_generator_routes.py
configs.py
connection_manager.py
push_notification.py
run_web.py
| |
NearPass_near-nft-js-example | .github
workflows
tests.yml
README.md
__tests__
test-template.ava.js
babel.config.json
commands.txt
jsconfig.json
neardev
dev-account.env
package.json
src
market-contract
index.ts
internal.ts
nft_callbacks.ts
sale.ts
sale_views.ts
nft-contract
... | This was practice!
|
nqdinh-1203_near-k10 | .gitpod.yml
README.md
command.txt
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
metadata.ts
... | near-blank-project
==================
This app was initialized with [create-near-app]
Quick Start
===========
If you haven't installed dependencies during setup:
npm install
Build and deploy your contract to TestNet with a temporary dev account:
npm run deploy
Test your contract:
npm test
If you ha... |
NookieGrey_my-near | README.md
docs
index.html
index.html
package.json
src
assets
react.svg
shims.ts
vite-env.d.ts
tsconfig.json
tsconfig.node.json
vite.config.ts
| ### Demo
https://nookiegrey.github.io/my-near/
|
PrimeLabCore_cli-releases | README.md
| ### PrimeLab TPS-CLI
To run the PrimeLab TPS Testing CLI tool you will need a `client-id` and `start-key`. This will provide you with a private key and certificate to manage this client. You can get these from the PrimeLab team ([Here](https://primelab.io/contact/))
#### Current Release - ([Here](https://github.com/Pr... |
NEARBuilders_NEP-Ideation | README.md
SUMMARY.md
nep-0000-template.md
nep-9999.md
| # NEP-Ideation
Let's ideate standards 💡
{% content-ref url="nep-0000-template.md" %}
[nep-0000-template.md](nep-0000-template.md)
{% endcontent-ref %}
## Quickstart
{% content-ref url="https://app.gitbook.com/o/wxNIOkA8NaT6omjLbqYh/s/eYMvXqEeHTuMsh7JRboR/" %}
[Start Here](https://app.gitbook.com/o/wxNIOkA8NaT6omjL... |
Learn-NEAR-Club_ncaptcha-gravity-addon | Controllers
FieldsController.php
PageConstructor.php
Helper
FormData.php
View.php
Model
Abstractions
AdminPages.php
Config.php
Constructor
ConfigPage.php
Constructor.php
Fields
NearPayableField.php
NearTransactionField.php
composer.json
index.php
r... | |
kyunghyunHan_near_counter_dapp | .gitpod.yml
README.md
contract
Cargo.toml
README.md
build.sh
deploy.sh
neardev
dev-account.env
src
lib.rs
frontend
.parcel-cache
d03bba54a655be5c.txt
App.js
assets
global.css
dist
index.94148097.css
index.bc0daea6.css
index.... | # 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... |
LTBach_Blockchain_in_Manufacturing_Integration_Tests | Cargo.toml
README.md
src
tests.rs
| # Blockchain_in_Manufacturing_Integration_Tests
_ This project is subproject of Blockchain_in_Manufacturing
_ Link to Blockchain_in_Manufacturing: https://github.com/LTBach/Blockchain_in_Manufacturing
# How to interact with code:
1. Clone repo
2. Paste this command-line in your terminal to see the magic
```
cargo run ... |
near_useragent-discovery-container | .eslintrc.json
.github
ISSUE_TEMPLATE
BOUNTY.yml
README.md
middleware.ts
next-env.d.ts
package-lock.json
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
turbo.json
vercel.json
| ---
name: User-Agent Based Rendering
slug: edge-functions-user-agent-based-rendering
description: Learn how to render a different page based on the User-Agent header.
framework: Next.js
useCase: Edge Middleware
css: Tailwind
deployUrl: https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/... |
glumb_IOTAtangle | .eslintrc.yml
.github
FUNDING.yml
README.md
|
package-lock.json
package.json
server
app.js
cleanup.js
mainnetApp.js
mainnetdata.json
mockZMQ.js
mocknetApp.js
mocknetdata.json
sub.js
webroot
index.html
lib
vivagraph.js
main.css
main.js
tangleGenerator.html
... | # IOTA Tangle Visualiser 🦔
[](https://app.codacy.com/app/glumb/IOTAtangle?utm_source=github.com&utm_medium=referral&utm_content=glumb/IOTAtangle&utm_campaign=Badge_Grade_Dashboard)
](https://gitpod.io/#https://github.com/namqdam/merkle-distributor)
A program for distributing tokens efficiently via uploading a [Merkle root](https://en.wikipedia.org/wiki/Merkle_tree).
This program is largely bas... |
GiselleNessi_creea | .github
scripts
runfe.sh
workflows
scripts.yml
tests.yml
.gitpod.yml
README.md
contract
README.md
babel.config.json
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
model.ts
utils.ts
tsconfig.json
frontend
apply... | # Creea 🌱
We empower women who can take action in Latam with grants and resources to support their cause through the power of web3. As the world is asking for a change and a new paradigm of society, our community has stepped up to demonstrate the many ways blockchain can be used to enhance real change and provide muc... |
jerrymusaga_rusty-near | 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... |
nearvndev_staking-contract-rs-tutorial | Cargo.toml
build.sh
neardev
dev-account.env
src
account.rs
config.rs
core_impl.rs
enumeration.rs
internal.rs
lib.rs
util.rs
t2
tests
sim
main.rs
| |
koe7_nearcrowdfund | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
lib.rs
models.rs
utils.rs
package.json
src
App.js
__mocks__
fileMock.js
assets
logo-black.svg
logo-white.svg
components
CreateCrowdfunds.js
L... | crowdfundDapp Smart Contract
==================
A [smart contract] written in [Rust] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install Rust with [correct target]
Exploring The Code
==================
1. The main smart contract code lives in... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.