• Stars
    star
    23
  • Rank 1,016,462 (Top 21 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 4 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Proof of Work Faucet for NEAR accounts to gain Ⓝ (NEAR denomination) from a React app.

More Repositories

1

NFT

Example implementations of tokens to represent unique assets, such as collectibles or deeds, using the NEP-171 spec (similar to ERC-721)
Rust
346
star
2

nft-market

NFT & Marketplace Contracts with royalties and fungible token support. Sample React app included.
Rust
144
star
3

FT

Example implementations of money-like tokens, where one token is the same as any other, using the NEP-141 spec (similar to ERC-20)
Rust
117
star
4

nft-tutorial

Rust
98
star
5

guest-book-as

Sign in with NEAR and add a message to the guest book!
JavaScript
76
star
6

counter-rust-deprecated

Simple counter in Rust. Increment, decrement, and reset. See branches for extended usage.
JavaScript
61
star
7

rust-status-message

Set and retrieve status messages per account with this simple smart contract.
JavaScript
46
star
8

wallet-example

This example demonstrates how to integrate your application with NEAR Wallet.
JavaScript
40
star
9

workshop--exploring-assemblyscript-contracts

Learn to develop contracts for NEAR Protocol using AssemblyScript
TypeScript
38
star
10

counter-as

Increment and decrement a counter with this simple smart contract via a web page.
JavaScript
35
star
11

rust-template

Rust
27
star
12

token-factory

Allows anyone to issue new fungible tokens
JavaScript
27
star
13

token-contract-as

Implementation of token contract similar to ERC20.
JavaScript
22
star
14

nft-onboarding

A more detailed example of progressive onboarding using an NFT mint + sale shop example.
JavaScript
21
star
15

near-multichain

Examples for signing and executing transactions across multiple blockchain protocols from one NEAR account.
JavaScript
19
star
16

poker

Decentralized poker using NEAR blockchain as a backend.
Rust
18
star
17

workshop--exploring-near-apis

Learn to work with NEAR APIs
TypeScript
18
star
18

coin-flip-examples

A random coin-flip that lives in the NEAR blockchain
JavaScript
16
star
19

nft-tutorial-frontend

Rust
15
star
20

nft-tutorial-js

TypeScript
15
star
21

chainsig-script

Script to sign TX for Ethereum and Bitcoin, using Near Protocol MPC.
TypeScript
15
star
22

nearnames

Gift someone a named near account ID with a link. Rotates the main full access key and secures receiver of new account.
JavaScript
12
star
23

rust-fungible-token

Create a fungible token on a NEAR account. Additionally, use escrow functionality to send tokens on behalf of another account.
Rust
12
star
24

transaction-examples

Examples of how to construct, sign, and send transactions on the NEAR blockchain.
JavaScript
11
star
25

place

NEAR Place - draw with pixels to earn more pixels
JavaScript
11
star
26

crossword-tutorial-chapter-1

This repo covers the first chapter from the tutorial teaching Rust smart contract development on NEAR
JavaScript
11
star
27

near-account-utils

Small command line demo using near-api-js and JSON RPC API
JavaScript
10
star
28

near-pet-shop

Compile and migrate simple Solidity contracts using Truffle to the NEAR EVM
JavaScript
10
star
29

hello-near-js-deprecated

Hello NEAR in JavaScript!
JavaScript
8
star
30

staking-pool-factory

Frontend for the Staking Pool Factory on betanet
JavaScript
7
star
31

hello-near-rust-deprecated

Hello NEAR in Rust!
JavaScript
7
star
32

token-printer

Faucet using Proof of Work to distribute Ⓝ. The token printer goes BRRR…..
JavaScript
7
star
33

ft-tutorial

Rust
7
star
34

near-lake-accounts-watcher

A source code for a video tutorial on how to use the [NEAR Lake Framework](https://github.com/near/near-lake-framework)
Rust
6
star
35

guest-book-js-deprecated

About Sign in with NEAR and add a message to the guest book!
JavaScript
6
star
36

simulation-testing

Demonstration of simulation testing - a category of testing allowing (direct) cross-contract calls
Rust
5
star
37

nft-series

mint editions of an NFT series (with individual owner permissions) from a single contract on NEAR Protocol
Rust
5
star
38

bos-gateway-deprecated

The simplest gateway for BOS
TypeScript
5
star
39

collection-examples-rs

JavaScript
5
star
40

indexer-tx-watcher-example-lake

NEAR Lake Framework indexer example that watches for transaction for specified accounts/contracts
Rust
5
star
41

near-lake-raw-printer

An example of NEAR Lake Framework usage that prints the raw data from the stream
Rust
4
star
42

rust-high-level-cross-contract

Explore various cross-contract calls written in Rust using a localnet and the cli.
Rust
4
star
43

simple_counter_as

An example of creating a AssemblyScript NEAR contract by hand.
WebAssembly
4
star
44

storage-examples

Rust
4
star
45

indexer-tx-watcher-example

NEAR Indexer example that watches for transaction for specified accounts/contracts
Rust
4
star
46

crud-tutorial

JavaScript
4
star
47

near-lake-nft-indexer

Source code for the tutorial
TypeScript
4
star
48

escrow-js

A simple example of a NEAR escrow contract in JavaScript
JavaScript
4
star
49

evm-simple

Interact with the NEAR EVM in 42 lines of code.
HTML
3
star
50

cross-contract-hello-rust

An example on how to perform the simplest cross-contract call in NEAR
Rust
3
star
51

hello-near-examples

👋 Hello NEAR
JavaScript
3
star
52

near-dashboard

A toy project to produce a cool looking CLI dashboard for the NEAR platform.
Shell
3
star
53

chainlink-demo

This demonstrates how a smart contract on NEAR can access off-chain data via Chainlink's oracle solution.
JavaScript
3
star
54

update-migrate-rust

An example on how to perform self-updates and state migrations in NEAR Rust contracts
Rust
3
star
55

donation-js-deprecated

JavaScript donations contract seen in our documentation.
JavaScript
3
star
56

free-place

Unlimited NEAR Place - draw for free. We're paying for you
JavaScript
3
star
57

crossword-tutorial-chapter-2

Second chapter in the zero-to-hero guide for Rust smart contract development
JavaScript
3
star
58

collection-examples-as

Examples for using NEAR AssemblyScript collections
JavaScript
3
star
59

coingecko-oracle

Python
2
star
60

guest-book-rust-deprecated

A guest book that lives in the NEAR network
JavaScript
2
star
61

rust-linkdrop-app

JavaScript
2
star
62

guest-book-tutorial

Sign in with NEAR and add a message to the guest book!
JavaScript
2
star
63

cross-contract-calls

This repo contains examples for cross contract calls in Rust, JS, as well as an advanced cross contract call example
Rust
2
star
64

cross-contract-calls-tutorial

Zero to hero tutorial for cross-contract calls.
Rust
2
star
65

hackathon-starter-kit

This starter kit includes 3 project templates
JavaScript
2
star
66

crossword-tutorial-chapter-3

Adding cross-contract calls and an interesting use of access keys to our crossword puzzle.
JavaScript
2
star
67

jestnet

Run jest JS tests on testnet
Rust
2
star
68

donation-rust-deprecated

Donation example in rust
JavaScript
2
star
69

counter-js-deprecated

Simple counter in JavaScript. Increment, decrement, and reset.
JavaScript
2
star
70

donation-examples

JavaScript
1
star
71

rust-multisig-example

A multisig contract example app. Deploy the contract and contract the multisig via React App.
JavaScript
1
star
72

activity--TEMPLATE

A template for workshop activities using AssemblyScript contracts
JavaScript
1
star
73

rust-filehash

A map of file hashes to account ids
Rust
1
star
74

cross-contract-rust-counter

A simple extension to the rust counter with the addition of cross-contract calls
Rust
1
star
75

contract-that-deploys-contracts-rs

Rust
1
star
76

NEAR-Arweave-Tutorial

A tutorial on how to store information on Arweave and mint the ID on NEAR
Rust
1
star
77

oracle

1
star
78

BlockVote-JS-Edition

C
1
star
79

lake-indexer-start-options

The source code for the tutorial
Rust
1
star
80

indexer-tutorials

A code related to indexer tutorials from official documentation
Rust
1
star
81

NEAR-SIA-SKYNET-Tutorial

Quick tutorial on how to integrate Sia'
Rust
1
star
82

webrtc-chat

[WIP] WebRTC based video calls using NEAR to establish connection
JavaScript
1
star
83

bos-components

A template for teams to collaborate on BOS components
JavaScript
1
star