repoName stringlengths 7 77 | tree stringlengths 0 2.85M | readme stringlengths 0 4.9M |
|---|---|---|
NEAR-Hispano_certificados | backend
.env
README.md
gulpfile.js
libs
storage.js
near.svg
network
api.js
package-lock.json
package.json
server.bundle.js
server.js
webpack.config.js
contract
Cargo.toml
src
event.rs
lib.rs
frontend
README.md
frontend.txt
j... | # react-nodejs-example
Example Project demonstrating how to develop React application with Nodejs
# STORE
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains your Vuex Store files.
Vuex Store option is implemented in the Nuxt.js framework.
Creating a file in thi... |
NearPass_nearpass-contracts | README.md
deploycontracts.sh
near-sandbox
.gitpod.yml
contract
babel.config.json
build.sh
build
builder.c
code.h
events.js
methods.h
nft.js
deploy.sh
package-lock.json
package.json
src
... | #### Nearpass Contracts
Many contracts inside `near-sandbox` are just for practice purpose because I was learning how to use `near-api-js`
The main contracts are in `near-sandbox/contract/src`
|
omarr45_near-quiz | README.md
package.json
postcss.config.js
public
index.html
manifest.json
robots.txt
src
App.css
App.js
components
AddQuestion.js
CreateQuiz.js
Footer.js
Landing.js
Navbar.js
Profile.js
Question.js
QuizCard.js
TakeQuiz.js
... | # Quizly
### Create and solve quizzes with rewards on NEAR blockchain!
Check the demo [here](https://omarr45.github.io/near-quiz/)
|
NearDeFi_burrow-landing | .env
.eslintrc.js
README.md
craco.config.js
package.json
postcss.config.js
public
index.html
manifest.json
robots.txt
src
assets
GitBook.svg
hog.svg
logo.svg
near.svg
pointer.svg
teeth.svg
hooks
burrow.ts
index.css
near
config.t... | ## Burrow landing page
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 it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
|
mhassanist_certchain | README.md
__tests__
index.unit.spec.ts
as-pect.config.js
asconfig.json
assembly
as_types.d.ts
index.ts
models.ts
tsconfig.json
package-lock.json
package.json
| # `Certy`
Certy is a certification ID generation app. Companies and institutions can use Certy to generate IDs for their certificates, which are stored on the blockchain forever and no one can lie about them.
|
knlv2501_voting_smart_contract | Cargo.toml
README.md
build.sh
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-a845d246234a76b2
lib-inflector.json
autocfg-d19733c6fbbe96ea
lib-autocfg.json
base64-1ecef2b746de1732
lib-base64.json
... | # Voting Contract
The purpose of this contract is solely for validators to vote on whether to unlock
token transfer. Validators can call `vote` to vote for yes with the amount of stake they wish
to put on the vote. If there are more than 2/3 of the stake at any given moment voting for yes, the voting is done.
After th... |
LizWahome_car-sharing | Cargo.toml
README.md
build.bat
build.sh
src
lib.rs
test.sh
| # Car-sharing app
## About
This is a car sharing smart contract that lets people rent cars for a short period of time.
## Declaration
HashMap is an important data structure which allows us to store data in key-value pairs. In Rust , HashMap store values by key.<br>
The `Contract` struct stores all the data required... |
near-hackathon-luciferius_challenge-2-smart-contract | .github
workflows
node.js.yml
README.md
contract
Cargo.toml
README.md
build.bat
build.sh
src
lib.rs
test.sh
dist
index.css
index.html
materialize.11fed4d9.css
materialize.11fed4d9.js
materialize.5467296b.js
materialize.min.64694632.css
materialize.... | # 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... |
NguyenVanThanhNha_guest-book-thanhnhadev | .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!... |
jakmeier_near-teller | Cargo.toml
readme.md
src
error.rs
implementation.rs
lib.rs
unit_tests.rs
tests
integration-tests.rs
| |
near_strimzi-kafka-operator | .azure
scripts
check_docs.sh
docu-push-to-website.sh
install_yq.sh
push-to-nexus.sh
release_files_check.sh
settings.xml
setup-helm.sh
setup-kubernetes.sh
setup_shellcheck.sh
setup_upgrade.sh
shellcheck.sh
uncommitted-cha... | ## Kafka log dump
Bash script for topic's partitions dump.
Dumping partitions is not easy, because a single partition is composed by X segments, all segments are replicated in the same set of brokers, and they can be in any of the attached disks.
When dealing with the internal topics `__consumer_offsets` and `__tra... |
mahmudsudo_offpro-backend-server | docker-compose.yml
fly.toml
package-lock.json
package.json
src
app.js
config
constants.js
contract.js
crypto-helper.js
database.js
near.js
notify.js
payment-helper.js
token-helper.js
twilio-helper.js
controllers
auth.controller.... | |
nearvndev_nft-marketplace-tutorial | market-contract
Cargo.toml
build.sh
src
ft_callback.rs
internal.rs
lib.rs
nft_callback.rs
sale.rs
sale_view.rs
utils.rs
nft-contract
Cargo.toml
build.sh
src
approval.rs
enumeration.rs
event.rs
internal.rs
... | |
lloyd-jk_BlockChainVoting | .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
... | # word-wrap [](https://www.npmjs.com/package/word-wrap) [](https://npmjs.org/package/word-wrap) [.
## 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... |
EvrenUstun_Near-web-3.0-bootcamp-phase-2 | 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
NEAR-Hispano_4myFuture | .cache
50
03ce656b204c052e5427e407573998.json
6d
bf3c5d75d2e194177c03e3d8c22ac6.json
73
07243ae587a0d07b9eaaff38cce24e.json
82
06ae3c74388a8df93d0036d6e4eae7.json
95
d22e5e43af14f738cb1e75508a177c.json
99
7f305dd919256e8f6a82a4a919a02b.json
a9
... | Rust-4MyFuture 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... |
pwagner_aurora-apr-api | README.md
index.js
package.json
src
abi.js
config.js
utils.js
test
api.spec.js
| ## Aurora APR API
This Docker container contains an API endpoint for data such as APRs, prices, etc. related to the WETH-NEAR-LP staking pool on Aurora Swap.
Most of the core functions are based on https://vfat.tools/aurora/auroraswap/. Extending this API with more pools should therefore be relatively easy.
## Develo... |
miguelangelomendes_BuyThem | README.md
client-web
.eslintrc.js
README.md
api
cryptography.js
storage.js
assets
README.md
css
tailwind.css
jest.config.js
lang
en_US.js
middleware
README.md
near
config.js
interface.js
nuxt.config.js
pa... | # MIDDLEWARE
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains your application middleware.
Middleware let you define custom functions that can be run before rendering either a page or a group of pages.
More information about the usage of this directory in [th... |
Learn-NEAR_NCD--imsygner | README.md
image-signature
.gitpod.yml
README.md
contract
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
index.ts
tsconfig.json
compile... | image-signature
==================
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
ful... |
Meharab_Bos-Chat-dApp | README.md
| # [Bos Loader](https://github.com/near/bos-loader)
|
near_eth-util-lite | .github
ISSUE_TEMPLATE
BOUNTY.yml
README.md
index.js
package-lock.json
package.json
| # eth-util-lite
This is a low-dependency utility for Ethereum. It replaces a small subset of the [ethereumjs-util](https://github.com/ethereumjs/ethereumjs-util) and [ethjs-util](https://github.com/ethjs/ethjs-util) APIs.
|
near_near-lockup-helper-js | .cspell.json
.eslintrc.json
.github
ISSUE_TEMPLATE
BOUNTY.yml
README.md
package-lock.json
package.json
src
index.ts
lib
balance.ts
lockup.ts
near.ts
utils.ts
tests
lockup.spec.ts
near.spec.ts
snapshots.ts
types
types.ts
tsconfig... | # near-lockup-helper
Javascript library to view lockup account information
# Setup
```
$ npm i near-lockup-helper
```
# For local development
```
$ npm install
```
```
$ npm run build
```
```
$ npm pack
```
After that you can install this packed library from another directory by
```
npm install ./path-to-package... |
Njorthr_ncd-patika-practise-3 | 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
ilyar_near-rust-intro | .cargo
audit.toml
config.toml
.github
workflows
contract.yml
Cargo.toml
readme.md
src
lib.rs
tests
integration
decrement_simulate.rs
get_num_simulate.rs
increment_simulate.rs
main.rs
utils.rs
| |
LinkUpFL_Near-Protocol-Chainlink | README.md
completion_list.txt
contract-wrap
Cargo.toml
Consumer
Cargo.toml
src
lib.rs
Flags
Cargo.toml
src
lib.rs
access_controlled_aggregator
Cargo.toml
src
lib.rs
aggregator_vaildator_mock
Cargo.toml
... | # Chainlink x Near Protocol
This is a native mainnet integration of Chainlink on the NEAR blockchain to support its many developers wanting to build decentralized applications using Chainlink oracles.
-Validate and adapt Chainlink contracts to ensure native compatibility with NEAR
-Test and deploy all components to ... |
ligebit_spring_near_nft_minter | README.md
contracts
cargo.toml
src
lib.rs
package.json
src
component_config.js
index.html
index.js
monster_constructor.js
style.css
| Challenge #3. NFT minter
https://ligebit.github.io/spring_near_nft_minter/
//don't use web3.storage token in frontend
|
OlexandrSai_NEAR--communite-frontend | README.md
babel.config.js
package-lock.json
package.json
postcss.config.js
public
index.html
src
composables
near.js
index.css
main.js
router
index.js
services
near.js
store
store.js
tailwind.config.js
| # communite--frontend
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org... |
NEAR-Edu_low-no-code | .eslintrc.json
README.md
next-env.d.ts
package.json
src
styles
globals.css
utils
index.ts
tsconfig.json
| # 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... |
hiba-machfej_near-meme-museum-ui | .eslintrc.js
README.md
babel.config.js
package.json
postcss.config.js
public
index.html
src
assets
logo.svg
composables
near.js
main.js
services
near.js
tailwind.config.js
| # The Meme Museum
Sign in with <a href="https://near.org/">NEAR</a> and Share your favorite MEME. Comment, vote, and engage with all the cool memes!
<br>A starter app built with an AssemblyScript backend and a Vue frontend. This Frontend is created for learning purposes.
### Check out the smart contract <a href="ht... |
near_bos-web-engine | .github
ISSUE_TEMPLATE
epic.md
workflows
deploy-components-main.yml
main.yml
snyk-security.yml
CONTRIBUTING.md
README.md
apps
demos
.bos-loader.toml
README.md
globals.d.ts
ignore
README.md
package.json
src
... | This directory is a scratch pad for components which you do not want to commit. All files in this directory will be ignored by git, but will be served by bos-loader according to the config in [../.bos-loader.toml](../.bos-loader.toml)
# Hot Reload
Please refer to the README for the [Hot Reload Server](../hot-reload-se... |
nikhilsamrat_my-swapper | .gitpod.yml
README.md
contract
Cargo.toml
README.md
build.sh
deploy.sh
src
lib.rs
integration-tests
Cargo.toml
src
tests.rs
package.json
| # Hello NEAR Contract
The smart contract exposes two methods to enable storing and retrieving a greeting in the NEAR network.
```rust
const DEFAULT_GREETING: &str = "Hello";
#[near_bindgen]
#[derive(BorshDeserialize, BorshSerialize)]
pub struct Contract {
greeting: String,
}
impl Default for Contract {
fn d... |
jilt_earendill | README.md
requirements.txt
| # What is this
Blender Add-on to mint your render on [Mintbase](https://mintbase.xyz) and upload sources on the [Varda Vault](https://vault.varda.vision) for your collectors
Please check to my introduction video for a detailed how to, or read on.
This module leverages the [near protocol API](https://github.com/near/n... |
ilerik_vpersona | .eslintrc.json
README.md
contracts
keypom
.vscode
settings.json
Cargo.toml
README.md
__tests__
config-tests
config-tests.ava.ts
ft-drops
ft-drops.ava.ts
utils
ft-utils.ts
... | <p align="center">
<img src="assets/claimed-linkdrop.png" alt="Logo" style="width: 35%; height: 35%">
<br />
</p>
<div align="center">
<h1>
Keypom
</h1>
Limitless possibilities in the palm of your hand.
</div>
<div align="center">
<br />
[ DAPP to allow change your’s NEAR tokens in a easy, secure and fast way.
A Decentralized Wallet that will provide P2P like Binance or Airtm where you can change your available Crypto’s in local money, fiat, other cryptos. Using your services online that are av... |
nam-nguyen17_mint_nft | .gitpod.yml
README.md
contract
README.md
babel.config.json
build.sh
deploy.sh
package.json
src
contract.ts
tsconfig.json
integration-tests
package.json
src
main.ava.ts
package.json
| near-blank-project
==================
This app was initialized with [create-near-app]
Quick Start
===========
If you haven't installed dependencies during setup:
npm install
Build and deploy your contract to TestNet with a temporary dev account:
npm run deploy
Test your contract:
npm test
If you ha... |
maximedgr_near_rust_smart_contract | Cargo.toml
README.md
src
lib.rs
| ### Key Value storage - Smart contract - NEAR
### tutorial by figment.io
Contract deloyed : [View](https://explorer.testnet.near.org/transactions/8ZpW6DD5zmhRbcmQJt4989ZjWgzc6NNaQ18xXh7Jpycx)
### Setup
You should have the following requirements installed:
- Rust
- NEAR CLI
- NEAR Testnet account
```
r... |
mineloop99_NEAR_programing | Finding_Macro
contracts
market
.vscode
launch.json
Cargo.toml
build.sh
src
external.rs
lib.rs
market_interface.rs
nft.rs
nft_interface.rs
nft
Ca... | |
idirall22_Library | README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
example.spec.ts
as_types.d.ts
index.ts
model.ts
tsconfig.json
deploy.sh
index.js
package-lock.json
package.json
| # Library Using Near Smart Contract (Assembly)
## Steup
Folder structure to develop Near smart contract using assembly language.
### Project
1. Install `Node 14`
2. npm init
3. npm i -g near-cli
4. npm i --save-dev 'assemblyscript@^0.19.3'
5. npx asinit .
6. npm i --save-dev @as-pect/cli
7. npx asp --init
8. npm i n... |
jamesalexakande_forkofNEARBlockchaindocs | .github
ISSUE_TEMPLATE
bug_report.md
config.yml
documentation-request.md
meta-improvement.md
workflows
build-check.yml
crowdin.yml
docs-generator.yml
spellcheck.yml
test-links.yml
.vscode
settings.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md... | <br />
<br />
<p align="center">
<img src="website/static/docs/assets/near_logo.png" width="240">
</p>
<br />
<br />
## NEAR Protocol - scalable and usable blockchain
[](http://near.chat)
[]
pub struct Contract {
greeting: String,
}
impl Default for Contract {
fn d... |
k1ryl_dacade-near-marketplace-ui | 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... | https://dacade.org/communities/near/courses/near-101/learning-modules/6f5115da-d439-4133-8b9b-dc66494fd6b2
|
keypom_trial-accounts | .eslintrc.js
README.md
__tests__
trial-tests.ava.ts
utils
general.ts
types.ts
mapping-contract
Cargo.toml
build.sh
rust-toolchain.toml
src
lib.rs
package.json
trial-contract
.cargo
config.toml
Cargo.toml
build.sh
rust-toolchain.toml
src
... | # Keypom Accounts
|
onchainengineer_tested | README.md
athena_gallery
README.md
config
constants.ts
hooks
useStoreNfts.ts
next-env.d.ts
next.config.js
package-lock.json
package.json
postcss.config.js
queries
queries.ts
services
providers
apollo.ts
constants.ts
styl... | # Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view... |
near_near-seed-phrase | .eslintrc.yml
.fossa.yml
.github
ISSUE_TEMPLATE
BOUNTY.yml
.travis.yml
README.md
browser-exports.js
dist
near-seed-phrase.js
near-seed-phrase.min.js
index.js
package.json
test
index.test.js
types.d.ts
| # NEAR Seed Phrase
This tool enables creating and converting mnemonic-phrases, public key and private key for NEAR accounts.
### Install
```js
npm i near-seed-phrase
```
### Usage
```js
const { parseSeedPhrase, generateSeedPhrase } = require('near-seed-phrase');
// to create a seed phrase with its corresponding Key... |
kulame_neardex | factory
Cargo.toml
build.sh
src
lib.rs
utils.rs
pair
.vscode
extensions.json
settings.json
Cargo.toml
build.sh
src
lib.rs
router
.vscode
launch.json
Cargo.toml
build.sh
docs
design.md
src
account.rs
e... | |
notifi-network_near-sdk-example | README.md
config-overrides.js
package.json
public
index.html
manifest.json
robots.txt
src
App.css
Notifi
NotifiHook.ts
index.css
logo.svg
reportWebVitals.ts
setupTests.ts
tsconfig.json
| # 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... |
near_notifications-server | .eslintrc.js
README.md
docker-compose.yml
nest-cli.json
package-lock.json
package.json
prisma
migrations
20230929150917_subscriptions
migration.sql
20231030115011_preferences
migration.sql
migration_lock.toml
src
app.controller.spec.ts
app.controller.ts
ap... | # Notifications Serverless Function
## Running locally
`npm start`
## Testing
1. Run the Pub/Sub emulator.
2. Run the function:
`npm start`
3. Create a topic:
```console
curl --location --request PUT 'http://localhost:8085/v1/projects/test-project/topics/test'
```
4. Create a push subscription:
```console
curl... |
NEARBuilders_hackoween | .github
workflows
deploy-prod-mainnet.yml
README.md
apps
hackoween
bos.config.json
package.json
| # Hackoween
This repository holds a small app for browsing the Hack-o-ween Civic Buildathon submissions.
## Getting Started
To run locally, make sure you have [bos-workspace](https://github.com/sekaiking/bos-workspace) installed.
Then, run the command:
```bash
bw dev
```
This will serve the widgets from `http://... |
near-everything_bos-workspace | .github
workflows
tests.yml
README.md
apps
archive
bos.config.json
bos-blocks
bos.config.json
common
bos.config.json
create
bos.config.json
devs
bos.config.json
docs
bos.config.json
dummyapp
bos.config.json
eventForm
... | <!-- PROJECT LOGO -->
<br />
<div align="center">
<a href="https://github.com/near-everything/bos-workspace">
<img src="https://i.near.social/magic/thumbnail/https://near.social/magic/img/account/efiz.near" alt="Logo" width="80" height="80">
</a>
<h3 align="center">
Everything BOS Workspace
</h3>
<... |
esaminu_test-rs-boilerplate-106k | .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... |
PierreLeGuen_deploy-multisig | .env
.eslintrc.json
README.md
next.config.js
package-lock.json
package.json
postcss.config.js
public
next.svg
vercel.svg
src
lib
LedgerClient.ts
pages
api
hello.ts
styles
globals.css
tailwind.config.ts
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
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://l... |
nearvndev_vbi-ft | Cargo.toml
README.md
build.sh
src
lib.rs
| 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.html
[near-contract-standards]: https://github.com/near/near... |
lau-bin_near-testing | test-suite
package.json
scripts
test_near.js
test_near_v2.ts
tsconfig.json
types.d.ts
util
contract.js
util.js
| |
near-hack-magic-powered_nft-social-network-api | .commitlintrc.json
.env
.eslintrc.js
README.md
docker-compose-dev.yml
docker-compose.yml
nest-cli.json
package.json
src
app.controller.spec.ts
app.controller.ts
app.module.ts
app.service.ts
auth
auth.controller.spec.ts
auth.controller.ts
auth.module.ts
auth.service.ts... | ## Description
...
## Installation
```bash
$ yarn install
```
## Running the app
```bash
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
```
## Test
```bash
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:co... |
ManhThanhNg_voting_test | Cargo.toml
README.md
build.sh
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-a845d246234a76b2
lib-inflector.json
autocfg-d19733c6fbbe96ea
lib-autocfg.json
base64-1ecef2b746de1732
lib-base64.json
... | # Voting Contract
The purpose of this contract is solely for validators to vote on whether to unlock
token transfer. Validators can call `vote` to vote for yes with the amount of stake they wish
to put on the vote. If there are more than 2/3 of the stake at any given moment voting for yes, the voting is done.
After th... |
Learn-NEAR_NCD--Covid-Vaccination | README.md
as-pect.config.js
asconfig.json
assembly
__test__
as-pect.d.ts
index.unit.spec.ts
as_types.d.ts
index.ts
models.ts
tsconfig.json
PERSONAS
CERTIFICADOS DE VACUNACIÓN
CONTAGIOS
Métodos del smart contract de Vacunas
Métodos del smart contract de Personas
Métodos del smart cont... | # `CovidVaccination`
📄 Descripción
==================
CovidVaccination Es un contrato inteligente que puede crear vacunas, personas a vacunar, certificados de vacunación, y contagios entre personas vacunadas y registradas, todos lo sdatos son almacenados mediante el protocolo de NEAR.
El listado siguiente estan las p... |
Peersyst_symbol-qr-library | .travis.yml
CHANGELOG.md
CONTRIBUTING.md
README.md
examples
Example.ts
ExampleAddContactQR.ts
ExampleExportAccountQR.ts
ExampleExportMnemonicQR.ts
ExampleRequestTransactionQR.ts
index.html
index.ts
index.ts
package-lock.json
package.json
src
AccountQR.ts
AddressQR.ts
ContactQR.ts... | # Symbol QR Library
[](https://badge.fury.io/js/symbol-qr-library)
[](https://travis-ci.com/nemtech/symbol-qr-library)
[ installed;
* Clone the [nearprotocol/nearcore](https://github.com/near/nearcore);
To... |
evgeniy-sibagatullin_near-save-wild-life | README.md
near-save-wild-life-contract
README.md
asconfig.json
assembly
as_types.d.ts
index.ts
model.ts
tsconfig.json
package-lock.json
package.json
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
comp... | ## Install CLI Tools
```
yarn global add near-cli
yarn global add assemblyscript
yarn global add asbuild
```
## Create Accounts
### Create a Top-Level Account
See the [NEAR 101 learning module 4.1](https://dacade.org/communities/near/courses/near-101/learning-modules/b52ba9f1-caac-4339-96ed-fad3b1ab6bbd#4-create-ac... |
Peersyst_go-ethereum | .github
CONTRIBUTING.md
ISSUE_TEMPLATE
bug.md
feature.md
question.md
no-response.yml
stale.yml
.golangci.yml
.travis.yml
README.md
SECURITY.md
|
accounts
abi
abi.go
abi_test.go
abifuzzer_test.go
argument.go
bind
auth.go
... | ## Go Ethereum
Official Golang execution layer implementation of the Ethereum protocol.
[](https://pkg.go.dev/github.com... |
andresguerrerdev_ncd_team_15_soccer_amateur | .gitpod.yml
README.md
contract
Cargo.toml
README.md
build.sh
deploy.sh
src
lib.rs
frontend
App.js
assets
global.css
logo-black.svg
logo-white.svg
index.html
index.js
near-interface.js
near-wallet.js
package.json
start.sh
ui-componen... | near-blank-project
==================
This app was initialized with [create-near-app]
Quick Start
===========
If you haven't installed dependencies during setup:
npm install
Build and deploy your contract to TestNet with a temporary dev account:
npm run deploy
Test your contract:
npm test
If you ha... |
Learn-NEAR-Hispano_NCD2L1--NearBook | README.md
contract
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
index.ts
models
Comment.ts
Post.ts
tsconfig.json
package-lock.json
package.json
scripts
bu... | # NearBook
La idea de nuestro proyecto es el de conectar a la comunidad Near en su propio social media, nuestro contrato permite crear articulos, darle like, quitar el like, conseguir los articulos creados, eliminar articulos creados estas son algunas de las funcionalidades, si tuvieramos mas tiempo agregariamos poder... |
lmb142_AerisHub-AssemblyScript-Smart-Contract | .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... |
NduatiMichael_Sankore2_Exercise1_Solution | README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
example.spec.ts
as_types.d.ts
index.ts
tsconfig.json
node_modules
@as-covers
assembly
CONTRIBUTING.md
README.md
index.ts
package.json
tsconfig... | # Acorn
A tiny, fast JavaScript parser written in JavaScript.
## Community
Acorn is open source software released under an
[MIT license](https://github.com/acornjs/acorn/blob/master/acorn/LICENSE).
You are welcome to
[report bugs](https://github.com/acornjs/acorn/issues) or create pull
requests on [github](https://... |
pratikpatil024_NEAR-rust-test-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... |
pythonicode_nearsound | .eslintrc.json
README.md
components
ActionButtons.js
DrawerContent.js
Header.js
NearAccount.js
NearLogin.js
NearLogo.js
Player.js
Roles.js
SongCard.js
context
DatabaseProvider.js
NearProvider.js
SoundProvider.js
near-contracts
README.md
market-contract
Car... | # TBD
# Nearsound Contracts
# TBD
# TBD
# Nearsound Contracts
## Inspiration
For a long time, I wanted to work on some kind of blockchain application, but I didn't really have the experience or time to make it happen. Then one day I was browsing through Reddit and saw an advertisement for the NEAR Metabuild hackathon a... |
musiienko25_wallet | .github
dependabot.yml
workflows
tests.yml
.gitpod.yml
.travis.yml
LICENSE-APACHE.txt
LICENSE-MIT.txt
README-Gitpod.md
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
neardev
shar... | Example of NEAR Wallet integration
==================================
[](https://gitpod.io/#https://github.com/near-examples/wallet-example)
<!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page -->
This example dem... |
AnastasiaMenshikova_near_marketplace | asconfig.json
assembly
as_types.d.ts
index.ts
tsconfig.json
package.json
| |
mdb1710_nearvotingdemo2 | 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
near_lang-DAO-grants | .github
ISSUE_TEMPLATE
BOUNTY.yml
README.md
| Collection of grants around language support on NEAR available and a place to propose them.
To claim a grant post a comment in the issue, open a work in progress PR to the relevant project and post it. The issue then will move from open to pending.
Finally once completed you propose a grant here for AssemblyScript: ... |
PinkDiamond1_tx-latency-measurement | README.md
avalanche-tx-latency-measurement
package.json
sendtx_avalanche.js
bnb-tx-latency-measurement
package.json
sendtx_bnb.js
elrond-tx-latency-measurement
package.json
sendtx_elrond.js
eos-tx-latency-measurement
package.json
sendtx_eos.js
fantom-tx-latency-measurement
package.js... | # Transaction Latency Measurement
### 1) Introduction
Using this repo, you can measure transaction latency on differenct blockchain platforms(ex: Solana mainnet-beta, Avalanche C-chain, Polygon PoS, and Klaytn). Transaction latency is measured by sending a simple value transfer transaction through public RPC url prov... |
pmarangone_near-debugging | 1-sim-tests
Cargo.toml
build.sh
run.sh
src
lib.rs
tests
general.rs
2-callbacks
Cargo.toml
build.sh
readme.md
run.sh
src
lib.rs
3-types-issues
Cargo.toml
README.md
run.sh
src
lib.rs
views.sh
| |
luvnft_PinNear | .github
dependabot.yml
README.md
contracts
Cargo.toml
build.sh
src
approval.rs
enumeration.rs
events.rs
internal.rs
lib.rs
metadata.rs
mint.rs
nft_core.rs
royalty.rs
dspyt
README.md
config-overrides.js
package.json
p... | ## Installation
```bash
npm install
```
Copy `.env.example` to `.env` and replace the API_KEY with your api key from [nft.storage](https://nft.storage/manage/)
## Start the Project
```bash
npm start
```
### Links
/saved
/
/upload
# PinSave
## Project Description
Pin Save is a decentralized image sharing and c... |
Learn-NEAR_NCD--poll | .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-lock.json
packa... | near-voting-system 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... |
kharioki_Meme-musuem-frontend | .gitpod.yml
README.md
dist
global.e50bbfba.css
global.e50bbfba.js
index.html
index.js
logo-black.eab7a939.svg
logo-white.7fec831f.svg
src.e31bb0bc.js
package.json
src
assets
logo-black.svg
logo-white.svg
config.js
global.css
index.html
index.js
main.te... | social-memes
==================
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 l... |
neardragons_atomic-swap | .cargo
config.toml
.github
workflows
test.yml
Cargo.toml
Makefile.toml
README.md
package-lock.json
package.json
run.sh
src
lib.rs
test.js
test.sh
tests
workspace
main.rs
| # Stygian Atomic Swap
<!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page -->
This smart contract facilitates a simple atomic swap, allowing a user to claim funds with a secret key, or revert if the lock is surpassed.
This contract is designed to be instantiable, not an ephe... |
locsama3_guest-book-cloned | .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!... |
Narniii_nft-shop | .vscode
settings.json
README.md
package.json
public
images
blockchainerror.svg
logo.svg
logoo.svg
social
discord.svg
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
Contexts
WalletContext.js
components
... | co operated with @alii-mlk
# 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](ht... |
metashwat_AssemblyScript | README.md
asconfig.json
package.json
| # AssemblyScript
AssemblyScript Contract on NEAR Protocol
|
isaacbmiller_LinearTicketBot | README.md
app
__init__.py
api
__init__.py
linear_consumer.py
update_issue.py
chain
__init__.py
chain.py
requirements.txt
run.py
| # Linear Webhook Ticket Bot
<img alt="DroidScrumMaster" src="https://github.com/isaacbmiller/LinearTicketBot/assets/17116851/a8aa3821-b510-4935-86ea-93b6a2ffde4e" width="500">
## What is it
This is a bot that uses the Linear API to automatically add relevant information to a ticket when it is created.
It uses LangC... |
near_openethereum | .github
CODE_OF_CONDUCT.md
CONTRIBUTING.md
ISSUE_TEMPLATE.md
ISSUE_TEMPLATE
BOUNTY.yml
PULL_REQUEST_TEMPLATE.md
.gitlab-ci.yml
CHANGELOG.md
Cargo.toml
README.md
SECURITY.md
accounts
Cargo.toml
ethkey
.travis.yml
Cargo.toml
README.md
cli
Car... | ## ethkey-cli
Parity Ethereum keys generator.
### Usage
```
Parity Ethereum Keys Generator.
Copyright 2015-2020 Parity Technologies (UK) Ltd.
Usage:
ethkey info <secret-or-phrase> [options]
ethkey generate random [options]
ethkey generate prefix <prefix> [options]
ethkey sign <secret> <message>
... |
esaminu_ghpagestestgb | .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
==========
[](https://travis-ci.com/near-examples/guest-book)
[](https://gitpod.io/#https://github.com/near-examples/guest-book)
<!-- MAGIC COMMENT: DO NOT DELETE!... |
Land-Coin_landCoinBackend | Cargo.toml
build.sh
deploy.sh
src
lib.rs
property.rs
transaction.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-4a8c8a7e9339386c
lib-inflector.json
ahash-72508542b05bb4d5
build-script-build-script-build.json
ahash-a... | |
kwklly_NEARYou_demo | .travis.yml
README.md
babel.config.js
gulpfile.js
package.json
src
App.css
App.js
App.test.js
Drops.js
__mocks__
fileMock.js
apis
index.js
assets
gray_near_logo.svg
logo.svg
near.svg
config.js
index.html
index.js
jest.init.js
main.t... | # NEARYou Demo
## 🗝 Table of Contents
- [About NEARYou](https://github.com/Meowomen/NEARYou#-about-nearyou)
- [Getting Started](https://github.com/Meowomen/NEARYou#%EF%B8%8F-getting-started)
- [How NEARYou Demo Works](https://github.com/Meowomen/NEARYou#-how-nearyou-demo-works)
- [Features](https://github.com/Meowo... |
andreykobal_amber-git | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-e85997604b197eb8
lib-inflector.json
autocfg-3b46087fcc03a313
... | happy-amber-dev 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 ... |
johnedvard_gamedevjs2023-toki | @types
phaser
index.d.ts
README.md
|
index.html
package.json
public
assets
toki
bitmap
atari-classic.xml
levels
level0.svg
level1.svg
level2.svg
level3.svg
levelTutorial.svg
... | ## Toki
Toki only plays well in Chrome, not Safari.
Toki, a gamedev entry for the [gamedevjs 2023 gamejam](https://itch.io/jam/gamedevjs-2023/rate/2035033). This game is still being worked on. Check out this tag, [gamedevjs2023](https://github.com/johnedvard/gamedevjs2023-toki/tree/gamedevjs2023), to see the code in ... |
everstake_NEAR-Stake-Pool-Back | README.md
cmd
lido
main.go
internal
application
application.go
stakepool
stakepool.go
types.go
update_validators.go
config
config.go
| ## Deploy & run
At first, need to prepare a postgres db. The migration will run automatically after the application starts.
1. copy `.env.example` to `.env`
```
cp .env.example .env
```
2. fill `.env` file with your settings
> NODE - address of NEAR RPC node
> STAKE_POOL - stake pool contract address
3. build and r... |
near-examples_FT-Examples | FT-Example
.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
... | # Fungible Token Examples
This repository contains examples of how to implement fungible tokens on the NEAR platform for both Rust and JavaScript. A step-by-step tutorial for Rust is also included.
## Repositories
- [FT in Rust](FT-Example)
- [FT in JavaScript](FT-JS)
- [FT Tutorial](ft-tutorial)
Fungible Token (FT... |
ngoxuantu9812_ts-homework | .gitpod.yml
README.md
contract
README.md
babel.config.json
build.sh
build
builder.c
code.h
hello_near.js
methods.h
deploy.sh
neardev
dev-account.env
package-lock.json
package.json
src
contract.ts
tsconfig.json
integration-tests
... | 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... |
lau-bin_near-utils | Readme.md
package.json
src
config.ts
constants.ts
contract.ts
errors.ts
index.ts
init.ts
interactiveConsole.ts
logger.ts
near-connection.ts
near.ts
start.ts
util.ts
tsconfig.json
| |
frol_near-web4-demo | Cargo.toml
README.md
src
lib.rs
| Web4 Demo on NEAR protocol
==========================
[Web4](https://web4.near.page) is a gateway to the smart contracts deployed to NEAR protocol.
This demo just shows the minimum viable application that lives on NEAR chain, and thus anyone hosting the gateway can serve all the Web4 projects!
See it live on testnet... |
lesterli_rust-practice | README.md
algorithms
README.md
hacker_rank
Cargo.toml
src
flower_bouquets.rs
lib.rs
strings.rs
ffi
README.md
c-call-rust
Cargo.toml
c-src
main.c
src
c_call_rust.h
lib.rs
example_01
... | # Rust基础
## [概述](https://mp.weixin.qq.com/s/raM8bpGFIukWVNcR2G4pmw)
摘录片段:
Rust代码非常接近自然语言。
```Rust
5.times(|| println!("Hello Rust"));
2.days().from_now();
```
## [基本语法](https://mp.weixin.qq.com/s/okwXAj6eqB31R5mYmaqKZQ)
Rust一切皆表达式。
### 闭包
闭包语法:由管道符和花括号组合而成。管道符里是闭包函数的参数,花括号里是函数执行体。参数类型,花括号和返回值均可省略。示例如下:
```Rust
... |
khorolets_account-lookup-rs | Cargo.toml
src
main.rs
near
lockup_contract.rs
mod.rs
rpc.rs
utils
mod.rs
| |
near_near-blake2 | .github
ISSUE_TEMPLATE
BOUNTY.yml
CHANGELOG.md
Cargo.toml
README.md
benches
blake2b.rs
blake2s.rs
examples
blake2b_sum.rs
blake2s_sum.rs
src
as_bytes.rs
blake2.rs
blake2b.rs
blake2s.rs
consts.rs
lib.rs
simd.rs
simd
simd_opt.rs
simd_opt
... | # RustCrypto: BLAKE2
[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
![Apache2/MIT licensed][license-image]
![Rust Version][rustc-image]
[![Project Chat][chat-image]][chat-link]
[![Build Status][build-image]][build-link]
Pure Rust implementation of the [BLAKE2 hash function][1] family with change... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.