repoName stringlengths 7 77 | tree stringlengths 0 2.85M | readme stringlengths 0 4.9M |
|---|---|---|
near-cli-rs_interactive-clap | .github
workflows
release-plz.yml
CHANGELOG.md
Cargo.toml
README.md
examples
advanced_enum.rs
advanced_struct.rs
simple_enum.rs
simple_struct.rs
struct_with_context.rs
struct_with_flatten.rs
struct_with_named_arg.rs
struct_with_subargs.rs
struct_with_subcommand.rs
to_... | # Interactive clap
> **`interactive-clap` is a Rust crate of helpers for [`clap`](https://github.com/clap-rs/clap) that enable interactive prompts for structs.**
[](https://crates.io/crates/interactive-clap)
[
view [Demo](https://onehumanbeing.github.io/near_knowledge_graph/) here
this is a demo project while joining NCD Certification, I consider working on this demo because of it's value.
We use smart contract to store our ass... |
near_parameter-estimator-reports | data
ActionAddFullAccessKey.json
ActionAddFunctionAccessKeyBase.json
ActionAddFunctionAccessKeyPerByte.json
ActionCreateAccount.json
ActionDeleteAccount.json
ActionDeleteKey.json
ActionDeployContractBase.json
ActionDeployContractPerByte.json
ActionFunctionCallBase.json
ActionFunc... | |
near_near-discovery-alpha | .devcontainer
devcontainer.json
.eslintrc.json
.github
ISSUE_TEMPLATE
bug_report.md
epic.md
feature_request.md
secondary-focus-area.md
release.yml
workflows
close-issues-marked-as-done.yml
continuous-integration-workflow.yml
promote-develop-to-main... | # 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-tips_contract-tips | Cargo.toml
README.md
package-lock.json
package.json
scripts
add_validotor.js
test.js
src
internal.rs
lib.rs
manage.rs
tests.rs
| Status Message
==============
[](https://gitpod.io/#https://github.com/near-examples/rust-status-message)
<!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page -->
This smart contract saves and records the status me... |
Learn-NEAR_NCD--rocket-approval | .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... | near-rocket-approval
==================
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`... |
Learn-NEAR_NCD--near-merge-data | .cargo
audit.toml
config.toml
.github
workflows
contract.yml
Cargo.toml
readme.md
src
lib.rs
tests
integration
main.rs
merge_test.rs
utils.rs
| |
jamesondh_near-clp | README.md
contract
.vscode
launch.json
tasks.json
Cargo.toml
README.md
TODO.md
src
internal.rs
lib.rs
nep21.rs
unit_tests_fun_token.rs
util.rs
target
doc
near_clp
index.html
struct.NearCLP... | nearswap-interface
==================
This app was initialized with [create-near-app]
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12 and [Rust with correct target][Rust]
2. Install dependencies: `yarn install`
3. Run the local development server: `ya... |
amaharana_near-smart-stock-contract | .gitpod.yml
README.md
babel.config.js
contract
README.md
compile.js
create-multisig-request.js
deploy-stock-contract.js
neardev
dev-account.env
package.json
scripts
create-test-accounts.sh
src
App.js
__mocks__
fileMock.js
assets
logo-black.svg
logo-whi... | near-smart-stock-contract
==================
This repo consists of 2 parts: A smart contract that can be deployed on the NEAR blockchain, and a REACT webapp to interact with the smart contract.
Exploring The Code
==================
1. The "backend" code lives in the `/contract` folder. See the README there for
mo... |
jewerlykim_Nearuko | .github
workflows
tests.yml
README.md
__tests__
nft-test.ava.js
babel.config.json
commands.txt
jsconfig.json
neardev
dev-account.env
package.json
src
market-contract
index.ts
internal.ts
nft_callbacks.ts
sale.ts
sale_views.ts
nft-contract
appro... | # Nearuko
Nearuko is a version of the Near Protocol mainnet in the Etheruko project. Nearuko is an NFT that can be converted into a character in the Etheruko game.
|
maoleng_pawo | .gitpod.yml
README.md
backend
README.md
app
Console
Kernel.php
Enums
JobStatus.php
Exceptions
Handler.php
Helpers.php
Http
Controllers
ApiController.php
BaseController.php
Cont... | <p align="center"><a href="https://pawo-app.skrt.cc/" target="_blank">
<img height="150px" src="https://github.com/maoleng/pawo/assets/91431461/47245874-9af9-4fc3-8ef1-037f845ec23d">
</a></p>
[Pawo](https://pawo-app.skrt.cc/) is a is a platform that leverages blockchain technology and smart contracts for freelanci... |
Immanuel-john_near-nft-utility | .github
dependabot.yml
scripts
readme-quick-deploy.sh
workflows
readme-ci.yml
tests.yml
.gitpod.yml
Cargo.toml
README-Windows.md
README.md
integration-tests
rs
Cargo.toml
src
tests.rs
ts
package.json
src
main.ava.ts
... | # Folder that contains wasm files
Non-fungible Token (NFT)
===================
>**Note**: If you'd like to learn how to create an NFT contract from scratch that explores every aspect of the [NEP-171](https://github.com/near/NEPs/blob/master/neps/nep-0171.md) standard including an NFT marketplace, check out the NFT [Ze... |
Fudeveloper_guest-book-my | .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!... |
Learn-NEAR_NCD--NEAR-Volunteer | .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... |
jwoh1014_web3mon-mint-private | .vscode
settings.json
README.md
app
page.module.css
components
AdminPage
AdminPage.module.css
Header
Header.module.css
HomePage
HomePage.module.css
next-env.d.ts
next.config.js
package-lock.json
package.json
pages
api
hello.ts
public
next.svg
thirteen.svg
... | This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your br... |
JoseGabriel-web_beyondNearContract | README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
main.spec.ts
as_types.d.ts
index.ts
models
Campaing.ts
tsconfig.json
neardev
dev-account.env
package-lock.json
package.json
| # :earth_americas: BeyondNear
BeyondNear es un smart contract bajo el Near protocol, el cual permite crear campañas para la recaudacion de fondos en nears dedicados a una causa especifica. Este smart contract permite:
- Crear una campaña.
- Conseguir informacion de una campaña.
- Conseguir lista de campañas.
- Donar ... |
jiangchi_near-dapp-1 | Cargo.toml
build.sh
src
data_input.rs
lib.rs
| |
heavenswill_Near-Practice-Project | 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... |
KenMan79_NEAR-Pet-Shop | README.md
migrations
1_initial_migration.js
2_deploy_adoption.js
package-lock.json
package.json
src
css
bootstrap.min.css
custom.css
fonts
glyphicons-halflings-regular.svg
index.html
js
app.js
bootstrap.min.js
pets.json
test
testAdoption.test.js
tr... | # NEAR Pet Shop
This project is based on Truffle's [Pet Shop Tutorial](https://www.trufflesuite.com/tutorials/pet-shop) but uses NEAR's custom provider called [near-web3-provider](https://github.com/nearprotocol/near-web3-provider) and deploys the Solidity contracts to the [NEAR EVM](https://github.com/near/near-evm).... |
Peersyst_replication-game | Cargo.toml
README.md
Rocket.toml
app.json
diesel.toml
migrations
2019-01-07-164529_create_leaderboard
down.sql
up.sql
2019-01-11-154525_create_params
down.sql
up.sql
2019-03-15-111850_add-taper-params
down.sql
up.sql
2019-05-15-133847_u64-for-size
... | # The Replication Game
> Compete on the fastest replication algorithm - [Participate here!](http://replication-game.herokuapp.com/)

## Introduction
**What is this "game"?** The Replication Game is a competition where participants com... |
near_wasm-utils | .github
ISSUE_TEMPLATE
BOUNTY.yml
.travis.yml
Cargo.toml
README.md
cli
build
main.rs
source.rs
check
main.rs
ext
main.rs
gas
main.rs
pack
main.rs
prune
main.rs
stack_height
main.rs
examples
opt_imports.rs
src
... | # pwasm-utils
[](https://travis-ci.org/paritytech/wasm-utils)
A collection of WASM utilities used in pwasm-ethereum and substrate contract development.
This repository contains the package `pwasm-utils` which consists of a library crate
an... |
kaurjatty_cloud | .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!... |
NEARBuilders_every | .env
README.md
config
paths.js
presets
loadPreset.js
webpack.analyze.js
webpack.development.js
webpack.production.js
package.json
public
index.html
manifest.json
robots.txt
renovate.json
src
App.js
components
BosLoaderBanner.js
Core.js
Editor
... | # everything.dev
<img src="./assets/under-construction-bar-roll.gif" alt="under construction" >
## Getting started
1. Install packages
```cmd
yarn install
```
2. Start dev environment
```cmd
yarn run dev
```
# everything browser
## Setup & Development
Initialize repo:
```
yarn
```
Start development version:
``... |
omer-cakmak_near-testnet-first-deploy | 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
inti25_near-tic-tac-toe | README.md
contract
Cargo.toml
complie.sh
src
lib.rs
views.rs
contract_scripts
01_deploy.js
02_inti.js
03_create-game.js
04_play.js
package-lock.json
package.json
src
config.js
index.html
main.js
script.js
style.css
| # NEAR Tic Tac Toe
## Description
This contract implements simple online game use near sdk
Contract in `contract/src/lib.rs`
## Demo
https://inti25.github.io/near-tic-tac-toe/index.html
## Setup
Install dependencies:
```
npm install
```
If you don't have `Rust` installed, complete the following 3 steps:
1) Inst... |
evgenykuzyakov_archival-view | package.json
public
index.html
manifest.json
robots.txt
src
App.js
App.test.js
data
account.js
near.js
refFinance.js
token.js
utils.js
fetchers
burrowTvl.js
numAccounts.js
index.css
index.js
setupTests.js
| |
nft-never-sleep_nft-ns-chain | README.md
contracts
Cargo.toml
README.md
introduction.md
nns
Cargo.toml
build.sh
src
bid.rs
borrower.rs
lib.rs
nft_owner.rs
utils.rs
view.rs
tests
common
init.rs
... |
# nft_never_sleep
### NFT Standard Interface (NEP-171/177/181)
Some structures are defined in [NEP-177](https://nomicon.io/Standards/NonFungibleToken/Metadata.html)
```rust
/// approved_account_ids not used in this contract
pub struct Token {
pub token_id: TokenId,
pub owner_id: AccountId,
pub metadata: O... |
keypom_ws-plugin | README.md
app
dist
index.12554786.css
index.html
package.json
src
App.js
config.js
index.html
index.js
lib
assets
icons.d.ts
icons.js
index.d.ts
index.js
lib
... | # Automatically use NEAR accounts via Keypom links
|
nsejim_NEAR-ow3t | README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.dev-deploy.sh
2.build-tree.sh
3.list-trees.sh
4.register-node.sh
5.update-completed-outcome.sh
6.get-report.sh
README.md
src
as-pect.d.ts
as_types.d.ts
tree
__tests__
index.unit.spec.ts
a... | # OW3-T (Open Web 3 Tree)
## Introduction
OW3-T is a smart contrat that aims to support real-life contexts where stakeholders (humans, smart things, ..) aggregate a certain value in a trustless tree hierarchy. The current version of the smart contract considers "value" that can be represented by a numerical outcome.
... |
magiclabs_magic-near-guide | .env
README.md
package.json
public
index.html
src
components
App.js
Callback.js
Loading.js
Login.js
Profile.js
google.svg
index.js
magic.js
styles.css
| ## Resources
- [Github Repo](https://github.com/magiclabs/magic-near-guide.git)
- [Live Demo](https://magic-near.vercel.app/login)
## Quick Start
```
$ git clone https://github.com/magiclabs/magic-near-guide.git
$ cd magic-near-guide
// Enter your Magic API key in `.env` such as REACT_APP_MAGIC_PUBLISHABLE_KEY=pk_live... |
fac3m4n_zoo-landing | .env
README.md
package.json
public
browserconfig.xml
index.html
manifest.json
robots.txt
src
App.js
components
game-card
game-card.module.css
game-info
game-info.module.css
game-points
game-points.module.css
game-wins
... | # Zoomemory NFT game
ZooMemory is a decentralized game where users can play a game that not only pumps your memory, but also helps you win NFTs.
Won NFTs are collected, exchanged, bought and sold.
Each user in the game will have their own virtual zoo where they can show off their collection of NFTs.
The revenue from... |
near-ndc_gwg | .github
workflows
lint.yml
.markdownlint.json
CODE_OF_CONDUCT.md
README.md
RFPs
rfp-1-kudos-widget.md
rfp-1-ndc-dashboard.md
submissions
rpf-3
OWA.md
TEMPLATE-IP.md
TEMPLATE-RFP.md
TEMPLATE-RFP_SUBMISSION.md
TEMPLATE-SPEC.md
specs
regional_communities.md
spec-1-kudos.... | # gwg-widgets
Monorepo for BOS widgets.
File structure represented widget in BOS (`Folder.Subfolder`).
e.g. `NDC.Elections.Main` represented by `NDC/Elections/Main.js` file.
## Usage
1. Copy codebase from target file
2. Go to https://near.org/sandbox and paste it
3. Watch Component Preview or directly save it on ... |
html1704_challenge-3 | .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
==================
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... |
NearDate-PastAndFuture_NearDate-NFT-Image | ||
nhussein11_web3-infura | .github
workflows
rust.yml
Cargo.toml
README.md
src
cli
cli.rs
tests.rs
ethereum.rs
infura.rs
main.rs
tests.rs
| # Web 3 - Infura :boom:
This project is a simple example of how to use Infura to connect to the Ethereum blockchain. It uses the Infura API to get the latest block number and the latest block hash. To get the infura API key, you need to create an account on [Infura](https://infura.io/). After creating an account, you ... |
near-examples_guest-book-rust | .devcontainer
devcontainer.json
.github
workflows
tests-rs.yml
tests-ts.yml
README.md
contract-rs
Cargo.toml
README.md
rust-toolchain.toml
src
lib.rs
tests
sandbox.rs
contract-ts
README.md
package.json
sandbox-ts
main.ava.ts
src
... | # Guest Book Contract
This smart contract stores messages from users. If the user attaches more than 0.1 NEAR tokens the message is marked as premium.
## How to Build Locally?
Install [`cargo-near`](https://github.com/near/cargo-near) and run:
```bash
cargo near build
```
## How to Test Locally?
```bash
cargo tes... |
ontology-tech_DID-NEAR-rust | .travis.yml
Cargo.toml
README.md
build.sh
src
basic.rs
lib.rs
tests.rs
test.sh
testnet.md
| # NEAR DID Reference Implementation
This is a reference implementation of NEAR DID. Please refer to the [NEAR DID specification](https://github.com/ontology-tech/DID-spec-near/blob/master/NEAR/NEAR-DID-spec.md).
## Contract API document
[doc](https://ontology-tech.github.io/DID-NEAR-rust/DID_NEAR_rust/index.html)
|
nearmetabuild_near-attacher | README.md
contract
near-attacher
.gitpod.yml
README.md
contract
README.md
babel.config.json
build.sh
build
builder.c
code.h
hello_near.js
methods.h
deploy.sh
... | # Near Attacher
<img width="1604" alt="스크린샷 2022-11-22 오전 1 11 29" src="https://user-images.githubusercontent.com/118753601/203103823-d14403a3-615f-4a67-971c-aa9f21d6d6be.png">
# Download
[build.zip(Near Attacher)](https://github.com/nearmetabuild/near-attacher/raw/main/build.zip)
# How to try
1. Enter to c... |
near_boilerplate-template-rs | .github
ISSUE_TEMPLATE
01_BUG_REPORT.md
02_FEATURE_REQUEST.md
03_CODEBASE_IMPROVEMENT.md
04_SUPPORT_QUESTION.md
BOUNTY.yml
config.yml
PULL_REQUEST_TEMPLATE.md
labels.yml
workflows
build.yml
deploy-to-console.yml
labels.yml
l... | # Hello NEAR Contract
The smart contract exposes two methods to enable storing and retrieving a greeting in the NEAR network.
```rust
const DEFAULT_GREETING: &str = "Hello";
#[near_bindgen]
#[derive(BorshDeserialize, BorshSerialize)]
pub struct Contract {
greeting: String,
}
impl Default for Contract {
fn d... |
longvubka98_near_stater | .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... | white-list-ido-rs
==================
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` fo... |
onchezz_message_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... |
Learn-NEAR_starter--near-sdk-rs | Cargo.toml
README.md
build.sh
deploy.sh
dev-deploy.sh
init-args.js
rustfmt.toml
src
contract.rs
lib.rs
utils.rs
| ## 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
PrimeLabCore_nft-app-frontend | .eslintrc.json
README.md
firebase.json
package.json
public
auth-proxy.html
index.html
manifest.json
robots.txt
src
App.js
Assets
Images
home-card-2.svg
Styles
filepond.css
modal.css
Components
Banners
UnclaimedNFTAlert.j... | # 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 v... |
nearvndev_uit-ecommerce-frontend | App.js
assets
global.css
configs
index.js
dist
index.bc0daea6.css
index.html
logo-black.4514ed42.svg
logo-white.a7716062.svg
index.html
index.js
package-lock.json
package.json
services
api.js
blockchain.js
| |
keypom_keypom-nft-storage | package-lock.json
package.json
src
index.ts
tsconfig.json
wrangler.toml
| |
JulioMCruz_RegistroNear | README.md
RegistroNear-AS-Contract
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-lock.json
package.json
RegistroNear-AS
.gitpod.yml
README.md
... | RegistroNear-AS
==================
This [React] app was initialized with [create-near-app]
Quick Start
===========
To run this project locally:
1. Prerequisites: Make sure you've installed [Node.js] ≥ 12
2. Install dependencies: `npm install`
3. Run the local development server: `npm run dev` (see `package.json` fo... |
open-web-academy_NCGD-FT | Cargo.toml
README.md
build.sh
flags.sh
src
internal.rs
lib.rs
migrations.rs
storage_nep_145.rs
util.rs
vesting.rs
| ### Example-Token
ID=dev-1653521107679-88908214949697
Inicializar contrato
near call $ID init_contract '{"owner_id": "yairnava.testnet"}' --accountId $ID
Obtener propietario del contrato
near view $ID get_owner_id
Cambiar propietario del contrato
near call $ID set_owner_id '{"owner_id": "yairnh.t... |
IsaacCespedes_NearQuickStart | DAPP_Quickstart
hello-near
.gitpod.yml
README.md
contract
Cargo.toml
README.md
build.sh
deploy.sh
src
lib.rs
frontend
assets
global.css
logo-black.svg
... | # Hello NEAR Contract
The smart contract exposes two methods to enable storing and retrieving a greeting in the NEAR network.
```rust
const DEFAULT_GREETING: &str = "Hello";
#[near_bindgen]
#[derive(BorshDeserialize, BorshSerialize)]
pub struct Contract {
greeting: String,
}
impl Default for Contract {
fn d... |
here-wallet_here-website | .github
workflows
deploy.yml
articles
BLACKDRAGON-airdrop.md
HERE_wallet_NFT.md
Hot_Protocol.md
Near-Telegram-Wallet.md
USDC-vs-USDCe.md
USDT-or-USDC.md
binance-connect-security-5193df4ce0c3.md
binance-connect.md
change-seed-phrase.md
december-recap.md
freemint.md... | |
infinityfish_friends_contract | .gitpod.yml
README.md
contract
Cargo.toml
README.md
compile.js
src
lib-orig.rs
lib.rs
package.json
src
assets
logo-black.svg
logo-white.svg
config.js
global.css
index.html
index.js
main.test.js
utils.js
wallet
login
inde... | friends-list 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 ... |
kwilteam_kwil-js | .eslintrc.json
.prettierrc.json
CHANGELOG.md
MIGRATING.md
| :------------: |
|
README.md
commitlint.config.js
jest.config.js
package-lock.json
package.json
src
api_client
api.ts
client.ts
config.ts
auth
auth.ts
builders
action_builder.ts
db_builder.ts
... | # Kwil
Kwil-JS is a JavaScript/Typescript SDK for building browser and NodeJS applications to interact with Kwil networks.
## Versioning
Make sure to use the correct version of the Kwil-JS SDK for the version of the Kwil daemon you are using:
| Kwil Daemon Version | Kwil-JS Version |
| :------------------: | :-----... |
freewind-demos_near-rust-contract-hello-world-demo | Cargo.toml
README.md
run.sh
src
lib.rs
| near-rust-contract-hello-world-demo
=================================
用near+rust写一个简单的hello world合约
```
./run.sh
```
|
gabrielgtzf_BENKYO.TECH | README.md
as-pect.config.js
asconfig.json
assembly
__tests__
as-pect.d.ts
example.spec.ts
as_types.d.ts
index.ts
tsconfig.json
package-lock.json
package.json
src
allowance.js
approve.js
balanceOf.js
connection.js
init.js
totalSupply.js
transfer.js
transfer... | Contrato de Token BENKYO.TECH escrito en AssemblyScript
=======================================================
<!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page -->
Este proyecto contiene una implementación de un contrato de token similar a [ERC20]. Usaremos la consola par... |
jefedeoro_near-pulse | README.md
components
Layout.js
PartnerList.js
Stats.js
context
search-context.js
data
categories.json
partners.json
next.config.js
package.json
package.lock.json
pages
_app.js
api
hello.js
index.js
profile
[slug]
index.js
postcss.config.js
public
v... | # Near Pulse Website (Next.js)
|
frankfervela_rust-status-mgs-test-demo | .github
dependabot.yml
workflows
tests.yml
.gitpod.yml
.travis.yml
Cargo.toml
README-Gitpod.md
README-Windows.md
README.md
borsh.js
frontend
App.js
config.js
index.html
index.js
package-lock.json
package.json
src
lib.rs
test.bat
test.js
test.sh
tests-ava
README.md
__tests__
... | Status Message
==============
[](https://gitpod.io/#https://github.com/near-examples/rust-status-message)
<!-- MAGIC COMMENT: DO NOT DELETE! Everything above this line is hidden on NEAR Examples page -->
This smart contract saves and records the status me... |
NguyenTrongTin1107_Rust-learn | SmartContract
counter
Cargo.toml
src
lib.rs
chat-app
Cargo.toml
src
main.rs
i_and_b
Cargo.toml
css
style.css
img
logo.svg
index.html
src
main.rs
utils.rs
views
NavigationBar.rs
server
404.html
... | |
mpeterdev_near-social-sandpack-poc | .devcontainer
devcontainer.json
.eslintrc.json
README.md
next.config.js
package-lock.json
package.json
pages
api
hello.ts
postcss.config.js
public
next.svg
thirteen.svg
vercel.svg
styles
Home.module.css
globals.css
tailwind.config.js
tsconfig.json
utils
fetchWidgetCode.ts
| # Near Social - Sandpacked
Live: [near-social-sandpacked.vercel.app](https://near-social-sandpacked.vercel.app/)
POC of using [Sandpack](https://sandpack.codesandbox.io/docs/), the online bundler used and maintained by [CodeSandbox](https://codesandbox.io/), for the NEAR Social Viewer
## Why
Sandpack is built to co... |
oleksanderkorn_nearvember-challenge-7 | README.md
Tutorial.md
as-pect.config.js
asconfig.json
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
3.cleanup.sh
README.md
add_candidacy.sh
add_election.sh
add_vote.sh
get_candidates.sh
get_elections.sh
get_votes.sh
god_mode_off.sh
god_mode_on.sh
init.sh
src
... | ## 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
piakushin_vault-test-replenisher | .github
workflows
rust.yml
Cargo.toml
README.md
src
interface
ft.rs
ft_receiver.rs
mod.rs
lib.rs
| # vault-test-replenisher
|
Murat-Selim_NCD_Travel-Guide-APP | README.md
as-pect.config.js
asconfig.json
package-lock.json
package.json
scripts
1.dev-deploy.sh
2.createTravel.sh
3.updateTravel.sh
4.deleteTravelById.sh
5.getTravels.sh
6.getTravelById.sh
src
TravelGuide
__tests__
as-pect.d.ts
index.unit.spec.ts
asco... | # NCD_Travel-Guide-APP
This project is a simple travel note keeping program on the Near blockchain. It also serves as a guide for those who want to travel. Travelers can create, update and delete their travel notes here. Those who want to travel can decide on their travels by visiting the travel guide here. This proje... |
Lev-Stambler_lets-swap-_- | README.md
chart.svg
frontend
README.md
jest.config.js
package.json
pkg
index.js
postcss.config.js
public
index.html
serviceworker
sw.js
rust
Cargo.toml
README.md
src
lib.rs
src
global.d.ts
main.ts
... | # Let's Swap
## Summary
This project uses multiple liquidity pools to get optimal output for a token pair swap. It looks at all possible swap paths with distance of at most two. This means that if someone is trying to swap token a -> c, the algorithm also looks at liquidity pools from a -> b and b -> c. It then uses o... |
hedihmida_hackathonNMTC | .gitpod.yml
README.md
contract
README.md
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
tsconfig.json
frontend
App.js
assets
global.css
logo-black.svg
logo-white.svg
index.html
index.js
near-wallet.js
package-lock.jso... | # 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;
}
... |
NEAR-Analytics_neartownhall-contract | .github
workflows
release.yml
Cargo.toml
build.sh
rustfmt.toml
src
access_control
members.rs
mod.rs
rules.rs
community.rs
debug.rs
lib.rs
migrations.rs
notify.rs
post
attestation.rs
comment.rs
github.rs
idea.rs
like.... | |
mnhegde_Senior-Project-1.0 | App
votingapp
.gitpod.yml
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
inde... | # tr46.js
> An implementation of the [Unicode TR46 specification](http://unicode.org/reports/tr46/).
## Installation
[Node.js](http://nodejs.org) `>= 6` is required. To install, type this at the command line:
```shell
npm install tr46
```
## API
### `toASCII(domainName[, options])`
Converts a string of Unicode sy... |
Learn-NEAR_NCD.L2.sample--communite | README.md
babel.config.js
package-lock.json
package.json
postcss.config.js
public
index.html
src
composables
near.js
index.css
main.js
router
index.js
services
near.js
store
store.js
tailwind.config.js
| # communite--frontend
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org... |
porameht_near-academy-web2 | .gitpod.yml
README.md
dist
global.e50bbfba.css
global.e50bbfba.js
index.html
index.js
logo-black.eab7a939.svg
logo-white.7fec831f.svg
src.e31bb0bc.js
package-lock.json
package.json
src
assets
logo-black.svg
logo-white.svg
config.js
global.css
index.html
in... | social-memes
==================
This app was initialized with [create-near-app]
<img width="1151" alt="Screen Shot 2565-05-15 at 11 21 35" src="https://user-images.githubusercontent.com/89307294/168457145-bbbda5e3-1a42-4845-85e3-8f7231e5c0e3.png">
<img width="1107" alt="Screen Shot 2565-05-15 at 11 08 46" src="https... |
near_terraform-near-relayer | .github
ISSUE_TEMPLATE
BOUNTY.yml
README.md
modules
gcp-relayer
README.md
|
| # gcp-relayer
## Overview
This module provides an infrastructure deployment solution for running a Near Protocol Relayer on Google Cloud Platform (GCP). It creates necessary resources, including a Google CloudRun service, VPC, secrets for storing account keys and configuration.
### Note: Does not support fastauth fun... |
pvolnov_ca-evm-wallet | README.md
client
cli.js
package.json
contract
Cargo.toml
src
eth.rs
lib.rs
| # Chain abstraction EVM wallet
## Concept
The "Chain Signature" feature in smart contracts revolutionizes transaction signing and management. It allows smart contracts to sign transactions using a private key, which is distributed and securely held by a group of validators. The "CA EVM Wallet" leverages this technolo... |
Learn-NEAR-Hispano_NCD2L1--QuineApp | README.md
as-pect.config.js
asconfig.json
assembly
Models
Cobro.ts
Equipo.ts
Jornada.ts
Participante.ts
Partido.ts
Quiniela.ts
Respuesta.ts
Resultado.ts
__test__
as-pect.d.ts
index.unit.spec.ts
as_types.d.ts
index.ts
mod... | # `Quine App`
📄 Descripción
=============================
`Quine App` Es un contrato inteligente Para Crear `Quinielas` y todos los datos son almacenados mediante el protocolo de `NEAR`. La idea del contrato es
debido a que a la hora de crear `Quinielas` con muchas personas es dificil de administrarla y puede existir... |
megaserg_monty-hall-near | 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
montyhall
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
index.ts
tsconfig.j... | # Monty Hall game as a NEAR contract 🚪🐐💰
Simple simulation of the [Monty Hall show](https://en.wikipedia.org/wiki/Monty_Hall_problem). You're given the choice of three doors. Behind one door is a prize; behind the other two, goats. You pick a door and the host opens another door, which has a goat. Do you want to sw... |
frobenius7_near6 | README.md
babel.config.js
package.json
src
App.js
__mocks__
fileMock.js
assets
beard-white.svg
beard.svg
logo-black.svg
logo-white.svg
config.js
index.html
index.js
jest.init.js
main.test.js
utils.js
wallet
login
index.h... | challenge-6
==================
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
... |
nearprotocol_slips | .travis.yml
README.md
check.sh
markdownlint.json
slip-0000.md
slip-0010.md
slip-0010
test.py
testvectors.py
slip-0011.md
slip-0012.md
slip-0013.md
slip-0014.md
slip-0014
addresses.md
slip-0015.md
slip-0015
1_masterkey.py
2_accountkey.py
3_decrypt.py
4_encrypt.py
slip-0016.md
slip-0017.md
sli... | # SatoshiLabs Improvement Proposals
[](https://travis-ci.org/satoshilabs/slips)
SatoshiLabs projects need a way how to document their technical decisions and features.
For some of them Bitcoin Improvement Proposal (BIP) is not a right place bec... |
NinoLipartiia4ire_Airdrop | Cargo.toml
README.md
build.bat
build.sh
src
lib.rs
| # 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... |
Learn-NEAR-Club_phone_book | README-Gitpod.md
README.md
as-pect.config.js
asconfig.js
assembly
__tests__
as-pect.d.ts
context.json
main.spec.ts
as_types.d.ts
main.ts
model.ts
tsconfig.json
dist
css.967bad95.css
css.967bad95.js
index.html
index.js
main.1f19ae8e.js
neardev
dev-accou... | # phone_book
phone book on near
|
near-examples_poker | Cargo.toml
README.md
client
__init__.py
__main__.py
cryptography.py
lib.py
poker.py
requirements.txt
ui.py
utils.py
watcher.py
poker
Cargo.toml
src
deck.rs
game.rs
lib.rs
lobby.rs
poker.rs
types.rs
scripts
build.sh
deplo... | # Poker
Play online poker without third parties (and without fees). Bet with NEAR. **Profit**.
Based on [Mental Poker](https://en.wikipedia.org/wiki/Mental_poker) algorithm [proposed by Shamir, Rivest, Adleman](https://apps.dtic.mil/dtic/tr/fulltext/u2/a066331.pdf).
## Security details
The `poker` contract is a "fai... |
near_boilerplate-template-ipfs-dev | .github
ISSUE_TEMPLATE
01_BUG_REPORT.md
02_FEATURE_REQUEST.md
03_CODEBASE_IMPROVEMENT.md
04_SUPPORT_QUESTION.md
BOUNTY.yml
config.yml
PULL_REQUEST_TEMPLATE.md
labels.yml
workflows
codeql.yml
deploy-to-console.yml
labels.yml
... | # IPFS NEAR Contract
The smart contract exposes two methods to enable storing and retrieving a file references in the NEAR network.
```ts
@NearBindgen({})
class FilesNear {
files: UnorderedMap<File[]> = new UnorderedMap<File[]>("ipfs-files");
@call({})
add_file({ cid, name }: { cid: string; name: string }) {
... |
neararabic_near-rs-explore-sdk | Cargo.toml
README.md
rustfmt.toml
src
lib.rs
| # تجربة بعض خصائص مكتبات التطوير NEAR Rust SDk Exploration
## لتشغيل المشروع
يحتاج المشروع لتثبيت أدوات التطوير الخاصة بلغة رست و ويب أسمبلي rust and web assembly tool chain
يمكن اتباع خطوات تثبيتهم هنــاhttps://www.near-sdk.io/
1- قم بنسخ المشروع لجهازك clone
2- من داخل مجلد المشروع فى شاشة الأوامر terminal قم بكت... |
NEAR-P2P_NearP2PChat | README.md
babel.config.js
package.json
public
index.html
src
main.js
store
index.js
messages.js
rooms.js
user.js
utils.js
| # Chat_near_dex
## 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/confi... |
phamr39_near-api-server | README.md
|
api.js
app.js
blockchain.js
near-api-server.config.json
near-api-ui
README.md
package.json
public
index.html
manifest.json
robots.txt
src
App.css
App.js
App.test.js
config.js
index.css
index.html
index.js
... | # NEAR REST API SERVER
> Interact with the NEAR blockchain using a simple REST API.
---
## Overview
_Click on a route for more information and examples_
| Route | Method | Description ... |
furkancetinalp_NCD_Appointment | README.md
asconfig.json
assembly
as_types.d.ts
index.ts
model.ts
tsconfig.json
index.html
package.json
scripts
1.init-contract.sh
2.add-appointment.sh
3.show-record.sh
4.change-day.sh
5.delete-appointment.sh
tests
index.js
| # NEAR CERTIFIED DEVELOPER PROGRAM
LOOM VIDEO : https://loom.com/share/6457f1addc764e95967796e1b9d2ff3a
## APPOINTMENT APPLICATION
Appointment application will allow people to register in May.
#### There are some conditions in order to register:
Age, a valid day select... |
metaguild_hacker-dao | .github
workflows
tests.yml
Cargo.toml
README.md
build.sh
sputnik-staking
Cargo.toml
README.md
build.sh
src
lib.rs
storage_impl.rs
user.rs
sputnikdao-factory
Cargo.toml
README.md
build.sh
src
lib.rs
sputnikdao-factory2
Cargo.toml
README... | # Sputnik Staking
This is staking contract for Sputnik DAO.
The default version just allows to stake the tokens by users and convert them into "weight" in the Sputnik itself.
Further modifications can be done to allow to leverage the staked token for other functions (providing liquidity for example).
# Sputnik DAO v2... |
near-everything_core | README.md
gateway
.devcontainer
devcontainer.json
README.md
config
paths.js
presets
loadPreset.js
webpack.analyze.js
webpack.development.js
webpack.production.js
package.json
public
manifest.json
robots.txt
runti... | # NEAR Discovery (BOS)
## Setup & Development
Initialize repo:
```
yarn
```
Start development version:
```
yarn start
```
## Local Component Development
1. Run an instance of a component server like [near/bos-loader](https://github.com/near/bos-loader) which serves component code in the following format
```j... |
mfurkanturk_web3-fundamentals-near-practice-part1 | 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... |
near_repro-near-funcall | .github
ISSUE_TEMPLATE
BOUNTY.yml
Cargo.toml
README.md
Host functions
Actions
build.rs
collect-state-records.js
cross-contract
Cargo.toml
src
lib.rs
get-sandbox-repro-genesis.js
index.js
multiple-state
Cargo.toml
src
lib.rs
package-lock.json
package.json
simple-state
Carg... | # Tool to get enough information for reproduce NEAR contract execution locally
## Usage for repro with near-sandbox
WIP in https://github.com/near/docs/pull/724
## Usage for repro with near-vm-standalone [DEPRECIATED]
```
npm i
node index.js -a <txn sender> -t <txn hash>
```
It will download `state.json`, `vmcontex... |
HassanHarby2000_friendbook-as | README.md
__tests__
as-pect.d.ts
index.unit.spec.ts
as-pect.config.js
asconfig.json
assembly
as_types.d.ts
index.ts
models.ts
tsconfig.json
package.json
| # friendbook
الكود الخاص بمشروع كتاب الأصدقاء
## طريقة الاستخدام
1. انسخ هذا المشروع clone على جهازك الشخصي فى أى مكان.
2. فى شاشة الأوامر terminal / command line interface افتح المجلد وقم بتثبيت المكتبات التي يحتاجها المشروع للتشغيل عن طريق الأمر:
```
yarn
```
3. لبناء واستخراج ملف wasm من الكود استعداداً لر... |
mucahittanacioglu_near-start | 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:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
Lightency_Notification-system-near-lake | README.md
index.ts
package-lock.json
package.json
tsconfig.json
| |
muoi07052001_near-app-vote-sc | Cargo.toml
README.md
build.sh
neardev
dev-account.env
notes
DAO.md
build-test-stable.md
build-test.md
build.md
scripts
create-data.sh
log-deposit.sh
log-deposit.txt
USERS STORAGE FEE
CRITERIAS STORAGE FEE
ANSWER OPTIONS STORAGE FEE
POLLS STORAGE FEE
src
criterias.rs
custom_struct... | # App Vote Project
## Useful Links
1. [App Vote Domain](https://app-vote-git-developphase2-app-vote-front-end.vercel.app/)
2. [App Vote Repository](https://github.com/btc-studio/app-vote-smart-contract)
## What is App Vote?
A NEAR smart contract for the Near Protocol based voting app.
- Allow users/organizations t... |
noemk2_svelte_near | package-lock.json
package.json
src
config.js
index.html
index.js
| |
gabehamilton_streetcred | .github
scripts
readme.sh
workflows
readme.yml
tests.yml
.gitpod.yml
README-Windows.md
README.md
ft
Cargo.toml
src
lib.rs
integration-tests
rs
Cargo.toml
src
tests.rs
ts
package.json
src
main.ava.ts
rustfmt.t... | 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-... |
mooori_acl-example | Cargo.toml
README.md
src
lib.rs
| # Purpose
Provide a draft of how code should look after `ACL` from [`near-plugins`](https://github.com/aurora-is-near/near-plugins) was expanded. The `ACL` feature for `near-plugins` is currently being developed.
The contract can be built with:
```
make build
```
# `ACL` usage
For smart contract developers, using th... |
kingbsby_firefly | Cargo.toml
README.md
deploy.sh
src
account_info.rs
friend.rs
lib.rs
room.rs
tests
account.rs
| Non-fungible Token (NFT)
===================
>**Note**: If you'd like to learn how to create an NFT contract from scratch that explores every aspect of the [NEP-171](https://github.com/near/NEPs/blob/master/neps/nep-0171.md) standard including an NFT marketplace, check out the NFT [Zero to Hero Tutorial](https://docs.... |
esaminu_console-bsdfoilerplate-temsdfsdgasdapasdlate-rs-ss25dfghaafdghdfhg | .github
scripts
runfe.sh
workflows
deploy-to-console.yml
readme.yml
tests.yml
.gitpod.yml
README.md
contract
README.md
build.sh
deploy.sh
package-lock.json
package.json
src
contract.ts
model.ts
utils.ts
tsconfig.json
integration... | # Donation 💸
[](https://docs.near.org/tutorials/welcome)
[](https://gitpod.io/#/https://github.com/near-examples/donation-js)
[](https://docs.near.org/dev... |
marvinmednick_Exploring-Near-Contracts | README.md
|
contracts
.cargo
config.toml
Cargo.toml
explore_near_main
Cargo.toml
build.sh
neardev
shared-test
test.near.json
src
lib.rs
tests
sim
first_tests.rs
main.rs
... | # Exploring NEAR Protocol Smart Contracts
## Overview
I created this project to learn the basics of creating, testing and deploying a smart contracts using NEAR project blockchain.
This started out as just trying to figure out how to create a simple contract and grew as I understood more and wanted understand how ... |
Njorthr_ncd-patika-practise-2 | README.md
as-pect.config.js
asconfig.json
package.json
scripts
1.dev-deploy.sh
2.use-contract.sh
3.cleanup.sh
README.md
src
as_types.d.ts
simple
__tests__
as-pect.d.ts
index.unit.spec.ts
asconfig.json
assembly
index.ts
singleton
... | ## Setting up your terminal
The scripts in this folder are designed to help you demonstrate the behavior of the contract(s) in this project.
It uses the following setup:
```sh
# set your terminal up to have 2 windows, A and B like this:
┌─────────────────────────────────┬─────────────────────────────────┐
│ ... |
otgumedia_near-tip | .gitpod.yml
.prettierrc.json
README.md
contract
README.md
babel.config.json
build.sh
deploy.sh
neardev
dev-account.env
package.json
src
contract.ts
tsconfig.json
frontend
App.css
assets
global.css
logo-black.svg
logo-white.svg
component... | # 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;
}
... |
jerrymusaga_near-marketplace-as | README.md
near-marketplace-contract
asconfig.json
assembly
as_types.d.ts
index.ts
model.ts
tsconfig.json
node_modules
@as-covers
assembly
CONTRIBUTING.md
README.md
index.ts
package.json
... | Compiler frontend for node.js
=============================
Usage
-----
For an up to date list of available command line options, see:
```
$> asc --help
```
API
---
The API accepts the same options as the CLI but also lets you override stdout and stderr and/or provide a callback. Example:
```js
const asc = requir... |
hthuang996_ThreeKindomsNFT | README.md
contracts
Cargo.toml
build.sh
nft-factory
Cargo.toml
src
lib.rs
nft-hero
Cargo.toml
src
lib.rs
nft-loot-box
Cargo.toml
src
lib.rs
tests
sim
main.rs
| # ThreeKindomsNFT
NFTs for heros in Three Kindoms
|
lijing-2008_raffle-gifts | README.md
nft-contract
Cargo.toml
build.sh
src
admin.rs
enumeration.rs
events.rs
internal.rs
lib.rs
metadata.rs
mint.rs
nft_core.rs
util.rs
tests
integration-tests.rs
react-vite
index.html
package.json
public
... | <div align="center">
<h1 align="center">Raffle Gifts</h1>
<a href="https://blog.rust-lang.org/2022/07/19/Rust-1.62.1.html"><img alt="Rust Version" src="https://img.shields.io/badge/rust-1.62%2B-blue" /></a>
<a href="https://react.docschina.org/versions"><img alt="Rust Version" src="https://img.shields.io/badg... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.