repoName stringlengths 7 77 | tree stringlengths 0 2.85M | readme stringlengths 0 4.9M |
|---|---|---|
Jorgemacias-12_The-Cookie-Trail | .gitpod.yml
README.md
contract
README.md
build.sh
deploy.sh
examples.json
package.json
src
contract.ts
models
Category.ts
Project.ts
Rewards.ts
SocialNetwork.ts
User.ts
tsconfig.json
frontend
.eslintrc.json
R... | 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... |
mohitxskull_near-api-js-error | .env
.eslintrc.json
README.md
git.sh
package.json
src
main.ts
mmain.d.ts
tsconfig.json
tsconfig.release.json
| ```bash
➜ Array deserialize git:(main) ✗ yarn start
yarn run v1.22.19
$ node build/src/main.js
Account.viewFunction(contractId, methodName, args, options) deprecated use `Account.viewFunction(ViewFunctionCallOptions)` instead <anonymous>:null:null
Receipt: 5UJWuVeBGQx7LhyhEA5uhXisNSRqn9uutohmDTkrRpp7
Failure [... |
gyan0890_NEAR_EDEN23 | README.md
donation-js
.github
scripts
runfe.sh
workflows
readme.yml
tests.yml
.gitpod.yml
README.md
contract
README.md
build.sh
deploy.sh
package.json
src
contract.ts
model.ts
... | # Donation Contract
The smart contract exposes methods to handle donating $NEAR to a `beneficiary`.
# Quickstart
1. Make sure you have installed [node.js](https://nodejs.org/en/download/package-manager/) >= 16.
2. Install the [`NEAR CLI`](https://github.com/near/near-cli#setup)
<br />
## 1. Build and Deploy the Co... |
quanganh569_DecentralNet | .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... | # DecentralNet
|
metashwat_NEAR-CC-alpha | .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
tsconfig.json
compile.js
node_modules
.bin
acorn.cmd
... | # function-bind
<!--
[![build status][travis-svg]][travis-url]
[![NPM version][npm-badge-svg]][npm-url]
[![Coverage Status][5]][6]
[![gemnasium Dependency Status][7]][8]
[![Dependency status][deps-svg]][deps-url]
[![Dev Dependency status][dev-deps-svg]][dev-deps-url]
-->
<!-- [.
Fungible Token (FT)
===================
T... |
LiboShen_recur | README.md
contract
Cargo.toml
src
externals.rs
lib.rs
demo_frontend
index.html
package.json
src
NftContract.js
RentalContract.js
Utils.js
main.css
tailwind.config.js
vite.config.js
frontend
index.html
package.json
src
NftCon... | # Recur
# Quick Start
If you haven't installed dependencies during setup:
yarn deps-install
To deploy dev contract on testnet
yarn deploy
To start dev server
yarn start
|
kaito2001_near-arbitrage | README.md
contracts
arbitrage
Cargo.toml
build.bat
build.sh
neardev
dev-account.env
src
lib.rs
token_receiver.rs
utils.rs
factory
Cargo.toml
build.bat
build.sh
neardev
dev-account.... | # near-arbitrage
## factory
near dev-deploy res/token_factory.wasm
FACTORY_ID=dttfactory.testnet
TOKEN1=dtt.dev-1656188046462-83531633920883
TOKEN2=dtt1.dev-1656188046462-83531633920883
TOKEN3=dtt2.dev-1656188046462-83531633920883
TOKEN4=dtt3.dev-1656188046462-83531633920883
TOKEN5=dtt4.dev-1656188046462-8353163392088... |
microchipgnu_minsta-contract-rs | Cargo.toml
README.md
neardev
dev-account.env
scripts
build.sh
src
lib.rs
| # Minsta Proxy Minter NEAR Contract
This smart contract on the NEAR network is designed to handle minting functionality through proxy minters. It provides a way to mint Non-Fungible Tokens (NFTs) through specified minters while keeping track of the latest minter for each NFT contract.
## Contract Structure
### Minst... |
Hoanglam1134_near-linkdrop-mod | Cargo.toml
README.md
build.sh
src
lib.rs
| # near-linkdrop-mod
exercise of VBI class
## Changes
- Add view function to view all accounts in contract.
- ...
|
Learn-NEAR_NCD--NFT | .dependabot
config.yml
.gitpod.yml
.travis.yml
README.md
contracts
assemblyscript
as-pect.config.js
as-pect.d.ts
as_types.d.ts
compile.js
nep4-basic
README.md
__tests__
main.unit.spec.ts
main.ts
tsconfig.json
... | Minimal NEP#4 Implementation
============================
This contract implements bare-minimum functionality to satisfy the [NEP#4](https://github.com/nearprotocol/NEPs/pull/4) specification
Notable limitations of this implementation
==========================================
* Only the token owner can mint tokens.... |
amalia20220301_mz-near-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
==========
[](https://travis-ci.com/near-examples/guest-book)
[](https://gitpod.io/#https://github.com/near-examples/guest-book)
<!-- MAGIC COMMENT: DO NOT DELETE!... |
lightsea90_token-static-info | README.md
contract
Cargo.toml
compile.js
src
lib.rs
package.json
| ## Testnet contract
`sales.tokenhub.testnet`
## Sample commands
```
$ near dev-deploy out/main.wasm
Starting deployment. Account id: sales.tokenhub.testnet, node: https://rpc.testnet.near.org, helper: https://helper.testnet.near.org, file: out/main.wasm
Transaction Id 8okwhqNFRELYqecWWMX8Vmw7Kh3huLQXT717C9TMnDJr
To s... |
near_units-rs | .github
workflows
test.yml
Cargo.toml
README.md
crates
core
Cargo.toml
src
gas.rs
lib.rs
near.rs
prefixes.rs
util.rs
macro
Cargo.toml
src
lib.rs
units
Cargo.toml
src
... | NEAR Units
==========
> Note: It is recommended to use [near-gas](https://crates.io/crates/near-gas) and [near-token](https://crates.io/crates/near-token) crates instead of near-units, as those crates provide strict type wrappers, const constructors, and overall extremely lightweight.
Rust tools to help parse and for... |
NgocJena_HelloWorldAppNear.github.io | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-9e3c62115074b9cf
lib-inflector.json
autocfg-cd255646c4ed3339
... | HelloWorldAppNear
==================
This [Vue] app was initialized with [create-near-app]
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `npm install`
3. Run the local development server: `npm run dev` (see `package.json` fo... |
gormantec_gcode | .github
workflows
build-apk.yml
build-ios.yml
gmobile_build.yml
node.js.yml
.vscode
settings.json
BingSiteAuth.xml
addon
comment
comment.js
continuecomment.js
dialog
dialog.css
dialog.js
display
autorefresh.js
fullscreen... | # Near Bindings Generator
Transforms the Assembyscript AST to serialize exported functions and add `encode` and `decode` functions for generating and parsing JSON strings.
## Using via CLI
After installling, `npm install nearprotocol/near-bindgen-as`, it can be added to the cli arguments of the assemblyscript compil... |
ICavlek_NearMarketplaceDApp | README.md
SmartContract
near_marketplace_contract
Cargo.toml
src
lib.rs
package-lock.json
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
components
Wallet.js
marketplace
AddProduct.js
... | # NearMarketplaceDApp
Marketplace Decentralized Application on Near eco system.
Based on online Near Development 101 Course from https://nearbalkans.dacade.org/.
# Web Link
https://icavlek.github.io/NearMarketplaceDApp/
|
long2k_shoe-fe | .env
.eslintrc.json
README.md
api
apiConfig.ts
axiosConfig.ts
module
product.api.ts
transaction.api.ts
user.api.ts
common
components
partial
wheel
styles.ts
utils.ts
index.d.ts
near
constants
index.ts
interfaces
... | - Backend: https://github.com/long2k/shoes-dapp-server
- Fungible Token Contract: https://github.com/ndc1509/ptit-coin
- Shop Contract: https://github.com/ndc1509/shoes-shop-contract
## **FRONTEND**
*Functionalities:*
+ Customer can buy tokens with NEAR crypto currency
+ Customer can use tokens to buy shoes
+ Track... |
exponentsoftware_tempo | .cache
07
ade9a5846880e0ce878f20e9d18dcf.json
10
329005607a3de51542dcb4245261d3.json
13
e94658d868e808081a9ac89a34a45d.json
15
e2c9e154d27ee9e8dd69c4884fb551.json
1d
ac8efa7bc856e17f595c43ed458aab.json
1e
d702a1b4b2918a6e825016d1afd20a.json
21
... | # Donations Assemblyscript
An example on how to write AS contracts
|
mohitchandel_bos-chat | .gitpod.yml
README.md
contract
Cargo.toml
README.md
build.sh
deploy.sh
src
lib.rs
integration-tests
Cargo.toml
src
tests.rs
package-lock.json
package.json
rust-toolchain.toml
|
# Bos ChatApp
Welcome to the Bos ChatApp, a smart contract built on the NEAR Protocol that powers a simple yet effective chatting functionality. Users can send messages and retrieve a list of messages in a convenient chat-like format. The contract is implemented in Rust using the NEAR SDK and utilises JSX for buildin... |
Matiaspp96_near-architecture-nft | asconfig.json
contract
index.ts
modal.ts
tsconfig.json
package-lock.json
package.json
| |
microchipgnu_mintbase-app-example | README.md
constants
mintbase.ts
next-env.d.ts
next.config.js
package-lock.json
package.json
pages
api
hello.ts
postcss.config.js
public
vercel.svg
services
apolloClient.ts
tailwind.config.js
tsconfig.json
| 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... |
ivenka_SISM | README.md
| SISM
-
Sci-fi short story

Chapter One
-
Liz scribbles in her diary while her sister Jean and her niece Esther play in the sand. She looks at the page. It reads “14th of May, 2027. Voting day”. That’s as far as she went. She looks around her sister’s garden, pensive. Once a beaut... |
marcolettieri_near_sample | 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... |
mirk26_solanaDapp | README.md
pages
api
avalanche
account.ts
balance.ts
connect.ts
export.ts
import.ts
transfer.ts
celo
account.ts
balance.ts
connect.ts
deploy.ts
getter.ts
set... | # solanaDapp
## Figment Pages for Solana Dev Guide
/api/solana/XYZ.ts
* connect.ts - connection for JSON RPC nodes
* keypair.ts - generate account- pub key and priv key for creating account on solana chain
* fund.ts - get funds airdropped from dev net for starting account activities
* balance.ts - get balance for p... |
Proyectos-NCD_RUvaxxed | .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
tsconfig.json
compile.js
package-lock.json
package.json
package.json
src
Ap... | RUvaxxed
==================
This [React] app was initialized with [create-near-app]
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `npm install`
3. Run the local development server: `npm run dev` (see `package.json` for a
... |
frol_near-lake-flows-into-sql-base | Cargo.toml
README.md
migrations
20220221161526_initial.sql
src
db_adapters
account_changes.rs
blocks.rs
chunks.rs
execution_outcomes.rs
genesis.rs
mod.rs
receipts.rs
transactions.rs
lib.rs
main.rs
models
account_changes.rs
... | This is a tool to move the data from S3 to SingleStore in a structured way.
## Migration
```bash
# Add the new migration
sqlx migrate add migration_name
# Apply migrations
sqlx migrate run
```
|
nearvndev_hello-near-ts | .gitpod.yml
README.md
contract
README.md
babel.config.json
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
tsconfig.json
frontend
App.js
assets
global.css
logo-black.svg
logo-white.svg
index.html
index.js
near-interfac... | hello-near-ts
==================
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 have a ... |
keysKuo_NEAR-MERN-Delirate-Blockchain2023 | .env
README.md
contract
Cargo.toml
Definition.txt
Makefile.toml
README.txt
src
lib.rs
package-lock.json
package.json
src
config
database.js
index.js
middlewares
fileapis.js
multer.js
resources
Account
Model.js
Resolver.j... | ### Built With
To run this project, make sure that your environment have all of these frameworks/libraries:
* [![Nodejs][Node.js]][Node-url]
* [![ExpressJS][Express.js]][Express-url]
* [![MongoDB][MongoDB]][MongoDB-url]
* [![Rust][Rust]][Rust-url]
### Installation
1. Clone the repo
```sh
git clone https://git... |
Peersyst_bloxer | README.md
drills
ethers-typechain-contract
drill.ts
package-lock.json
package.json
tsconfig.json
xrpl-account
drill.ts
package-lock.json
package.json
xrpl-ledgers
drill.ts
package-lock.json
package.json
lerna.json
package-lock.json
... | # @bloxer/vanilla
Lightweight and simple vanilla blockchain indexer framework based on custom events.
# @bloxer/xrpl-account
Lightweight and simple xrpl account indexer based on custom events.
# @bloxer/ethers-typechain-contract
Lightweight and simple ethers typechain-contract indexer based on custom events.
# @blox... |
fariqM_simple-near-blockchain-app | .gitpod.yml
README.md
android
app
build
generated
res
pngs
debug
drawable-anydpi-v24
ic_launcher_foreground.xml
source
buildConfig
... | vue-blockchain Smart Contract
==================
A [smart contract] written in [AssemblyScript] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install [Node.js] ≥ 12
Exploring The Code
==================
1. The main smart contract code lives in ... |
near_phase2-validator-votes | README.md
| # phase2-validator-votes
Each validator can post here their criteria for Phase2, and token holders can comment.
## MOVED: https://github.com/nearprotocol/NEPs/issues/115
|
lightsea90_token-deployer | README.md
contract
Cargo.toml
compile.js
src
lib.rs
types.rs
package.json
| Token Sale
==================
This is a smart contract running on NEAR Protocol. It could be used to run a token sale.
# Sale rules
* There are 2 periods: Sale and Grace.
* In Sale period: users can deposit and withdraw.
* In Grace period: users can only withdraw.
* At any point of time, the price is calculated by th... |
jnlewis_yinbox-contracts | README.md
docs
DEPLOYMENTS.md
packages
contracts
ethereum
placeholder.md
near
README.md
scripts
yinbox-contract-utils.sh
yinbox-contract
as-pect.config.js
asconfig.json
assembly
... | ## Depoyment Guide
### Deploy via TronIDE
1. Visit TRON-IDE `https://www.tronide.io/`
2. On the left panel (File exporer), right click on `contracts` > `new file` > `Yinbox.sol`
3. Copy source code from this repo's Yinbox.sol and paste in TRON-IDE's Yinbox.sol
4. Switch to `Compiler` on the left panel, using the s... |
omomo-finance_omomo-protocol | .gitbook
assets
mountains_bg (1).svg
mountains_bg.svg
.github
workflows
test.yml
README.md
SUMMARY.md
build.bat
build.sh
build_clean.sh
contracts
Cargo.toml
controller
Cargo.toml
src
admin.rs
borrows_supplies.rs
config.rs
... | # Leverage trading over concentrated liquidity
Omomo leverage trading is a leverage trading protocol which utilizes feature of [concentrated liquidty](https://docs.uniswap.org/protocol/concepts/V3-overview/concentrated-liquidity) from [ref.finance](https://ref-finance.medium.com/ref-v2-unlock-concentrated-liquidity-fo... |
Motzart_lockupPage | README.md
declaration.d.ts
package.json
public
index.html
manifest.json
robots.txt
src
config.ts
hooks
useCurrentBalance.ts
useLockup.ts
useSortableData.ts
useTokenBalance.ts
useUserLockups.ts
index.html
services
NearWallet.ts
account.t... | # 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... |
hanakannzashi_saika | Cargo.toml
README.md
src
constants.rs
cross_other.rs
cross_self.rs
dynamic_storage_management
account_storage.rs
dynamic_storage_basic.rs
dynamic_storage_core.rs
dynamic_storage_manager.rs
errors.rs
mod.rs
storage_measurement.rs
enums.rs
er... | # Saika Red Packet
### Red Packet on NEAR
Support Token:
* NEAR
* FungibleToken
Red Packet Type:
* Average
* Rondom
## Methods
```rust
fn create_near_red_packet(
&mut self,
public_key: PublicKey,
split: usize,
split_mod: SplitMod,
msg: Option<String>,
white_list: Option<HashSet<AccountId>>
)... |
ggichuru_fungible_token_near | .gitpod.yml
README.md
contract
Cargo.toml
README.md
neardev
dev-account.env
src
lib.rs
integration-tests
Cargo.toml
src
tests.rs
package-lock.json
package.json
rustfmt.toml
scripts
build.bat
build.sh
| 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 `... |
muhammedalibilgin_NEAR-Developer-Course-Practice--1 | 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
... | www.patika.dev
# `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 demonstrati... |
pagoda-gallery-repos_test-rust | .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-... | # 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... |
mllnd_near-vue-demo | .env
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
guestbook.spec.ts
as_types.d.ts
main.ts
model.ts
tsconfig.json
babel.config.js
package.json
public
index.html
src
config.js
main.js
store.js
vue.config.js
| # Guest Book
This repository contains a Vue.js rewrite of the NEAR Protocol example project `Guest Book`.
Original repository: https://github.com/near-examples/guest-book.
|
myzyryzm_blockemon-web | README.md
backend
custom
account.js
wallet-account.js
fillmarket.ts
package-lock.json
package.json
public
index.html
manifest.json
robots.txt
src
app.ts
auth
controller.ts
models.ts
routes.ts
... | <!-- @format -->
# nginx-modsecurity
# blockemon-web
<!-- @format -->
# Blockemon Frontend
|
esaminu_test-rs-boilerplate-11 | .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... |
mikedotexe_nep-141-examples | basic
Cargo.toml
README.md
build.sh
src
fungible_token_core.rs
fungible_token_metadata.rs
internal.rs
lib.rs
storage_manager.rs
test.sh
tests
general.rs
unsafe-mode
Cargo.toml
README.md
build.sh
src
fungible_token_core.rs
... | # TBD
not minting or burning
|
Malikmal_learn-near-smart-contract-and-web3 | .github
workflows
tests.yml
.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
assets
global.css
logo-black.svg
logo-white.svg
index.html
... | # 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;
}
... |
MusicFeast_back_node | README.md
dist
app.js
config
postgres.js
services
account.service.js
apolloGraphql.services.js
autoswap.services.js
near.services.js
tasaNear.services.js
utils.js
package-lock.json
package.json
src
app.ts
config
multer.ts
postgr... | # musicfeast_node
|
JosueMolinaMorales_near-educoin-nft-minting | .gitpod.yml
README.md
contract
Cargo.toml
README.md
src
approval.rs
enumeration.rs
events.rs
internal.rs
lib.rs
metadata.rs
mint.rs
nft_core.rs
royalty.rs
tests
enumeration_tests.rs
lib_tests.rs
... | near-blank-project
==================
This app was initialized with [create-near-app]
Quick Start
===========
If you haven't installed dependencies during setup:
npm run deps-install
Build and deploy your contract to TestNet with a temporary dev account:
npm run deploy
Test your contract:
npm test
... |
metanear_public-chat-contract-rs | Cargo.toml
README.md
build.sh
src
lib.rs
| # Public Chat contract for Meta NEAR
Contract to aggregate chat messages in a `chat` app for Meta NEAR.
It implements messaging protocol with extendable APIs using Rust enums.
The contract is deployed on `metanear-chat` account on NEAR Testnet.
Try it out at [metanear.com](https://metanear.com)
## Building
```bash
... |
galactic3_generic_factory | Cargo.toml
README.md
build.sh
deploy.sh
hello_contract
Cargo.toml
build.sh
src
lib.rs
src
lib.rs
tests
main.rs
| # Generic factory contract
Generic contract factory that doesn't require factory recompilation for setting
the contract code. Code is loaded via custom method after the factory contract
is deployed. The code can only be loaded once, and only by the
current_account_id. Factory creates accounts without access keys so it... |
esaminu_test-rs-boilerplate-1032 | .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... |
js13kGames_exploring-egyptian-tombs | GeneratingPharaohs
GeneratingPharaohs
acceptfile.php
counter.txt
render.html
README.md
index.html
indexSource.html
mintingNFT.sh
nft
Cargo.toml
src
lib.rs
| # Exploring_Egyptian_Tombs
Game Special For js13Games!
Nickname: Musplay
twitter: @VadimSabitov6
|
manhhope_new-near-app-tutorial | .dependabot
config.yml
.github
workflows
tests.yml
.gitpod.yml
.travis.yml
README-Gitpod.md
README.md
as-pect.config.js
asconfig.js
assembly
__tests__
as-pect.d.ts
context.json
main.spec.ts
as_types.d.ts
main.ts
tsconfig.json
neardev
shared-test-staging
... | Counter example in AssemblyScript
=================================
[](https://gitpod.io/#https://github.com/near-examples/counter)
<!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page -->
## Description
This con... |
HypeDAO_HypeDAO | .github
workflows
cache.yml
.yarnrc.yml
README.md
package.json
packages
dao-stats
README.md
bin
run.cmd
package.json
src
commands
init.ts
test.ts
update.ts
index.ts
near.ts
... | dao-stats
==========
A DAO analytics tool on [NEAR Protocol](https://near.org). Works on a JSON file cache in which it stores and updates filtered and then aggregatred data from recent transactions fetched via [near-api-js](https://github.com/near/near-api-js).
Contents
========
1. [Overview](#overview)
2. [JSON fil... |
Peersyst_astron | .vscode
extensions.json
README.md
babel
babel-common.config.js
babel-react.config.js
nx.json
package-lock.json
package.json
packages
core
CHANGELOG.md
README.md
babel.config.js
package.json
src
index.ts
tsconfig.build.json
tsconfig.json... | # Astron Core
The core for a Javascript component library with a basic and shiny design system which is also highly customisable. Let your Javascript UI library shine like stars.
# Astron React Native
A React Native component library with a basic and shiny design system which is also highly customisable. Let your Rea... |
NEAR-P2P_nearp2p_node_service | .env
README.md
config
postgres.js
package-lock.json
package.json
server.js
serverlocal.js
src
assets
css
styles.css
controllers
autodispute.js
calculate_gas.js
calculate_gas_mainnet.js
delete-near-account.js
delete_contract_admin.js
delete_... | # nearp2p_node_service
|
gitshreevatsa_demo | ambassadors-dao
Cargo.toml
src
error.rs
lib.rs
payout
bounty.rs
miscellaneous.rs
mod.rs
proposal.rs
referrals.rs
policy.rs
types.rs
views.rs
vote.rs
| |
legendaryangelist_metabuilt-frontend | .eslintrc.json
README.md
next-env.d.ts
package.json
postcss.config.js
src
constants.ts
data
index.ts
interfaces.ts
images
badge_icon.svg
badge_star1.svg
badge_star2.svg
close_ico.svg
community_icon.svg
doll.svg
error_doll.svg
st... | # Create T3 App
This is an app bootstrapped according to the [init.tips](https://init.tips) stack, also known as the T3-Stack.
## What's next? How do I make an app with this?
We try to keep this project as simple as possible, so you can start with the most basic configuration and then move on to more advanced config... |
esaminu_console-boilerplate-unauth-123 | .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... |
mehtaphysical_color-picker-nft | .vscode
settings.json
README.md
asconfig.json
assembly
as_types.d.ts
index.ts
tsconfig.json
package.json
public
index.html
manifest.json
robots.txt
src
components
App.module.css
nft
NFTCreator.module.css
NFTList.module.css
index.css
index.j... | # Example NFT
This application is an example NFT creator.
* [slides](https://hackmd.io/@nYZjxlkZTY-FTvu6-J3lXg/rkXxFIq6_#/)
* [NEAR playground](https://near-playground.netlify.app/)
* [Fix Rust Smart Contracts](https://near-by-example-rust.vercel.app/)
|
open-web-academy_bos-gg | README.md
config
paths.js
presets
loadPreset.js
webpack.analyze.js
webpack.development.js
webpack.production.js
package.json
public
index.html
manifest.json
robots.txt
src
App.js
components
Commit.js
ConfirmTransactions.js
Editor
Op... | # Browser
A framework for reusable components to render and modify SocialDB by Near Social.
## Setup & Development
Initialize repo:
```
yarn
```
Start development version:
```
yarn start
```
## Run with docker:
```
docker pull zavodil/nearbos
docker run -p 3000:3000 zavodil/nearbos
```
Your local BOS gateway: http... |
NEARFoundation_api.smart-whitelist | README.md
package.json
src
config
near.config.js
helpers
checkParameters.js
checkSessionToken.js
getApplicantPk.js
getED25519KeyPair.js
getSmartWhitelistContract.js
initNear.js
initOnfido.js
initWebhookEventVerifier.js
loggingReques... | # api.smart-whitelist
Before run create .env file and fill it with:
```
MONGO,
PORT,
NETWORK,
SERVICE_ACCOUNT_SEED_PHRASE,
SERVICE_ACCOUNT_ID,
SMART_WHITELIST_CONTRACT_ID,
ONFIDO_API_TOKEN,
ONFIDO_REFERRER,
EXTERNAL_SERVER_URL
```
|
Md-Shadab-Alam_projxts | voting-app
.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
tsconfig.json
co... | [](https://www.npmjs.com/package/as-bignum)[](https://travis-ci.com/MaxGraey/as-bignum)[
# WARNING
This repository is **not** up-to-date with the current NFT [standards](https://nomicon.io/Standards/NonFungibleToken/README.html). For an example repository that is currently being maint... |
Learn-NEAR-Club_NCD-04--bankable | README.md
as-pect.config.js
asconfig-windows.js
asconfig.js
asconfig.json
assembly
__tests__
as-pect.d.ts
index.spec.ts
index.ts
tsconfig.json
types.ts
compile.js
package-lock-windows.json
package-lock.json
package-windows.json
package.json
| # NEARBankable
This is the repository for the NEAR certified developer banksable project
The purpose of this project is to create a banking component that can be added to any NEAR protocol dApp providing banking facilities to secure and manage funds.
This project enables the contract owner to store their funds away ... |
mekhakrishnanm_guest_book | .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!... |
Multiplier-Effect_Chainstock_Contract | README.md
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
build.sh
src
external.rs
ft_callbacks.rs
internal.rs
... | # Chainstock
## ChainStock를 소개합니다!
ChainStock은 비상장주식 중 비통일주식의 복잡한 거래방식과 주식 소유자 위변조 문제를 해결하는 블록체인 기반 비상장주식 거래 플랫폼입니다.
현재 투자자들의 많은 관심을 받고 있는 비상장주식은 거래 규모와 그 가치가 점점 더 커지고 있으나 비상장주식을 거래하는 데에는 많은 서류와 절차가 필요한 상황입니다. 또한 비상장주식의 소유자를 확인할 수 있는 방법이 시스템화 되어 있지 않아 양도자의 소유권 확인 역시 복잡하고 위변조 가능성이 있습니다. ChainStock은 블록체인을 통해 거래내역을 기록하... |
near-x_bos-tutorial | README.md
| # bos-tutorial
BOS Tutorial
|
karywjh_collaborative-art-near | .vscode
settings.json
contracts
.mocharc.json
README.md
babel.config.json
commands.txt
jsconfig.json
package.json
src
market-contract
index.ts
internal.ts
nft_callbacks.ts
sale.ts
sale_views.ts
nft-contract
... | # NEAR NFT-Tutorial JavaScript Edition
Welcome to NEAR's NFT tutorial, where we will help you parse the details around NEAR's [NEP-171 standard](https://nomicon.io/Standards/NonFungibleToken/Core.html) (Non-Fungible Token Standard), and show you how to build your own NFT smart contract from the ground up, improving yo... |
nearvndev_simple-amm-contract | Cargo.toml
build.sh
src
account.rs
core_impl.rs
ft_receiver.rs
internal.rs
lib.rs
share.rs
util.rs
| |
kingbsby_firefly-nft | Cargo.toml
README.md
integration-tests
rs
Cargo.toml
src
tests.rs
ts
package.json
src
main.ava.ts
utils.ts
nft
Cargo.toml
deploy.sh
src
approval
approval_impl.rs
approval_receiver.rs
mod.r... | Non-fungible Token (NFT)
===================
>**Note**: If you'd like to learn how to create an NFT contract from scratch that explores every aspect of the [NEP-171](https://github.com/near/NEPs/blob/master/neps/nep-0171.md) standard including an NFT marketplace, check out the NFT [Zero to Hero Tutorial](https://docs.... |
QuidMint_dNEARo | .env
Cargo.toml
README.md
build.sh
package.json
scripts
app.test.js
config.js
hoist-credentials.js
legacy-test.js
near-utils.js
patch-config.js
sanity-check.js
sanity-check2.js
test-utils.js
src
bonk.rs
get.rs
grab.rs
lib.rs
out.rs
pledge.rs
pool.rs
ut... | 👁🗨U!D
===================
Uses [near-contract-standards] and [simulation] tests.
[Fungible Token]: https://nomicon.io/Standards/Tokens/FungibleTokenCore.html
[near-contract-standards]: https://github.com/near/near-sdk-rs/tree/master/near-contract-standards
[simulation]: https://github.com/near/near-sdk-rs/t... |
NEAR-P2P_nearp2p | README.md
| # nearp2p_node_service
# nearp2p
NEAR Descentralized P2P
# Frontend
https://github.com/NEAR-P2P/NearP2PFrontEnd
# Backend
https://github.com/dvconsultores/NearP2PBackend
# Chat
https://github.com/dvconsultores/NearP2PChat
# Prices
https://github.com/dvconsultores/NearP2P-NearPricesFiat
# Node Services
https://gith... |
lewlian_tezos-figment-dump | README.md
components
protocols
avalanche
components
steps
index.ts
context
index.ts
hooks
index.ts
lib
index.ts
types
index.ts
celo
... | # 🤔 What is `learn-web3-dapp`?
We made this decentralized application (dApp) to help developers learn about Web 3 protocols. It uses TypeScript, React, and various smart contract languages.
Following along with the [Figment Learn Pathways](https://learn.figment.io/pathways/), you will build up a simple web client us... |
nameskyteam_multi-transaction | .changeset
README.md
config.json
.eslintrc.json
.lintstagedrc.js
.prettierrc.json
README.md
package.json
packages
account
README.md
package.json
src
MultiSendAccount.ts
index.ts
utils.ts
tsconfig.json
core
README.md
pack... | # Multi Transaction Wallet Selector
Multi Transaction Wallet Selector implementation
## Install
```shell
pnpm add @multi-transaction/core @multi-transaction/wallet-selector
```
## Examples
```ts
import { MultiTransaction, Amount, Gas } from '@multi-transaction/core';
import { setupMultiSendWalletSelector } from '@mul... |
muratcaner_ncd-practice-2 | README.md
node_modules
.bin
acorn.cmd
asb.cmd
asbuild.cmd
asc.cmd
asinit.cmd
asp.cmd
aspect.cmd
assemblyscript-build.cmd
eslint.cmd
esparse.cmd
esvalidate.cmd
js-yaml.cmd
mkdirp.cmd
near-vm-as.cmd
... | # eslint-visitor-keys
[](https://www.npmjs.com/package/eslint-visitor-keys)
[](http://www.npmtrends.com/eslint-visitor-keys)
[
===================
[](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-standards] and [simulation] tests.
[... |
prakhar728_mycrossword | .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... |
johnfriess_Desearch | README.md
config
gunicorn
dev.py
contract
desearch.py
lib.rs
desearch
__init__.py
settings.py
urls.py
wsgi.py
engine
__init__.py
admin.py
apps.py
database.py
migrations
__init__.py
models.py
recommender.py
recommender_data
BadWords.txt
... | # Desearch
## Inspiration
As freshmen who just left their parents, we know how important it is to filter the internet for clean and impressionable search results during our younger days. With widespread access to the internet, children can not only access sites they shouldn't see at that age, but the data they access w... |
happyrobot00_luggage-tracker-as | README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
index.unit.spec.ts
index.ts
model.ts
tsconfig.json
neardev
dev-account.env
package-lock.json
package.json
scripts
1.dev-deploy.sh
10.en-route.sh
11.ready.sh
12.collected.sh
13.reset.sh
1... | # `luggage-tracker-as`
# Luggage Tracker Demo Smart Contract for LNC Certified Developer
This smart contract for the NEAR protocol uses the hypothetical example of luggage tracking for an airline passenger.
- Passenger can check in their bag, using a unique luggage tag id, their origin and destination.
- The luggage... |
kuutamolabs_lightning-knd | .github
dependabot.yml
workflows
typo.yml
upgrade-flakes.yml
Cargo.toml
README.md
bors.toml
ctl
Cargo.toml
src
main.rs
system_info.rs
example
kld.toml
kld
Cargo.toml
build.rs
src
api
channels.rs
invoices.rs
macar... | 🌔kuutamo lightning-knd TUI
---
A Terminal User Interface for [lightning-knd](https://github.com/kuutamolabs/lightning-knd).
Now you can try with previous version of app with `--sync` flag for all commands.
Current asynchronous app is **still under development** and already supports
default [keybinding](https://gith... |
NEAR-Edu_near.university | .eslintrc.js
README.md
babel.config.js
package.json
postcss.config.js
public
index.html
src
main.js
router
index.js
tailwind.config.js
| # near.university
The one place where you can find the fastest way to learn about NEAR Protocol
## 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
```
### Customiz... |
Learn-NEAR-Club_near-nft-certificate | near-nft-cert
.gitpod.yml
README.md
contract
Cargo.toml
README.md
compile.js
neardev
dev-account.env
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-ff0f2cb7850... | near-nft-cert
==================
This 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 ... |
moreplatesmoredates_near-dacade | 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:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to vie... |
nearvndev_vbi-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... |
htamlive_payment-contract | Cargo.toml
build.sh
integration-test
Cargo.toml
src
main.rs
package-lock.json
package.json
src
ft_contract.rs
lib.rs
order.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-ba423869db093087
lib-inflector.json
actix-8f1029da8ca6fd4... | |
MARS-DAO_MarsDaoAutoFarm | README.md
|
hardhat.config.ts
migrations
1_initial_migration.js
package.json
scripts
deploy.sh
test
MarsDaoAutoFarm.test.js
truffle-config.js
waffle.json
| # MarsDAOAutoFarm
v3.0.0 Jan 23, 2023
MarsDAO autofarm.
## Contracts
Network: **Binance Smart Chain**.
| Contract | Address |
| --------------------------- | ------------------------------------------ |
| GovernanceMarsDAO | 0x585d49b69b0f5020243E9f3f8... |
Learn-NEAR-Club_PetShop_NEAR | pet-shop
.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
tsconfig.json
comp... | # Glob
Match files using the patterns the shell uses, like stars and stuff.
[](https://travis-ci.org/isaacs/node-glob/) [](https://ci.appveyor.com/project/isaa... |
kckotcherlakota_NEAR_protocol_collection | README.md
contract
Cargo.toml
build.js
src
lib.rs
index.html
jsconfig.json
package.json
postcss.config.js
public
font
inter.css
logo-ceramic.svg
near-logo-bug.svg
near-logo.svg
near_token_icon.svg
src
main.js
plugins
ceramic.js
routes.js
store
... | # NEAR_protocol_collection
<p>
<img src="https://miro.medium.com/max/1140/0*BimXGGrGaRFuQipU.png" width="200">
</p>
## Bounties to NEAR protocol
NEAR Protocol - Infographic, Blog, Frontend and Tutorial
## Near Video bounty - below youtube link
<br />
<a href="https://www.youtube.com/watch?v=w-y2LMpqun0&ab_channel=... |
henchiyb_hurdle-payment-sc | Cargo.toml
build.sh
src
account.rs
internal.rs
lib.rs
transfer_transaction.rs
util.rs
| |
mhassanist_near-hello-world-as | README.md
__tests__
as-pect.d.ts
index.unit.spec.ts
as-pect.config.js
asconfig.json
assembly
as_types.d.ts
index.ts
tsconfig.json
package.json
| # `near-hello-world-as`
Basic smart contract using [NEAR Protocol](https://near.org) and assembly script.
It works as a simple starting point for your assembly script smart contracts.
## How to use?
1. Clone the repository
2. Run `yarn` in the command line interface to install dependencies
3. To build , run `yarn b... |
johnseverpro_john.near | .gitpod.yml
README.md
asconfig.json
challenges
apps
playground
index.html
client-side-authentication.md
managing-keys-with-near-shell.md
realtime-monitoring-of-dapps.md
contracts
01.greeting
README.md
__tests__
greeting.simulate.spec.js
gre... | ## Design
### Interface
```ts
export function showYouKnow(): void;
```
- "View" function (ie. a function that does NOT alter contract state)
- Takes no parameters
- Returns nothing
```ts
export function sayHello(): string;
```
- View function
- Takes no parameters
- Returns a string
```ts
export function sayMyNam... |
oleksanderkorn_nearvember-challenge-8 | .github
workflows
deploy.yml
.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
... | nearvember-challenge-8 Smart Contract
==================
A [smart contract] written in [AssemblyScript] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install [Node.js] ≥ 12
Exploring The Code
==================
1. The main smart contract code l... |
Marlos-Rodriguez_NEAR-counter-contract | Cargo.toml
README.md
src
lib.rs
| # NEAR-counter-contract
NEAR Smart Contract of Counter
[](https://explorer.testnet.near.org/transactions/EnVnBMP1JkcyJZGroNPjbCkDjdqM2PoxSG2VX9S3wes9)
## Build
```bash
cargo build --target wasm32-unknow... |
Near-Cambodia-Guild_airdrop-contract | .gitpod.yml
README.md
contract
Cargo.toml
README.md
build.sh
deploy.sh
src
internal.rs
lib.rs
model.rs
frontend
App.js
assets
global.css
logo-black.svg
logo-white.svg
dist
index.06caf2d9.css
index.html
logo-black.544... | # 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.