repoName stringlengths 7 77 | tree stringlengths 0 2.85M | readme stringlengths 0 4.9M |
|---|---|---|
esaminu_console-boilerpsdfsdflate-teasfrafsdmplate-rs-25 | .github
scripts
runfe.sh
workflows
deploy-to-console.yml
readme.yml
tests.yml
.gitpod.yml
README.md
contract
README.md
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
model.ts
utils.ts
tsconfig.json
integration... | # Donation 💸
[](https://docs.near.org/tutorials/welcome)
[](https://gitpod.io/#/https://github.com/near-examples/donation-js)
[](https://docs.near.org/dev... |
near-tips_subgraph-metrics | networks.json
package.json
src
near-tips-testnet.ts
tsconfig.json
| |
kasperdoggames_near-mintbase-hack | README.md
constants
mintbase.ts
next-env.d.ts
next.config.js
package-lock.json
package.json
pages
api
validate.ts
postcss.config.js
public
vercel.svg
services
apolloClient.ts
support
jsSHA.ts
nearUtils.ts
tailwind.config.js
tsconfig.json
| ### Mintbase - NEAR - Crypto Tickets
Using NEAR signing, Near blockheight and NFT ownership through Mintbase to perform blockchain based tickets through the ownership of a NFT hosted on Mintbase.
Build from the `create-mintbase-app` boilerplate.
## How it works
It uses a number of criteria to validate an NFT as a t... |
near_create-near-app | index.js
jest.config.js
templates
frontend
next-app
next.config.js
src
app
hello-components
page.js
hello-near
page.js
layout.js
page.js
... | |
FroVolod_near-social | .github
workflows
code_style.yml
deploy-mainnet.yml
deploy-testnet.yml
publish-to-npm.yml
release-plz.yml
release.yml
CHANGELOG.md
Cargo.toml
Cross.toml
README.md
docs
media
new-project.svg
release-plz.toml
src
common.rs
components
delete
... | # BOS CLI
Command line utility helps to develop components for [NEAR Blockchain Operating System](https://near.org/blog/near-announces-the-blockchain-operating-system/) by allowing developers to use standard developer tools like their best code editor and standard tools for source code version control, and then deploy... |
near-examples_coingecko-oracle | README.md
contract
babel.config.json
jsconfig.json
package-lock.json
package.json
src
helpers.js
index.js
tests
contract.ava.js
scripts
dev-delete.sh
dev-deploy.sh
extract-env-keys.sh
oracle_deploy.sh
server
requirements.txt
src
main.py
... | # Simple Coingecko Oracle
This repo contains a simple Coingecko oracle contract written in JavaScript (with [near-sdk-js](https://github.com/near/near-sdk-js)) that can be used to query the price of a cryptocurrency from within the network, in this case NEAR. The goal behind this example is to show how oracles can obta... |
andrew-sol_workspaces-reproduction | Cargo.toml
README.md
run.sh
src
lib.rs
staking_farm.rs
types.rs
utils.rs
validator.rs
| ## Setup
```sh
chmod +x run.sh
```
## Run the tests
```bash
./run.sh
```
or
```bash
cargo run --example integration-tests
```
|
leohhhn_fetch_USN_price | .gitpod.yml
.theia
settings.json
.travis.yml
README-Gitpod.md
README.md
contract
Cargo.toml
src
lib.rs
frontend
assets
css
global.css
js
main.js
near
config.js
utils.js
index.html
integration-tests
README... | Smart Contract for fetching USN's price via priceoracle.near
=================================
|
evienear_evie_front | README.md
babel.config.js
changelog.md
package.json
public
index.html
themes
dark
back.svg
buy-limit-outline.svg
buy-limit.svg
buy-outline.svg
buy.svg
calendar-outline.svg
calendar.svg
education-outline.svg
... | # Evie
|
Learn-NEAR_NCD--Connect-IoT | .cache
0a
ef6a5257c569e0a3869d2bd4358962.json
0b
46b0f669dbdf7973b1861cff27eabf.json
0d
a1f476b9a50fce603bd425e84c11ed.json
11
15e2bbcbaacab4516e5f83df779c2b.json
14
a904ff3b797f3e027ace8c2cab5e84.json
15
2f0d4ea5db93a16bb214cc4f2b92bc.json
... | # 🚧 connectiot
==================
> Proyecto realizado para el NCD Bootcamp NEAR Hispano.
# ConnectIoT es un servicio que nos permite tener acceso, por medio de la blockchain ,a diferentes dispositivos IoT y monitorearlos de acuerdo a los datos que se de van tomando con el tiempo
# ConnectIoT permite realizar las sig... |
open-web-academy_NEAR-Social-Base | README.md
config
paths.js
presets
loadPreset.js
webpack.analyze.js
webpack.development.js
webpack.production.js
functions
[[accountId]]
widget
[[index]].js
common.js
magic
img
account
[index].js
nft
... | # NEAR Social Gateway Base
El siguiente repositorio contiene el código necesario para correr el gateway de NEAR Social de manera local.
## Instalación de dependencias:
Dentro de la carpeta raíz del proyectom deberas ejecutar el siguiente comando
npm install
## Correr Servidor:
npm start
|
mattlockyer_near-bp | README.md
babel.config.js
contract
Cargo.toml
README.md
build.js
src
lib.rs
gulpfile.js
package.json
src
App.css
App.js
App.test.js
__mocks__
fileMock.js
assets
gray_near_logo.svg
logo.svg
near.svg
config.js
index.html
index.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 />
## Template for NEAR dapps
### Requirements
##### IMPORTANT: Make sure you have the latest version of NEAR Shell and Node Version > 10.x
1. [Node.js](https://nodejs.org/e... |
near_near-sdk-abi | .github
workflows
test.yml
CHANGELOG.md
Cargo.toml
README.md
examples
delegator-generation
Cargo.toml
build.rs
build.sh
src
adder.json
lib.rs
tests
workspaces.rs
delegator-macro
Cargo.toml
build.sh
sr... | <!-- markdownlint-disable MD014 -->
<div align="center">
<h1><code>near-sdk-abi</code></h1>
<p>
<strong>Utility library for making typesafe cross-contract calls with <a href="https://github.com/near/near-sdk-rs">near-sdk-rs</a> smart contracts</strong>
</p>
<p>
<a href="https://github.com/near/near-... |
hangleang_nft-marketplace-factory | .commitlintrc.yml
.prettierrc.yml
.release-it.json
.solhint.json
.vscode
extensions.json
settings.json
README.md
contract
.eslintrc.yml
.mocharc.json
.prettierrc.yml
.solcover.js
.solhint.json
.vscode
extensions.json
settings.json
LICENSE.md
README.md
deploy
... | # blank-project
This app was initialized with [create-evm-app]
# Quick Start
If you haven't installed dependencies during setup:
yarn install
Build and Deploy your contract to local network:
yarn deploy
Test your contract:
yarn test
If you have a frontend, run `yarn start`. This will run a dev serv... |
geepara_edu-near | README.md
build.sh
contract
Cargo.toml
README.md
neardev
dev-account.env
src
approval.rs
counter.rs
enumeration.rs
events.rs
internal.rs
lib.rs
metadata.rs
nft_core.rs
owner.rs
royalty.rs
series.rs
te... | # Welcome To Educoin's Near Minting Smart Contract!
=================================
# Available Functions
* nft_mint
* nft_metadata
* nft_transfer
* nft_token
* nft_approve
* nft_is_approved
* nft_revoke
* nft_revoke_all
* nft_total_supply
* nft_tokens
* nft_supply_for_owner
* nft_tokens_for_owner
# Functions
## n... |
NEARWEEK_ui.news | .eslintrc.js
.github
ISSUE_TEMPLATE
BOUNTY.yml
README.md
__tests__
MANUAL_TESTING.md
mocks
browser.ts
handlers.ts
index.ts
server.ts
config
currency.ts
grants.ts
near.ts
constants
index.ts
contexts
GrantContext.ts
form-schemas
fullMilestoneSubm... | # ui.grants [](https://near.org/) [](LICENSE)
> Easy to set up end to end grant application form for DAOs on NEAR Protocol
## Repositories
- [ui.grants](https://github.com/NEARFoundat... |
near-everything_organize | README.md
package.json
postcss.config.js
public
index.html
manifest.json
robots.txt
src
App.js
app
api.js
firebase.js
store.js
components
AccessibleNavigationAnnouncer.js
Badge.js
Button.js
Card.js
CardBody.js
Cards
... | This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) template.
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.... |
JuEnPeHa_global_near_form | Cargo.toml
src
insert_functions.rs
lib.rs
modifier_functions.rs
questions.rs
view_functions.rs
| |
Pasidalee_Near-Election-Platform | README.md
contract
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
components
Wallet.js
u... | # NEAR Election Platform
[link to dapp](https://Pasidalee.github.io/Near-Election-Platform)
## 1. Tech Stack
This boilerplate uses the following tech stack:
[React](https://reactjs.org/) - A JavaScript library for building user interfaces.
[near-sdk-as](https://github.com/near/near-sdk-as) - A frontend library... |
nearsend_nearsend-core | Cargo.toml
LICENSE.md
Migrate.md
Readme.md
ft
Cargo.toml
src
lib.rs
package.json
scripts
config.js
migrate.mainnet.js
migrate.testnet.js
shell-script
build.sh
src
events.rs
lib.rs
tests
sim
macros.rs
main.rs
utils.rs
| |
monocrowd_near-try-vote | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
lib.rs
package.json
src
App.js
__mocks__
fileMock.js
assets
logo-black.svg
logo-white.svg
config.js
global.css
index.html
index.js
jest.init.js
main.test... | near-try-vote
==================
This [React] app was initialized with [create-near-app]
Quick Start
===========
near view voting.happybits.testnet view_candidates {}
```
[
{ candidate_id: 'Tom', metadata: null, votes: 1 },
{ candidate_id: 'Bill', metadata: null, votes: 1 },
{ candidate_id: 'Peter', metadata: n... |
gagdiez_influences | 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
src
assets
style.css
blockchain.js
config.js
index.html
index.js
| # Influences

Influences is a decentralized social network that allow fans to subscribe to their favourite influencers for a monthly fee. Influencers in turn share images and videos.
The main advantage of Influences is that it's completely decentralized. It's front-end is hosted in skynet, ... |
near_abomonation | .github
ISSUE_TEMPLATE
BOUNTY.yml
.travis.yml
Cargo.toml
README.md
benches
bench.rs
clone.rs
recycler.rs
serde.rs
src
abomonated.rs
lib.rs
tests
tests.rs
| # Abomonation
A mortifying serialization library for Rust
Abomonation (spelling intentional) is a serialization library for Rust based on the very simple idea that if someone presents data for serialization it will copy those exact bits, and then follow any pointers and copy those bits, and so on. When deserializing i... |
Panasthetik_near-art-exhibitions | README.md
contract
Cargo.toml
build.bat
build.sh
src
lib.rs
models.rs
utils.rs
test.sh
package.json
src
App.js
components
AddArtists.js
AddEndorsement.js
ArtistNews.js
CreateExhibitions.js
DeleteExhibitionForm.js
Exhibit... | # Near Art Exhibitions
Art exhibitions and artist portfolio site on Near Protocol with Rust, WASM, Parcel and React. Based on the 'Near Starter Template' also posted on this GitHub and documented in my Medium articles.
Can be expanded / adapted to suit a variety of needs in Fine Art or Photography for those ... |
kiethase_Contract-depo | Cargo.toml
build.sh
src
account_deposit.rs
errors.rs
lib.rs
storage_impl.rs
token_receivers.rs
| # 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... |
here-wallet_subscriptions-service | README.md
example
index.html
package-lock.json
package.json
tsconfig.json
here-sdk
package.json
src
index.ts
tsconfig.json
here-service
index.html
package-lock.json
package.json
src
Account.ts
assets
cabinet-grotesk
README.m... | # Installing Webfonts
Follow these simple Steps.
## 1.
Put `cabinet-grotesk/` Folder into a Folder called `fonts/`.
## 2.
Put `cabinet-grotesk.css` into your `css/` Folder.
## 3. (Optional)
You may adapt the `url('path')` in `cabinet-grotesk.css` depends on your Website Filesystem.
## 4.
Import `cabinet-grotesk.css... |
NEAR-Edu_stats.gallery-server | .github
pull_request_template.md
workflows
check.yml
docker.yml
README.md
build.js
docker-compose.yml
lint-staged.config.js
migrations
20210928143424-create-cache.js
20211008192100-account-modified.js
20211017120050-add-badge-caching.js
20211106113018-add-caching-for-leaderboards... | # Set up
## Runtime Dependencies
1. node.js 16.x
2. npm v7 and above
## Connect to cache database & run migrations
You will need a PostgreSQL connection string with full permissions.
Create a file named `database.json` at the project root with the following contents:
```json
{
"dev": {
"driver": "pg",
"... |
LoboVH_NFT-contract-NEAR-PROTOCOL | README.md
nft-contract
Cargo.toml
README.md
build.sh
src
approval.rs
enumeration.rs
events.rs
internal.rs
lib.rs
metadata.rs
mint.rs
nft_core.rs
royalty.rs
package.json
| # NFT-contract-NEAR-PROTOCOL
## create a NFT contract implementing all NEAR blockchain NFT standards
### PreRequisites
[Rust](https://docs.near.org/docs/develop/contracts/rust/intro#installing-the-rust-toolchain)
[NEAR Wallet](https://docs.near.org/docs/develop/basics/create-account)
[NEAR-CLI](https://docs.near.o... |
NEARBuilders_maps | README.md
bos.config.json
data.json
package-lock.json
package.json
| # maps.near
## Getting started
1. Install packages
```cmd
npm install
```
2. Start dev environment
```cmd
npm run dev
```
This will start a gateway at [127.0.0.1:8080](http://127.0.0.1:8080) which will render your local widgets. The entry point for this app is [maps.near/widget/app](http://127.0.0.1:8080/maps.nea... |
PiparHQ_merchant | Cargo.toml
README.md
build.sh
src
affiliate.rs
approval.rs
enumeration.rs
events.rs
factory.rs
internal.rs
lib.rs
metadata.rs
nft_core.rs
owner.rs
reward.rs
royalty.rs
series.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-e80133f0d... | Merchant Store Smart Contract For Pipar Marketplace
===================================================
|
NearNet_near-nft-transfer | README.md
|
|
market-contract
Cargo.toml
README.md
build.sh
src
external.rs
internal.rs
lib.rs
nft_callbacks.rs
sale.rs
sale_views.rs
nft-contract
Cargo.toml
READM... | # NEAR NFT-Tutorial with an allow list
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... |
NEAR-Analytics_NEAR-ATLAS-VM | CHANGELOG.md
config
paths.js
presets
loadPreset.js
webpack.analyze.js
webpack.development.js
webpack.production.js
dist
index.js
index.js.LICENSE.txt
package.json
postcss.config.js
readme.md
src
index.js
lib
components
Commit.js
ConfirmTran... | |
keypom_nft-tutorial-series | .github
workflows
tests.yml
README.md
|
|
integration-tests
rs
Cargo.toml
src
helpers.rs
tests.rs
ts
package.json
src
assertions.ts
mai... | # TBD
# NEAR NFT-Tutorial
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 your understand... |
MiguelIslasH_CompaniesPhoneDirectory | 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
model... | ## 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
gurambalavadze_near-integration-blog-contract | README.md
asconfig.json
assembly
as_types.d.ts
index.ts
model.ts
tsconfig.json
package.json
| # Near Integration with ButterCMS Blog Contract
## Blog smart contract written in AssemblyScript used in [NEAR integration with ButterCMS project](https://github.com/gurambalavadze/near-integration-buttercms).
This is a simple smart contract which users can purchase articles by paying NEAR tokens (at least one NEAR) ... |
noemk2_crossword_zero_to_hero | .gitpod.yml
README.md
contract
Cargo.toml
README.md
src
lib.rs
frontend
App.js
__mocks__
fileMock.js
assets
css
global.css
img
logo-black.svg
logo-white.svg
js
near
config.js
u... | near-blank-project 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 liv... |
near-rocket-rpc_rocket-dashboard | .vscode
extensions.json
README.md
index.html
package-lock.json
package.json
src
assets
base.css
logo.svg
main.css
main.js
socketio.js
utils
near.js
vite.config.js
| # rocket-dashboard
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio... |
near_docs-generator | README.md
action.yml
builder
.eslintrc.yml
babel.config.js
docusaurus.config.js
near-api-js.sh
near-sdk-js.sh
package.json
dev-attach.sh
dev.sh
docker-compose.yml
docs-bot
README.md
api
on-docs-build.js
on-release.js
app.yml
package.json
entrypoint.sh
shell-script... | # Docs Bot
See [README](../README.md) for Docs Generator.
# docs-generator
This is:
- A GitHub Action that should run on the docs repo (`near/docs`)
- A GitHub app (`./docs-bot`) that should be installed on the docs repo (`near/docs`)
### GitHub Action
This is a containerized action (see `Dockerfile`).
Inputs:
- `... |
Learn-NEAR-Club_token-sale | README.md
contract
Cargo.toml
compile.js
src
lib.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... |
nsejim_js-rust-near-smart-contract-state-compatibility-test | .gitpod.yml
README.md
contracts
js
README.md
babel.config.json
build.sh
deploy.sh
neardev
dev-account.env
package-lock.json
package.json
src
contract.ts
tsconfig.json
rust
Cargo.toml
README.md
... | # Introduction
This repo tests if RUST and JS smart contracts can by default share the same contract's state since at the end of the day they both run on NEAR blockchain as WASM code.
By default, the response is NO. The reason is that the two SDKs save data in a different way.
A solution could be a converter from ... |
IcarusCan_my-learn-near-nft | .gitpod.yml
README.md
contract
README.md
babel.config.json
build.sh
build
approval.js
builder.c
code.h
contract.js
enumeration.js
internal.js
metadata.js
methods.h
mint.js
nft_core.js
royalty.js
deploy.sh
pac... | 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... |
LiboShen_mooncake-nft | .gitpod.yml
README.md
contract
Cargo.toml
README.md
src
facai_gen.rs
karma.rs
lib.rs
linkdrop.rs
frontend
assets
e_0.svg
e_1.svg
e_2.svg
e_3.svg
e_4.svg
e_5.svg
e_6.svg
e_7.svg
e_8.svg
e_9.svg... | 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 `... |
kendricktan_ynatm | .circleci
check_npm_version.sh
config.yml
README.md
index.js
package.json
tests
common.js
contracts
StateMachine.json
ethers.test.js
web3.test.js
| # You Need A Transaction Manager (YNATM)
[](https://app.circleci.com/pipelines/github/kendricktan/ynatm)
[](https://www.npmjs.com/package/ynatm)
**(For Ethereum)**
With the recent spike in gas prices, you can't jus... |
kasodon_near-todo-app | README.md
config-overrides.js
contract
babel.config.json
build.sh
build
builder.c
code.h
contract.js
methods.h
deploy.sh
package-lock.json
package.json
src
index.js
index.ts
model.js
model.ts
test
main.ava.js
tsc... | # Getting Started with NEAR Todo App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Project Structure
This project has `contract` folder.\ as submodule. This is where your smart contract code lives. Root folder has the project main files which was generated by... |
onchezz_guessing-game-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... |
etasdemir_leasify | 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
leasify
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
Constants.ts
... | ## Setting up your terminal
The scripts in this folder are designed to help you demonstrate the behavior of the contract(s) in this project.
It uses the following setup:
```sh
# set your terminal up to have 2 windows, A and B like this:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
profullstackdeveloper_NFT-marketplace-launchbar-vue | .eslintrc.js
README.md
babel.config.js
deploy.sh
package.json
public
index.html
src
assets
images
add.svg
arrow-left.svg
arrow.svg
blockchain-avalanche.svg
blockchain-bsc-theme.svg
blockchain-bsc.svg
blockchain-ethereum.... | # launchbar
Install node 14.16.0
## Project setup
```
npm install
OR
yarn install
```
### Compiles and hot-reloads for development
```
npm run serve
OR
yarn serve
```
### Compiles and minifies for production
```
npm run build
OR
yarn build
```
### Lints and fixes files
```
npm run lint
OR
yarn lint
```
###... |
maxhr_hello-near-rs | .github
workflows
tests.yml
.gitpod.yml
contract
Cargo.toml
README.md
src
lib.rs
frontend
assets
css
global.css
img
logo-black.svg
logo-white.svg
js
index.js
near
config.js
... | near-blank-project 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 liv... |
Learn-NEAR_NCD--BlockLab | 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
USUARIOS
SERVICIOS
COMENTARIOS
VALORACIONES
Métodos del smart contract de USUARIOS
Métodos del smart contract de ANALITICAS
neardev
dev-accou... | # regexpp
[](https://www.npmjs.com/package/regexpp)
[](http://www.npmtrends.com/regexpp)
[](https://github.com/mysticatea/reg... |
jeromtom_verifold | README.md
frontend
admin.html
index.html
main.js
nearScr.js
node_modules
.package-lock.json
@nodelib
fs.scandir
README.md
out
adapters
fs.d.ts
fs.js
con... | # is-core-module <sup>[![Version Badge][2]][1]</sup>
[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
[![dependency status][5]][6]
[![dev dependency status][7]][8]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
[![npm badge][11]][1]
Is... |
OlexandrSai_NEAR--promises | 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
| # near--promises
## 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/conf... |
ptzagk_near__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!... |
imatomster_campaignlayer-nep245 | Cargo.toml
README.md
build.sh
mt
Cargo.toml
src
lib.rs
test-approval-receiver
Cargo.toml
src
lib.rs
test-contract-defi
Cargo.toml
src
lib.rs
tests
workspaces
main.rs
test_approval.rs
test_core.rs
test_enumeration.rs
utils.rs
| # CampaignLayerNEP245 Smart Contract
The CampaignLayerNEP245 smart contract is designed to provide multi-token management functionality on the NEAR Protocol. This should mimic the existing ERC1155 we have been using on the Ethereum blockchain.
This includes features for token minting, transferring, approvals, batch t... |
near_borsh-go | .github
ISSUE_TEMPLATE
BOUNTY.yml
workflows
go.yml
README.md
|
bench_test.go
borsh.go
borsh_test.go
decoder.go
encoder.go
example_test.go
extend_type.go
fuzz_test.go
| # borsh-go
[](https://pkg.go.dev/github.com/near/borsh-go)
**borsh-go** is an implementation of the [Borsh] binary serialization format for Go
projects.
Borsh stands for _Binary Object Representation Serializer for Hashing_. It is
meant to be used... |
PrimeLabCore_dazn-lambda-powertools | .circleci
config.yml
.github
ISSUE_TEMPLATE
bug_report.md
feature_request.md
PULL_REQUEST_TEMPLATE.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
README.md
|
SUMMARY.md
book.json
commitlint.config.js
example
CHANGELOG.md
README.md
functions
add.js
api-a.js
... | # lambda-powertools-middleware-stop-infinite-loop
A [Middy](https://github.com/middyjs/middy) middleware that will stop an invocation if it's deemed to be part of an infinite loop.
Main features:
* errors if the `call-chain-length` reaches the configured threshold (defaults to `10`)
## Getting Started
Install from... |
mfornet_account-lookup-table | README.md
config-overrides.js
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
setupTests.js
| # Account Lookup Table
View details of several lockup accounts in a single place. Similar to [Account-Lookup](https://near.github.io/account-lookup/).
## Roadmap
- Improve UI
- Error messages
- (table) https://tailwindui.com/components/application-ui/lists/tables
- Move to web4
- Versioned accounts... |
FroVolod_near-cli-rs-instance | .github
workflows
release.yml
test.yml
Cargo.toml
Cross.toml
README.md
docs
GUIDE.en.md
GUIDE.ru.md
README.en.md
README.ru.md
media
view-account.svg
src
commands
account
add_key
access_key_type
mod.rs
... | near-cli
--------
near-cli is a command line utility for working with the Near Protocol blockchain.
<p>
<img src="docs/media/view-account.svg" alt="" width="1200">
</p>
#### [README in English](docs/README.en.md)
* [Usage](docs/README.en.md#usage)
* [User Guide](docs/README.en.md#user-guide)
* [Installati... |
gautamprikshit1_gifs-portal-near | .gitpod.yml
README.md
contract
Cargo.toml
README.md
src
lib.rs
gif-collection-frontend
README.md
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
index.css
index.js
logo.svg
... | # 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_contract-wizard | .github
ISSUE_TEMPLATE
BOUNTY.yml
.prettierrc.yml
.vscode
tasks.json
README.md
package-lock.json
package.json
src
cli.ts
lib.ts
srcDoc.ts
test.ts
tests
Cargo.toml
tsconfig.json
| # NEAR Contract Wizard
## Setup
1. Install dependencies: `npm install`.
2. Run `npm run prepare` to install commit hooks.
3. Run `npm run build:dev` to build the project.
## Generating code using the CLI
There's a simple CLI script `src/cli.ts` that you can use to try out the code generation.
```bash
npm run -s cl... |
ilyasBozdemir_Web3-and-NEAR | NCD
Practice-I
starter--near-sdk-as
README.md
as-pect.config.js
asconfig.json
neardev
dev-account.env
node_modules
.bin
asb.cmd
asbuild.cmd
asc.cmd
... | # set-blocking
[](https://travis-ci.org/yargs/set-blocking)
[](https://www.npmjs.com/package/set-blocking)
[](http... |
nikoturin_near-roadNetworks | 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.js
package-lock.json
package.json
docs
foo.txt
neardev
dev-account.env
sh... | Integrante Equipo 6: Ramsés Hernández.
# near-roadNetworks
POC para creación de SMART-CONTRACT's NEAR para cliente e interoperabilidad
Breve contexto:
Realizar cadena de bloques para integridad de información de cruces de casetas de cobro nacioanles entre operadoras, donde la información una vez realizado el cruce,... |
luciotato_create-contract-cli | .eslintrc.json
.vscode
launch.json
tasks.json
README.md
bin
cli.js
build.js
dist
lib
Lexer
Lexer.js
Parser
ASTBase.js
CodeWriter.js
Grammar.js
Parser.js
util
CommandLineArgs.js
ControlledError.js
... | ## CREATE-CONTRACT-CLI tool for NEAR Contracts
### What's this tool for?
This tool can create a cli for any NEAR smart contract by parsing the contract code
It works for any rust-coded contract
[](https://asciinema.org/a/364018)
For example, let's create a cli for th... |
L-tech_near-marketplace-frontend | .env
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
... | # 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... |
kdbvier_Near-Nft-Contract | .vscode
settings.json
Cargo.toml
README.md
_rust_setup.sh
build.sh
nft-contract
Cargo.toml
src
event.rs
lib.rs
package.json
tests
simulation_tests.rs
test.js
| # NFT Series Implementation
## Instructions
`yarn && yarn test:deploy`
#### Pre-reqs
Rust, cargo, near-cli, etc...
Everything should work if you have NEAR development env for Rust contracts set up.
[Tests](test/api.test.js)
[Contract](contract/src/lib.rs)
## Example Call
### Deploy
```
env NEAR_ENV=local near --... |
near_account-lookup-script | .github
ISSUE_TEMPLATE
BOUNTY.yml
README.md
package-lock.json
package.json
script.js
| It is a helper script that produces CSV output with account owned balance, lockup locked balance, lockup total balance, and lockup liquid balance.
You will need Node.js to run the script.
Install project dependencies:
```sh
npm install
```
Operate the script:
1. Edit `blockReference` value in `script.js` file
2. R... |
lin-crypto_near-nft-basic | .gitpod.yml
Cargo.toml
README.md
integration-tests
rs
Cargo.toml
src
tests.rs
ts
package.json
src
main.ava.ts
utils.ts
nft
Cargo.toml
src
lib.rs
res
README.md
scripts
build.bat
build.sh
flags.sh
test-approval-rec... | # NFT Basic on NEAR Protocol
## Prerequisites
* Make sure Rust is installed per the prerequisites in [`near-sdk-rs`](https://github.com/near/near-sdk-rs).
* Make sure [near-cli](https://github.com/near/near-cli) is installed.
## Build
```batch
build.bat
```
## Test
```bash
cargo test -- --nocapture
```
# Folder ... |
imcsk8_chaverocoin | Cargo.toml
README.md
build.sh
ft
Cargo.toml
src
lib.rs
test-contract-defi
Cargo.toml
src
lib.rs
tests
sim
main.rs
no_macros.rs
utils.rs
with_macros.rs
| # ChaveroCoin
Your Friendly Near Super Duper Token
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
[nea... |
esaminu123_console-boilerplate-template-rs-local-copy-58 | .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... |
mohamedalichelbi_chluff-assistant | README.md
index.js
package-lock.json
package.json
| # chluff-assistant
my personal Discord bot to help automating tasks
**- Prefix:**
"$mishu" and it refers to the Pinyin spelling of the word "secretary" in Mandarin (mì shū).
**- Command structure:**
Prefix + space + command name + space + command args
**- Available commands:**
1. *ping* : (takes no argum... |
neararabic_friendbook-react | README.md
package-lock.json
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
components
Wallet.js
messages
CreateMessage.js
Message.js
MessagesList.js
utils
Cover.js
Load... | ### عن الريبو
كتاب الأصدقاء هو واجهة أمامية للعقد الذكي المسمى كتاب الأصدقاء حيث يمكن لأي شخص بعد تسجيل الدخول باستخدام محفظة نير أن يقوم بكتابة رسالة إلى أي حساب آخر
### التقنيات المستخدمة
- react
- react-bootstrap لجعل المظهر أفضل
- near-api-js لتواصل مع العقد الذكي
- react-toastify من أجل الإشعارات بحال النجاح أو... |
pmarangone_near-examples-extended | README.md
versioned_extended
Cargo.toml
README.md
build.sh
src
balances.rs
contracts.rs
lib.rs
| # near-examples-extended
# Versioned
Implements a versioned Struct.
Base code taken from https://github.com/near/near-sdk-rs/tree/4.0.0-pre.9/examples/versioned
|
kharioki_Todos-Crud | README.md
todo-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.js
neardev
dev-account.env
package-lock.json
package.json
test... | # Todos-Crud
A standard CRUD app on the blockchain.
It includes:
- a smart contract that manages the data
- a web app that allows users to interact with the smart contract
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
##... |
NearDeFi_burrow-api | .eslintrc.json
README.md
lib
config.ts
index.ts
interfaces.ts
utils.ts
next.config.js
package-lock.json
package.json
pages
api
ip.ts
is-blocked.ts
rewards.ts
transactions
[account].ts
count
[account].ts
styles
globals.css
ts... | ## Burrow API
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Count transactions
```
http://localhost:3000/api/transactions/count/account.near
```
Output:
```JSON
{
"count": 1234
}
```
### Lis... |
n1arash_AnoNear | 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
Learn-NEAR-Club_book-review | .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... | Near Book Review (refered from "Guest book" project)
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you have Node.js ≥ 12 installed (https://nodejs.org), then use it to install [yarn]: `npm install --global yarn` (or just `npm i -g yarn`)
2. Run the local development server: `yarn &... |
kimchi9199_Blockchain-hw-day2 | Cargo.toml
README.md
build.sh
src
ft_contract.rs
lib.rs
order.rs
tests
integration_test.rs
| # Blockchain-hw-day2
|
omarr45_NEAR-quotes-fe | README.md
firebase.json
package-lock.json
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
components
Form.css
Quotes.css
SignIn.css
config.js
index.css
index.js
| ### Frontend repo for [The Quotes Notebooks](https://github.com/omarr45/NEAR-quotes) done with NEAR protocol

|
joe-rlo_near-nft-degen | .eslintrc.yml
.github
dependabot.yml
workflows
deploy.yml
tests.yml
.gitpod.yml
.travis.yml
README-Gitpod.md
README.md
babel.config.js
package-lock.json
package.json
src
config.js
index.html
index.js
tests
integration
App-integration.test.js
ui
... | NEAR NFT Degen
==========
This is a proof of concept game that became readydegen.one
Uses the old Tradeport API (needs updating) so demo will likely not work.
Feel free to explore but will not be updating this.
|
kmbtjs_Prep-for-NCD | 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... |
esaminu_test-rs-boilerplate-4 | .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... |
phongnguyen2012_stakingpool | Cargo.toml
README.md
build.sh
createtoken.sh
src
account.rs
config.rs
core_impl.rs
enumeration.rs
internal.rs
lib.rs
utils.rs
t2
200k
stakingcontract.sh
| Build
./build.sh
Run FT contract
./createtoken.sh
Run Staking contract
./stakingcontract.sh
|
PlayibleClub_playible-near-interface | .babelrc.json
.github
workflows
deploy.yml
.idea
codeStyles
Project.xml
codeStyleConfig.xml
inspectionProfiles
Project_Default.xml
misc.xml
modules.xml
runConfigurations.xml
vcs.xml
.vscode
settings.json
README.md
SUMMARY.md
apollo-client.ts
band
datas... | # Overview
Fantasy Investar will combine fantasy sports, NFT technology and Anchor Protocol, to make sports investing possible.
## Brief Description
Fantasy Investar will provide the 50+ million fantasy sports users around the world the ability to invest into athletes, sharing in their athletes’ success as they bene... |
hryer_NCD.L1.sample--thanks | README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.dev-deploy.sh
2.say-anon-thanks.sh
2.say-thanks.sh
README.md
o-report.sh
o-transfer.sh
x-deploy.sh
x-remove.sh
src
as-pect.d.ts
as_types.d.ts
thanks
__tests__
README.md
index.unit... | ## Unit tests
Unit tests can be run from the top level folder using the following command:
```
yarn test:unit
```
# Thanks
Say "thanks!" to other students of the NCD by calling _their_ instance of this contract.
You can optionally attach tokens to your message, or even leave an anonymous tip.
Of course keep in min... |
gyan0890_NCD4-TheGivingFoundation | README.md
as-pect.config.js
asconfig.json
neardev
dev-account.env
node_modules
@as-pect
assembly
README.md
assembly
index.ts
internal
Actual.ts
Expectation.ts
Expected.ts
... | # node-tar
[](https://travis-ci.org/npm/node-tar)
[Fast](./benchmarks) and full-featured Tar for Node.js
The API is designed to mimic the behavior of `tar(1)` on unix systems.
If you are familiar with how tar works, most of this will hopefully be
s... |
fujimo21_near_bike_share_dapp | .gitpod.yml
.parcel-cache
fd9578a0b48cf9c8.txt
README.md
contract
Cargo.toml
src
lib.rs
frontend
App.js
__mocks__
fileMock.js
assets
css
global.css
img
logo-black.svg
logo-white.svg
js
near
co... | near-blank-project
==================
This [React] app was initialized with [create-near-app]
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `yarn install`
3. Run the local development server: `yarn dev` (see `package.json` f... |
kuutamolabs_kld | .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... |
Panasthetik_rust-simple-aggregator | Cargo.toml
README.md
src
main.rs
| # rust-simple-aggregator
Aggregates data from Supabase, MongoDB and NEAR Protocol and prints to the terminal.
This is the first draft/demo version, without unit tests.
UPDATE 3/2/2023: Changed to a "paragraph" to format the refined JSON output from all three sources, instead of a bulk data dump.
Instructions are for... |
nativeanish_in-counter-near | README.md
lib.rs
package.json
public
index.html
src
utils
near.js
| # in-counter-near
Incomplete counter Application in near protocols
|
NEARWEEK_sputnik-dao-2-ui-reference-mainnet | .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
```
|
NEARFoundation_near-js-encryption-box | .github
workflows
main.yml
README.md
package-lock.json
package.json
src
index.ts
utils
keyConverter.ts
test
near-js-encryption-box.test.ts
tsconfig.json
| # near-js-encryption-box [](https://near.org/) [](LICENSE)
> An experimental library to encrypt and decrypt data using the NEAR account's ed25519 keypairs; you can use it to store encrypted data ... |
haoduoyu_wallet-selects | README.md
babel.config.js
package.json
public
index.html
src
assets
css
base.css
main.js
router
index.js
utils
config.js
index.js
utils.js
vue.config.js
| # swap-select
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
|
kurodenjiro_drop-auth | README.md
package-lock.json
package.json
public
index.html
src
api
index.ts
components
CreateAccount
styles
FormContainer.ts
Login
Login.style.ts
Sign
Sign.styles.ts
Values
fiatValueManager.ts
... | # Toast
Implemented via Radix primitives: https://www.radix-ui.com/docs/primitives/components/toast
_If the current props and Stitches style overrides aren't enough to cover your use case, feel free to implement your own component using the Radix primitives directly._
## Example
Using the `openToast` API allows you... |
near_near-redpacket | .csscomb.json
.github
ISSUE_TEMPLATE
BOUNTY.yml
.travis.yml
README.md
babel.config.js
gulpfile.js
package-lock.json
package.json
src
404.html
App.css
App.js
App.test.js
Claim.js
Drops.js
__mocks__
fileMock.js
assets
css
near.css
near.mi... | <p>
<img src="https://nearprotocol.com/wp-content/themes/near-19/assets/img/logo.svg?t=1553011311" width="240">
</p>
## Linkdrop example with contract account deployment
## About the app
The app allows you to give people NEAR accounts that are prefunded with NEAR tokens. This is better than just a vanilla Linkdrop be... |
miguelacosta84_NEAR-lista-de-precios | README.md
|
api.js
app.js
blockchain.js
examples
nft_deploy
deploy_tokens.js
token_types.js
near-api-ui
README.md
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
assets
explorer... | # 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... |
longvuit18_pnc-fe | .gitpod.yml
README.md
frontend
App.js
__mocks__
fileMock.js
assets
css
global.css
img
logo-black.svg
logo-white.svg
js
near
config.js
utils.js
index.html
index.js
integration-tests
rs
... | near-blank-project
==================
This [React] app was initialized with [create-near-app]
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `yarn install`
3. Run the local development server: `yarn dev` (see `package.json` f... |
kwklly_near-sign-test | README.md
package-lock.json
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
... | # @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... |
near_paperclip | .github
ISSUE_TEMPLATE
BOUNTY.yml
.travis.yml
CHANGELOG.md
Cargo.toml
README.md
book
README.md
SUMMARY.md
actix-operation-meta.md
actix-plugin.md
actix-schema-defaults.md
actix-security.md
actix-status-codes.md
build-script.md
cli.md
compile-checks.md
|
core
Cargo... | **NOTE:** `k8s-v1.16.0-alpha.0-openapi-v2.json` was obtained from [kubernetes repository](https://github.com/kubernetes/kubernetes/tree/afd928b8bc81cea385eba4c94558373df7aeae75/api/openapi-spec). It seemed like an ideal candidate for testing.
# Paperclip
[ in this project.
It uses the following setup:
```sh
# set your terminal up to have 2 windows, A and B like this:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
mfurkanturk_near-developer-course-pactice-part-II | README.md
as-pect.config.js
asconfig.json
neardev
dev-account.env
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
3.cleanup.sh
README.md
src
as_types.d.ts
simple
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
... | # `near-sdk-as` Starter Kit
This is a good project to use as a starting point for your AssemblyScript project.
## Samples
This repository includes a complete project structure for AssemblyScript contracts targeting the NEAR platform.
The example here is very basic. It's a simple contract demonstrating the followin... |
levalleux-ludo_decentradocs | BUIDL.md
README.md
angular.json
build
contracts
DVSRegistry.json
e2e
protractor.conf.js
src
app.e2e-spec.ts
app.po.ts
tsconfig.json
fakeArweave
.travis.yml
.vscode
settings.json
tasks.json
README.md
package-lock.json
package.json
src
... | # DecentraDocs
# Welcome to
## What is <img src="src/assets/DecentraDocs.png" width="50px"><span _ngcontent-xre-c122="" class="decentradocs">DecentraDocs</span>?
<img src="src/assets/DecentraDocs.png" width="50px"><span _ngcontent-xre-c122="" class="decentradocs">DecentraDocs</span> is a decentralized, application... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.