repoName stringlengths 7 77 | tree stringlengths 0 2.85M | readme stringlengths 0 4.9M |
|---|---|---|
Learn-NEAR-Hispano_NCD2--GrantaNear | README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
index.ts
models
Proyecto.ts
tsconfig.json
neardev
dev-account.env
package.json
| # GrantaNear :handshake:
GrantaNear es un smart contract de Near protocol, el cual permite que los developers de el ecosistema Near puedan dar a conocer sus proyectos a fin de estar entre los mas votados para que lleguen a ser fondeados para el desarollo de estos. Este smart contract permite:
- Añadir un proyecto usa... |
fac3m4n_wishPortalDapp | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
lib.rs
model.rs
utils.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-9e3c62115074b9cf
lib-inflector.json
... | wishDapp Smart Contract
==================
A [smart contract] written in [Rust] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install Rust with [correct target]
Exploring The Code
==================
1. The main smart contract code lives in `src... |
amirsaranBIH_nearkick | .github
workflows
integrate.yml
README.md
client
README.md
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
components
About
About.css
About.js
... | # nearkick
Decentralized kickstarter app using NEAR Protocol.
# How to build and deploy for development
- `npm run deploy:contract:dev` in root directory to build and deploy contract
- `cd client` -> `npm install` -> `npm start` to install and start React development server
# Getting Started with Create React App
T... |
near-ndc_widget-specs | README.md
spec-template.md
|
specs
NDC Dashboard.md
NDC-academy.md
NDC-gateway.md
NDC-voting-UI.md
community-sbt.md
kudos.md
near-docs.md
nominate.md
regional_communities.md
track-my-bounty.md
|
|
| # widget-specs
## DEPRECATED
⚠️ **Content moved to [near-ndc/gwg](https://github.com/near-ndc/widget-specs)** ⚠️
NDC and the Governance Working Group will be using this repository to create specs for new widgets for [near.social](https://near.social/) through a collaborative approach. We are soliciting input to thes... |
lawcia_near-hello-world-smart-contract-frontend | README.md
package.json
public
index.html
manifest.json
robots.txt
src
App.css
greeting
Greeting.css
home
Home.css
index.css
login
Login.css
near
config.ts
react-app-env.d.ts
reportWebVitals.ts
setupTests.ts
user
User.css
uti... | # 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... |
nearprotocol_ready-layer-one-hackathon | README.md
| # NEAR hackathon at Ready Layer One
Hackathon page:
https://gitcoin.co/hackathon/rl1
Ready Layer One:
https://readylayer.one
|
phamr39_tk_contract | Cargo.toml
package.json
src
constants.rs
game.rs
lib.rs
utils.rs
test_cmd.sh
| |
esaminu_console-donation-template-dfg213 | .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... |
LoboVH_unicheck | .env
README.md
config-overrides.js
index.d.ts
package.json
postcss.config.js
public
index.html
manifest.json
robots.txt
src
Redux
Blockchain
Binance
auction.js
createNFT.js
marketPlace.js
Ethereum
auction.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... |
nearprotocol_owc_website | _config.yml
_includes
actions.html
lazytube.html
_layouts
benefits.html
default.html
home.html
new.html
program.html
assets
icons
acceleration.svg
alive.svg
builders.svg
community.svg
connections.svg
connects.svg
events.svg
... | |
nearprotocol_wasm-mock-vm | .appveyor.yml
.github
nodejs.yml
workflows
nodejs.yml
.gitpod.yml
.travis.yml
Cargo.toml
README.md
as-pect.config.js
assembly
__tests__
as-pect.d.ts
contract.spec.ts
model.ts
runtime.spec.ts
util.ts
as_types.d.ts
contract.ts
entry.ts
index.ts
... | # nearcore's VMlogic compiled to WebAssembly
Near smart contracts have access to a runtime API to interact with the host. Nearcore is written in Rust, which means it can be compiled into WebAsssembly. By compiling the core VM logic, a mock version of the runtime can be used to test smart contracts without the overhe... |
andreykobal_amber-frontend-release-2 | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-43feca6693eacde7
lib-inflector.json
autocfg-ce7784e1ec7b4471
... | holy-cube-amber 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 ... |
noemk2_single_cross_contract | README.md
contracts
local
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
index.spec.ts
as_types.d.ts
index.ts
tsconfig.json
package.json
remote
README.md
... | Hola mundo en near con AssemblyScript
==================
Introducción a holamundo en near (assemblyScript)
==================
un holamundo en near protocol, este contrato te perminte:
1. print "Hello world"
2. print "Hello " + $USER
👨💻 Instalación en local
===========
Para correr este proyecto en local d... |
marcialarturo_NFT-Giftcards | README.md
migrations
1_initial_migration.js
2_deploy.js
package.json
public
index.html
manifest.json
robots.txt
serve.json
src
APIKEYS.js
App.css
abis
Address.json
AggregatorV3Interface.json
BirthdayCard.json
Context.json
ERC165.json
En... | ## NFT Gift Cards
<i>NFT Gift Cards is a platform that helps you collect, create, trade, and sell your paper cards and turn them into digital assets. No more birthday cards ending up in the trash.
</i>
## Project Live Demo - Preview:
- Website demo [https://nft-birthday-cards.netlify.app](https://nft-giftcards.netli... |
NEARBuilders_editor | README.md
apps
editor
bos.config.json
package.json
| # editor
## 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://127.0.0.1:4040/`.
Go to [everything.dev/flags](https://everything.dev) and paste this value there... |
html1704_challenge-2 | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
approval.rs
enumeration.rs
internal.rs
lib.rs
metadata.rs
mint.rs
nft_core.rs
royalty.rs
target
.rustc_info.json
debug
.finge... | my-nft Smart Contract
==================
A [smart contract] written in [Rust] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install Rust with [correct target]
Exploring The Code
==================
1. The main smart contract code lives in `src/l... |
mrraymoon_market-arena | README.md
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
components
Cover... | # Market Arena
Market Arena is a dapp that can help users upload their items available for sale on a market arena and other users can also come to purchase these items paying using near tokens. In addition, users can also rate a trader(only once) based on their experience so other buyers can get to know the legibilit... |
esaminu_console-donation-template-rs-234zxc | .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... |
MjolNear_simple-nft-contract | Cargo.toml
README.md
SUMMARY.md
build.sh
src
lib.rs
| ---
description: >-
MjolNear is the first Open NFT marketplace on NEAR blockchain. You can sell
and buy NFTs from any other marketplace or collection. This simple guide will
help you to start.
---
# How to start with MjolNear?
### Which contracts are supported on MjolNear?
Not every contract on NEAR blockchain... |
metaversnft_NEAROGRAM-backend | README.md
index.js
middleware
auth.js
models
account.js
post.js
topic.js
mongoconnect
mongoconnect.js
package-lock.json
package.json
routes
accounts
accounts.js
feed
feed.js
topics
topics.js
| # NEAROGRAM-backend
frontend react project of nearogram
# npm install
To install required dependencies
# npm start
To start dev server
|
humanman_basic_rust_contract | Cargo.toml
README.md
build.sh
deploy.sh
dev-deploy.sh
init-args.js
src
contract.rs
lib.rs
utils.rs
| # NEAR Smart Contract Rust Template
Project structure for writing smart contracts in Rust for NEAR Protocol
# Dependencies
- Rust 1.56
- Node.js 14
- NEAR CLI 3.1
# Authors
- Jacob Lindahl <jacob@near.foundation> [@sudo_build](https://twitter.com/sudo_build)
|
lenchik-ponchik_svelte-near-example | README.md
package.json
src
app.html
global.d.ts
svelte.config.js
tsconfig.json
| # create-svelte
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte);
## Creating a project
If you're seeing this, you've probably already done this step. Congrats!
```bash
# create a new project in the current directory
npm ... |
kdbvier_Near-FT | .gitpod.yml
Cargo.toml
README-Windows.md
README.md
build.bat
build.sh
ft
Cargo.toml
src
lib.rs
rustfmt.toml
test-contract-defi
Cargo.toml
src
lib.rs
tests
sim
main.rs
no_macros.rs
utils.rs
with_macros.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
[near-contract-standards]: https://github.com/near/near-sdk-... |
GiovaniCodes_nearToken | README.md
babel.config.json
frontend
App.js
assets
css
global.css
img
logo-black.svg
logo-white.svg
config.js
index.html
index.js
near-api.js
ui-components.js
package-lock.json
package.json
src
index.js
| <center>
<img src="frontend/assets/img/near_logo_stack_wht.png" width="120" />
</center>
# NEAR-SDK-JS Quick Start
> This example is designed to quickly get you writing and interacting with smart contracts on the NEAR blockchain using JavaScript! 🚀
[... |
gandhisamay_Teen-Patti-On-The-Chain | Cargo.toml
README.md
build.bat
scripts
build.sh
delete.sh
deploy.sh
method_calls.sh
redeploy.sh
test.sh
start.sh
teenpatti
src
add_player_input.rs
card.rs
constants.rs
contract.rs
deck.rs
hand.rs
hand_type.rs
init.rs
lib... | # Decentralized Teen Patti (NEAR Protocol)
Teenpatti is an Indian origin card game. The objective of this game is to make the best 3 card hand as per the hand ranking and to maximize the pot (prize pool) before the showdown for you to win. A standard 52-card pack (without the jokers) is used in this game.
## Problem S... |
jong950715_nearExample | lib
accountManager.js
lookupTable.js
lookupTable.json
swapManager.js
tokenManager.js
lowLevelExample
queryTxExample.js
swapExample.js
tokenExample.js
walletExample.js
package-lock.json
package.json
readme.md
| |
polluterofminds_hamlet | 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
| react-example 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 `... |
nategeier_yeet-base | .eslintrc.json
README.md
constants.ts
next-env.d.ts
next.config.js
package-lock.json
package.json
pages
api
upload.ts
postcss.config.js
public
vercel.svg
services
providers
constants.ts
styles
globals.css
tailwind.config.js
tsconfig.json
| ---
name: Simple Login
slug: simple-login
description: XXX
framework: Next.js
useCase: XXX
css: Tailwind
deployUrl: xxx
demoUrl: XXX
---
# Simple Login
XXX
## Demo
https://edge-functions-ab-testing-google-optimize.vercel.app
### One-Click Deploy
Deploy the example using [Vercel](https://vercel.com?utm_source=gith... |
martyr00_NFT_near | .idea
modules.xml
Codebase
README.md
package.json
src
index.html
main.js
| Near Test
|
mehtaphysical_orbit-db-near-iam | package.json
rollup.config.js
src
NEARAccessController.js
NEARIdentityProvider.js
index.js
verify.js
| |
NEAR-Hispano_cook-dapp | .gitpod.yml
.vscode
settings.json
README.md
babel.config.js
contracts
assembly-contract
README.md
as-pect.config.js
asconfig.json
assembly
PersistentCollections.ts
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.t... | cookdapp 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 `assem... |
near_boilerplate-template-loyalty-program-with-ft | .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... |
Minting-Music_web3games-near-nft-factory | Cargo.toml
build.sh
src
lib.rs
| |
PotLock_bos-app | .github
FUNDING.yml
ISSUE_TEMPLATE
bug_report.md
design.md
enhancement.md
feature_request.md
workflows
continuous-integration.yml
deploy-mainnet.yml
.vscode
settings.json
README.md
apps
potlock
bos.config.json
package-lock.json
package.json
pla... | # Testing Guide
This project uses [playwright](https://playwright.dev/) for end-to-end testing. Please become familiar with this documentation.
## Writing tests
Tests should be written for each change or addition to the codebase.
If a new feature is introduced, tests should be written to validate its functionality. ... |
Learn-NEAR_NCD--HelpAFriend | README.md
backend
as-pect.config.js
asconfig.json
contract
as_types.d.ts
asconfig.json
assembly
index.ts
model.ts
tsconfig.json
utils.ts
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
3.cleanup.sh
... | # HelpAFriend
Smart contract on NEAR Protocol blockchain to donate to friend's or public projects
## 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... |
ezesundayeze_near-shipment | README.md
check scripts in `.
scripts`
as-pect.config.js
asconfig.json
package-lock.json
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
3.cleanup.sh
README.md
src
as_types.d.ts
asconfig.json
assembly
__tests__
index.unit.spec.ts
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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
Learn-NEAR-Hispano_NCD2--NEARVolunteer | .eslintrc.yml
.gitpod.yml
.travis.yml
README-ES.md
README-Gitpod.md
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
certificates.spec.ts
event.spec.ts
as_types.d.ts
main.ts
model.ts
tsconfig.json
babel.config.js
package.json
src
App.js
config... | **NEAR Volunteer**
NEAR Volunteer is a dApp that allows people to collect certificates every time they volunteer. Volunteer events are created by hosts, who determine the period in which the certificate can be claimed.
Volunteers who have certificates can receive rewards and invitations. Also these volunteers are the... |
Peersyst_opensource.ripple.com | CODE_OF_CONDUCT.md
README.md
components
index.ts
docs
clawback
clawback-of-issued-currency.md
clawback.md
evm-sidechain
bootstrap-a-local-environment.md
bridge-client.md
bridge-door-interface.md
bridge-door-safety-mechanisms.md
bridge-doors.md
... | # Create AMM
Code samples for the **Create an Automated Market Maker** tutorial, showing how to make set up a new AMM.
# Open Source Projects
The [Open Source Projects site](https://opensource.ripple.com) provides information on open source projects that Ripple engineers are working on, including in-progress document... |
GeauxWeisbeck4_mintbase-core | .cargo
config.toml
Cargo.toml
factory
Cargo.toml
src
lib.rs
constants
smart contract
contract interface modules
impls on external types
logging functions
misc
helper
Cargo.toml
src
lib.rs
mintbase-deps
Cargo.toml
src
common.rs
common
payouts
... | |
llllllluc_learn-smart-contract-in-javascript | README.md
agoric
fungible-token-demo
.github
workflows
integration-test.yml
lint-test.yml
README.md
api
deploy.js
jsconfig.json
package.json
src
handler.js
lib-http.js
... | # 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;
}
... |
Log-of-e_alinear-dapp | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-4abb4462752984fb
lib-inflector.json
autocfg-491f31ad758e1582
... | alinear-super-employee-locator
==================
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 `pac... |
ming-xi_hooh-contract | .idea
encodings.xml
jsLibraryMappings.xml
misc.xml
modules.xml
vcs.xml
README.md
build_script
deploy_local_server (docker).sh
deploy_local_server.sh
k8s_init_deploy.sh
k8s_update_deploy.sh
contract
Cargo.toml
src
lib.rs
token.rs
server
README.md
app.js... | ### Overview
What is HOOH?
- [Click Here](https://www.hooh.fun/)
### Repositories
This is the Smart Contract repository:[https://github.com/ming-xi/hooh-contract](https://github.com/ming-xi/hooh-contract)
This is the app repository:[https://github.com/ming-xi/hooh](https://github.com/ming-xi/hooh)
### Roadmap
St... |
esaminu_console-donation-template-234523 | .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... |
Intoo-TV_oasis-hackathon | README.md
contracts
Tokenomics & Royal XP.md
hooks
README.md
package.json
src
abis.js
addresses.js
contracts.js
index.js
test
main.test.js
migrations
1_initial_migration.js
2_ticketFactory.js
package-lock.json
package.json
truffle-config.js
| # Develop
You will need a local DynamoDB instance running
Follow this [tutorial](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GettingStarted.JavaScript.html)
--
You will also need to fill out the AWS keys in the `.env.develop.exampl` file and then create a copy of it and call it `.env.develop`. T... |
near_quickjs | .github
ISSUE_TEMPLATE
BOUNTY.yml
workflows
release-artifacts.yml
build.sh
cutils.c
cutils.h
examples
fib.c
fib_module.js
hello.js
hello_module.js
pi_bigdecimal.js
pi_bigfloat.js
pi_bigint.js
point.c
test_fib.js
test_point.js
libbf.c
libbf.h
libregexp-opco... | |
heithemkacem_nearvote-v2 | .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
.package-lock.json
@as-covers... | functional-red-black-tree
=========================
A [fully persistent](http://en.wikipedia.org/wiki/Persistent_data_structure) [red-black tree](http://en.wikipedia.org/wiki/Red%E2%80%93black_tree) written 100% in JavaScript. Works both in node.js and in the browser via [browserify](http://browserify.org/).
Function... |
Ni3l55_wehave-metabuild | README.md
crowdfund
Cargo.toml
build.sh
deploy.sh
src
crowdfund.rs
lib.rs
fake-usdc-ft
Cargo.toml
build.sh
deploy.sh
src
lib.rs
frontend
README.md
next.config.js
package-lock.json
package.json
public
vercel.svg
src
component... | 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 `... |
PinkDiamond1_Three0 | CODE_OF_CONDUCT.md
README.md
StyleGuide.md
contract
Cargo.toml
README.md
compile.js
controller
Cargo.toml
src
lib.rs
types.rs
hosting
Cargo.toml
src
lib.rs
project
Cargo.toml
src
lib.rs
ty... | Three0-Rust Smart Contract
==================
A [smart contract] written in [Rust] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install Rust with [correct target]
Exploring The Code
==================
1. The main smart contract code lives in `... |
piorot_near-submission | 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
anbork_svelte-kit-near | README.md
jsconfig.json
package.json
src
app.html
global.d.ts
svelte.config.js
| ## Start a project
```bash
# Install dependencies
yarn install
# Start sveltekit app
yarn dev
```
|
NEARWEEK_marketing-activation-form | .github
ISSUE_TEMPLATE
BOUNTY.yml
README.md
api
.eslintrc.js
README.md
app.js
config
app.js
cron.js
near.js
trello.js
typeform.js
ecosystem.config.js
middlewares
near.js
verifyNearSignatureHeader.js
modules
Marketing... | # marketing-activation-form
# api.marketing-activation-form
|
LockiStrike_nearvember-task-2 | .idea
modules.xml
vcs.xml
as-pect.config.js
asconfig.json
package-lock.json
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
3.cleanup.sh
README.md
src
as_types.d.ts
balance
as-pect.config.js
assembly
__tests__
as-pect.d.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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
phoenixpulsar_testVOTB | 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... |
NadiiaOnopriienko4irelabs_testAddAccessKey | __tests__
add_key.ava.ts
utils.ts
ava.config.cjs.js
package.json
| |
NEAR-Edu_near-certification-tools | README.md
api
Cargo.toml
README.md
cert
Cargo.toml
src
db.rs
lib.rs
query.rs
common
Cargo.toml
src
lib.rs
errors
Cargo.toml
src
lib.rs
invalidate-all-certs-for-account
Cargo.toml
... | # Overview
This project will be accessible at https://certificates.near.university. See [deployment_notes.md](deployment_notes.md).
## Frontend
The index page will prompt the visitor to log in, after which it will display the list of certificates that they possess. Each cert will display a URL of its image (and even... |
near_near-sdk-contract-tools | .github
ISSUE_TEMPLATE
BOUNTY.yml
workflows
rust.yml
.vscode
settings.json
Cargo.toml
README.md
SECURITY.md
macros
Cargo.toml
src
approval
mod.rs
simple_multisig.rs
escrow.rs
lib.rs
migrate.rs
owner.rs
pause.rs
... | # near-sdk-contract-tools
## NFT
```rust
use near_sdk::near;
use near_sdk_contract_tools::nft::*;
#[derive(Default, NonFungibleToken)]
#[near(contract_state)]
pub struct MyNftContract {}
#[near]
impl MyNftContract {
#[init]
pub fn new() -> Self {
let mut contract = Self {};
contract.set_con... |
near_rust-protobuf | .github
ISSUE_TEMPLATE
BOUNTY.yml
linters
.markdown-lint.yml
workflows
ci.yml
.rustfmt.toml
BUGREPORTING.md
CHANGELOG-before-3.md
CHANGELOG.md
CONTRIBUTING.md
Cargo.toml
LICENSE.txt
README.md
ci-gen
Cargo.toml
src
actions.rs
cargo_sync_readme.rs
ghwf.r... | # Test for rust-protobuf
Larger tests for rust-protobuf crates.
(Small tests are implemented as unit tests inside the respective crates.)
# Tests for `protobuf-codegen-pure` crate
Tests for codegen with `syntax = "proto2"`.
<!-- cargo-sync-readme start -->
# How to use serde with rust-protobuf
rust-protobuf 3 no lo... |
Melchizedek4ever_INECvote | README.md
blockvote
.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
... | long.js
=======
A Long class for representing a 64 bit two's-complement integer value derived from the [Closure Library](https://github.com/google/closure-library)
for stand-alone use and extended with unsigned support.
[](https://travis-ci.org/dcodeIO/long.js... |
hiba-machfej_near-guestbook-react | README.md
craco.config.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
services
near.js
setupTests.js
tailwind.config.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:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to vie... |
novilusio_lucky-number | README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.dev-deploy.sh
2.create-Lucky.sh
3.find-Luck.sh
4.fortune.sh
src
as_types.d.ts
simple
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
index.ts
... | # LUCKY NUMBER
> ## Lucky Number is a project prepared at the end of the NCD training.
**Lucky Number** is a **game** of **chance** played with _two users._
- Each player must deposit **1 NEAR** to play.
- _A random number_ between **1** and **10** is generated for each user.
- The numbers assigned to the users ar... |
iamalperen_NCD.L1.sample--nearly-neighbors | Cargo.toml
README.md
_config.yml
as-pect.config.js
asconfig.json
package.json
simulation
Cargo.toml
src
factory.rs
lib.rs
project.rs
proposal.rs
src
as-pect.d.ts
as_types.d.ts
factory
__tests__
index.unit.spec.ts
asconfig.json
assem... | # Nearly Neighbors
A family of smart contracts developed for NEAR Protocol to enable crowd-sourced civic development. Think Kickstarter for neighborhood projects.
## ⚠️ Warning
Any content produced by NEAR, or developer resources that NEAR provides, are for educational and inspiration purposes only. NEAR does not e... |
intrepidcanadian_encode-hackathon | .gitpod.yml
README.md
contract
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
frontend
.parcel-cache
f5cb5caddee0a574.txt
... | Notes for the Encode Hackathon - Near
==================
Video Demo: https://www.loom.com/share/3ee9013167fe4338977422ee5b913aad?sid=bd9ce8de-505e-41a5-a81d-0a994cc0372e
How many people know their grandparents?
Now how many people know about their grandparents' parents?
- Recently, I have felt there is lost histo... |
komalklr_NEAR_App | .cache
00
dedca690d5f668fd5c91f3945a5d8c.json
06
d671febef89d252effc3acb3e2947f.json
08
a84616ed1688995503bb1229417990.json
0b
808b8af49543274b3ccf1ead548b70.json
1c
4650b5688c71d027bd70c9ba7fcfa1.json
1d
cf6c32547f14e6fc18d40827969c59.json
21
... | <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... |
longvubka98_white_list_ido | .eslintrc.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
types.ts
babel.config.js
neardev
shared-test-staging
test.near.json
shar... | 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!... |
LukasMasuch_best-of-crypto | .github
CODE_OF_CONDUCT.md
ISSUE_TEMPLATE
01_suggest-project.md
02_update-project.md
03_update-category.md
04_change-configuration.md
05_anything-else.md
PULL_REQUEST_TEMPLATE.md
labels.yml
workflows
update-best-of-list.yml
CONTRIBUTING.md
README.md
co... | <!-- markdownlint-disable -->
<h1 align="center">
Best-of Crypto
<br>
</h1>
<p align="center">
<strong>🏆 A ranked list of open-source digital currency and blockchain projects. Updated weekly.</strong>
</p>
<p align="center">
<a href="https://best-of.org" title="Best-of Badge"><img src="http://b... |
MetalistLab_3ntryChat | README.md
client
README.md
encrypt
bridge
JavascriptCloseWindowListener.java
JsHandler.java
JsWebChromeClient.java
JsWebView.java
RequestInfo.java
WVJBHandler.java
WVJBMessage.java
WVJBMethodExistCallback.jav... | # Overview
### 1. How to view our work
View our vedio: https://youtu.be/fnuvkmbUS0s
Download our andriod APP: https://github.com/MetalistLab/3ntryChat/raw/main/client/3ntryChat_2022-11-17_19-58_release_35.apk
View our code:
1) Client: https://github.com/MetalistLab/3ntryChat/tree/main/client
2) Contract: https://... |
MoonBaseDAO_MoonBase-Dashboard | .commitlintrc.json
.env
.github
workflows
node.js.yml
.huskyrc.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md
README.md
assets
icons
aAllDaos.colors.svg
aAllDaosHover.colors.svg
aAstroFeed.colors.svg
aAstroFeedHover.colors.svg
aCreateDao.colors.svg
aCreateDaoHove... | ###### Install dependencies
```bash
yarn install
```
###### Run development server
```bash
yarn dev
```
Open [http://localhost:8080](http://localhost:8080) with your browser to see the result.
##### Known issues
The application can fail loading icons when running locally, in this case just build an application lo... |
eteu-technologies_near-converter | .eslintrc.js
.github
workflows
deploy.yml
README.md
babel.config.js
package.json
public
index.html
src
assets
svg
clipboard.svg
main.ts
mixins
watcher.ts
utils
near.ts
tsconfig.json
vue.config.js
| # NEAR Unit Converter
Are you tired of trying to figure out how much yoctoNEAR is NEAR? Gas amount making your brain smoke again at 3am?
Or big numbers making you trouble in general?
Here's our small utility to aid with this problem - if you can use online percentage calculators, then this site shouldn't be any harde... |
near-everything_teleport-code-generators | .github
workflows
publish.yml
test.yml
.prettierrc.json
.vscodeSnippets
launch.json
CHANGELOG.md
CODE_OF_CONDUCT.md
README.md
examples
test-samples
comp-style-overrides.json
component-html.json
component-invalid-sample.json
component-sample.json
html-i... | # teleport-plugin-import-statements
A plugin for handling import statements in JavaScript code.
> This package is part of the [teleport ecosystem](https://github.com/teleporthq/teleport-code-generators). For a complete guide, check out the [official documentation](https://docs.teleporthq.io/).
## Install
```bash
npm... |
NearDeFi_mantle-gateway-template | .devcontainer
devcontainer.json
.eslintrc.json
README.md
next.config.js
package.json
public
next.svg
vercel.svg
src-tauri
Cargo.toml
build.rs
src
main.rs
tauri.conf.json
src
assets
images
near_social_combo.svg
near_social_icon.svg
vs_co... | # BOS Gateway Template
This repository contains a clean, light-weight gateawy for the [Blockchain Operating System](https://near.org/blog/near-announces-the-blockchain-operating-system) (BOS). It serves as a great starting point for launching a customized BOS gateway. Contributions are most welcome!
## Setup & Develo... |
NEARBuilders_ChatGPTDoesNEAR | GetNFTTokenHolders.js
README.md
RainbowBridgeNEARtoAurora.js
| # ChatGPTContracts
ChatGPT Does NEAR
|
Gabriel9009_Hello_In_near | Cargo.toml
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-700b9618865a4af8
lib-inflector.json
ahash-9fc0ef3a3c3e8976
lib-ahash.json
aho-corasick-4f726f2802425d53
lib-aho_corasick.json
aut... | |
metanear_sdk-js | README.md
package.json
src
.eslintrc.yml
sdk.js
| # Meta NEAR SDK JS
Javascript SDK library to interact with Meta NEAR contracts on NEAR Protocol blockchain
### Build
```
yarn
```
|
luvnft_NEAR-Block-Dice | README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.deploy.sh
10.get_active_games.sh
11.get_completed_games.sh
12.get_created_games.sh
2.create_new_game.sh
3.join_game.sh
4.roll_dice.sh
5.get_winners.sh
6.claim_winnings.sh
7.get_game_details.sh
8.get_players_deta... | ## Unit tests
Unit tests can be run from the top level folder using the following command:
```
yarn test:unit
```
### Tests for Contract in `index.unit.spec.ts`
```
[Describe]: Checks for creating account
[Success]: ✔ creates a new game
[Success]: ✔ creates throws when fee is not attached
[Describe]: Checks for... |
himanigulati01_block-vote | .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... | blockvote
==================
This [React] app was initialized with [create-near-app]
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `yarn install`
3. Run the local development server: `yarn dev` (see `package.json` for a
f... |
phongnguyen2012_staking-contract | Cargo.toml
build.sh
ft_contract.sh
src
account.rs
config.rs
core_impl.rs
enumeration.rs
internal.rs
lib.rs
utils.rs
t2
200k
staking_contract.sh
| |
near-examples_storage-examples | README.md
storage-js
README.md
babel.config.json
integration
test-storage.ava.js
package.json
src
index.ts
storage-rs
README.md
contract
Cargo.toml
README.md
src
lib.rs
map.rs
set.rs
storage.rs
... | # Donation in RUST
An example contract writen in RUST
Storage Smart Contract
======================
A [smart contract] written in [RUST]
Exploring The Code
==================
1. The main smart contract code lives in `src/lib.rs`. You can compile
by running `cargo build`.
2. Tests: You can run smart contract tes... |
icerove_caller | .gitpod.yml
.travis.yml
LICENSE-APACHE.txt
LICENSE-MIT.txt
README-Gitpod.md
README.md
as-pect.config.js
asconfig.js
assembly
__tests__
as-pect.d.ts
example.spec.ts
token.spec.ts
as_types.d.ts
main.ts
model.ts
tsconfig.json
dist
index.html
index.js
main.1f19ae8e.js... | Token Contract in AssemblyScript
================================
[](https://gitpod.io/#https://github.com/near-examples/token-contract-as)
<!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page -->
This project cont... |
hdriqi_paras-backend | Cron.js
Mail.js
MailTemplate
notifyEmail.js
verifyEmail.js
walletEmail.js
Near.js
State.js
Storage.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
memento.spec.ts
user.spec.ts
main.ts
model.ts
utils.ts
config.js
controllers
Auth.js
Balanc... | |
near-everything_api | .eslintrc.js
LICENSE.txt
README.md
babel.config.js
docker-compose.yml
docker
sql
00-create-admin-role.sql
01-create-database.sql
03-create-schema.sql
04-create-extensions.sql
05-create-tables.sql
06-create-roles.sql
07-grant-privileges.sql
08-create-po... | <div id="top"></div>
<!-- PROJECT SHIELDS -->
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
<!-- PROJECT LOGO -->
<br />
<div align="center">
<... |
Jeremicarose_seed-farm | .env
.history
README_20230530221203.md
README_20230602210819.md
contract
scripts
call_20230519210034.sh
call_20230603202712.sh
call_20230603211323.sh
call_20230603213150.sh
call_20230603213712.sh
call_20230603213844.sh
... | ## Inspiration 💡
Most of the time, Farmers sells there product at a throwing price because of
For that they will lose a lot of money feeling discourage and this will force them to venture to any othe bussiness.
As a result, there is the need for a secure and efficient system to help farmers and buyers link without ... |
LearningGame2_MVCSD-Learning-Game-2 | Documentation
Brainstorming.txt
Initial Meeting Questions.txt
Notes From Meetings.txt
README.md
DuckHuntTest
DuckHunt-JS-master
README.md
dist
audio.json
index.html
sprites.json
eslint
eslint-babel.json
eslint-defaul... | # MVCSD-Learning-Game-2
HexGL
=========
Source code of [HexGL](http://hexgl.bkcore.com), the futuristic HTML5 racing game by [Thibaut Despoulain](http://bkcore.com)
## Branches
* **[Master](https://github.com/BKcore/HexGL)** - Public release (stable).
## License
Unless specified in the file, HexGL's code and reso... |
jkeohan_SputnikDao-AS-Contract | README.md
sputnikdao-as-factory
README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
index.ts
models.ts
tsconfig.json
types.ts
compile.js
package.json
sputnikdao-as
README.... | sputnikdao-factory 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... |
Peersyst_react-native-modal | .eslintrc.js
.github
CONTRIBUTING.md
ISSUE_TEMPLATE
BUG_REPORT.md
PULL_REQUEST_TEMPLATE.md
workflows
release.yml
test.yml
.prettierrc.js
ISSUE_TEMPLATE.md
LICENSE.md
README.md
|
example
android
app
src
androidTest
java
... | ### Announcements
- 📣 We're looking for maintainers and contributors! See [#598](https://github.com/react-native-modal/react-native-modal/discussions/598)
- 💡 We're brainstorming if/how we can make a JavaScript-only version of `react-native-modal`. See [#597](https://github.com/react-native-modal/react-native-modal/... |
ioustamora_fisha | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
lib.rs
target
.rustc_info.json
debug
.fingerprint
Inflector-421fec9da2450b13
lib-inflector.json
Inflector-d2148e4a37c14682
... | fisha Smart Contract
==================
A [smart contract] written in [Rust] for an app initialized with [create-near-app]
Quick Start
===========
Before you compile this code, you will need to install Rust with [correct target]
Exploring The Code
==================
1. The main smart contract code lives in `src/li... |
Learn-NEAR_bin | .travis.yml
README.md
| Maintenance scripts
===================
A couple scripts to quickly fetch & update all repositories in this organization. `pull` script is written to work with all repositories in the same organization as this repository.
 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
```
Open [http://localhost:3000](http://localhost:3000... |
kiskesis_volunteergame | .idea
modules.xml
README.md
build
asset-manifest.json
index.html
manifest.json
robots.txt
static
css
main.39c46984.chunk.css
js
2.d6f39df7.chunk.js
2.d6f39df7.chunk.js.LICENSE.txt
main.2de32450.chunk.js
runtime-main.1b12... | # TBD
# TBD
# 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:... |
pagoda-gallery-repos_nft-drop | .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
lint.yml
lo... | <h1 align="center">
<a href="https://github.com/near/boilerplate-template-keypom">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/near/boilerplate-template-keypom/main/docs/images/pagoda_logo_light.png">
<source media="(prefers-color-scheme: light)" sr... |
NEAR-Hispano_near-e-sports | .gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
src
approval.rs
enumeration.rs
events.rs
internal.rs
lib.rs
metadata.rs
mint.rs
nft_core.rs
royalty.rs
firebase.json
jsconfig.json
package.json
public
... | Near-tournaments 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... |
onchezz_counterdapp | Cargo.toml
README.md
build.sh
deploy.sh
dev-deploy.sh
init-args.js
rustfmt.toml
src
contract.rs
lib.rs
utils.rs
| # NEAR Smart Contract Rust Template
Project structure for writing smart contracts in Rust for NEAR Protocol
# Required Software
- Rust 1.58 + cargo
- Node.js
- NEAR CLI 3.1
# Authors
- Jacob Lindahl <jacob@near.foundation> [@sudo_build](https://twitter.com/sudo_build)
|
NEAR-Hispano_nomicon.io | 0000-template.md
README.md
book.toml
build.sh
specs
Architecture.md
BlockchainLayer
EpochManager
Epoch.md
EpochManager.md
README.md
Staking.md
Transaction.md
Transactions.md
ChainSpec
Consensus.md
LightClient.md
... | # NEAR Protocol Specifications and Standards
This repository hosts the current NEAR Protocol specification and standards.
This includes the core protocol specification, APIs, contract standards, processes, and workflows.
Changes to the protocol specification and standards are called NEAR Enhancement Proposals (NEPs).... |
mingderwang_test-near-wallet | .dependabot
config.yml
.github
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
... | 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... |
ninetwozreo_nep141_tool | README.md
tool
.gitpod.yml
README.md
babel.config.js
contract
Cargo.toml
README.md
compile.js
index.html
src
lib.rs
package.json
src
App.js
__mocks__
fileMock.js
assets
logo-black.svg
... | tool
==================
This [React] app was initialized with [create-near-app]
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `yarn install`
3. Run the local development server: `yarn dev` (see `package.json` for a
full l... |
irenepeace_Hotel-Management-System | Cargo.toml
README.md
build.bat
build.sh
src
lib.rs
test.sh
| # introduction
A hotel management system that assist customers to order and pay for their meals at their own convinience
## Getting started
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 y... |
Learn-NEAR_NCD--lucky-quote | README.md
Follow 3. to 6. or check scripts in `.
scripts`
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
singleton
asconfig.json
assembly
index.ts
tsconfig.json
utils.ts
| # NEAR Lucky Quote - NEAR Blockchain example app for [NEAR Certificated Developer I](https://hackmd.io/@nearly-learning/ncd-1-1d) certificate
1. Clone repo with `git clone`
2. Install dependencies `yarn`
--- Follow 3. to 6. or check scripts in `./scripts` ---
3. Build Web Assembly file `yarn build:release`
4. Dep... |
hoangtheanhhp_scv-chain-near | Cargo.toml
build.sh
deploy.sh
near_call.sh
src
lib.rs
| |
NearDeFi_token-prices | .github
workflows
fetch-prices.yml
README.md
package.json
ref-prices.json
src
get-prices.js
| # token-prices
|
mileself_NDC-Practice-1 | 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
... | # cliui
[](https://travis-ci.org/yargs/cliui)
[](https://coveralls.io/r/yargs/cliui?branch=)
[](https://www.npmjs.com/package/cliui)
[!... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.