repoName
stringlengths
7
77
tree
stringlengths
0
2.85M
readme
stringlengths
0
4.9M
esaminu_console-bsdfoilerplate-temasdsdfsdgasdapasdlate-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 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...
near-ndc_gov
README.md framework-v1 README.md code-of-conduct.md community-treasury.md constitution.md elections-voting.md gov-framework.md personhood-voting.md stake-weighted-voting.md |
# NDC Gov Framework - [**Gov v1**](./framework-v1/README.md) # NDC Gov v1 The NEAR Digital Collective (NDC), the largest decentralization effort on any layer 1 blockchain, has spent much of 2023 designing a number of frameworks that will allow any member of the NEAR Protocol network to have a say in how NEAR is run. ...
nnthienbao_qa-on-near
.gitpod.yml README.md babel.config.js cmd.txt contract Cargo.toml README.md compile.js src lib.rs mention.md package.json src App.js __mocks__ fileMock.js assets logo-black.svg logo-white.svg config.js global.css index.html index.js jest.in...
qa-on-near ================== 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 ...
Phonbopit_guestbook-contract-as
README.md asconfig.json assembly as_types.d.ts main.ts model.ts tsconfig.json index.js package-lock.json package.json tests index.js
Near Contract with AS --- Refer to : [สร้าง Smart Contract บน Near Protocol ด้วย Assembly Script](https://devahoy.com/blog/near-example-guestbook-as) > Note! : Don't forget to change `accountId` in deploy script.
here-wallet_phone.herewallet.app
.env .github workflows deploy.yml README.md deploy.sh mercuryo index.html package.json public assets appstore.svg here.svg near.svg browserconfig.xml index.html robots.txt safari-pinned-tab.svg src Homepage styled.ts Receive Connect ...
# Installing Webfonts Follow these simple Steps. ## 1. Put `manrope/` Folder into a Folder called `fonts/`. ## 2. Put `manrope.css` into your `css/` Folder. ## 3. (Optional) You may adapt the `url('path')` in `manrope.css` depends on your Website Filesystem. ## 4. Import `manrope.css` at the top of you main Stylesh...
GlitchHappyHackathon_front
business README.md helper near-wallet.js nuxt.config.ts package-lock.json package.json plugins near.js stores counter.js tailwind.config.js tsconfig.json client README.md helper near-wallet.js nuxt.config.ts package-lock.json packag...
# Nuxt 3 Minimal Starter Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## Setup Make sure to install the dependencies: ```bash # yarn yarn install # npm npm install # pnpm pnpm install ``` ## Development Server Start the development server on `http://local...
marija-mijailovic_near-ua-hackaton
.gitpod.yml README.md contract Cargo.toml README.md neardev dev-account.env src external.rs lib.rs target .rustc_info.json release .fingerprint Inflector-9125523c55598155 lib-inflector.json ahash-...
near-blank-project ================== This app was initialized with [create-near-app] Quick Start =========== If you haven't installed dependencies during setup: npm run deps-install Build and deploy your contract to TestNet with a temporary dev account: npm run deploy Test your contract: npm test ...
MusicFeast_design
README.md
# Templates and Views
luciotato_token-o-matic
.vscode settings.json tasks.json Cargo.toml README.md build.sh deploy-testnet.sh nep-141-model Cargo.toml README.md src internal.rs lib.rs
# Token-o-Matic NEP-141 Token Model ## Technicalities The NEP-141 Token Model implements a pure `NEP-141` standard. It's a fungible token. # The Cheddar Project Token-o-Matic NEAR NEP-141 Token start ecosystem deploy all automatic
nearvndev_faucet-contract-rs
Cargo.toml build.sh src lib.rs
Phonbopit_nearspring-challenge3-nft
README.md contract Cargo.toml src lib.rs frontend .eslintrc.json README.md next-env.d.ts next.config.js package.json public vercel.svg styles globals.css tsconfig.json
NEAR Spring Hackathong Week #2 --- DEMO - https://nearspring-challenge3-nft.vercel.app/ ![Screenshot](screenshot.png) --- Challenge #3 - https://discord.com/channels/490367152054992913/963097203050709032/965635603188305920 > This is a 2-step challenge for minting your first NFT on NEAR and creating a frontend for ...
keypom_ws-demo
.env .github dependabot.yml workflows deploy.yml tests.yml alpha-demo README.md config paths.js presets loadPreset.js webpack.analyze.js webpack.development.js webpack.production.js package.json public index.html ...
This is the public directory of your application. You can place your static assets here. # NEAR Discovery (BOS) ## Setup & Development Initialize repo: ``` yarn ``` Start development version: ``` yarn start ``` ## Component example Profile view ```jsx let accountId = props.accountId || "eugenethedream"; let prof...
etherealManatee_near-protocol-personal-playground
client README.md index.html package.json postcss.config.js src App.module.css index.css logo.svg polyfill index.js process-es6.js store index.ts wallet.ts utils near.ts tailwind.config.js ...
## Usage Those templates dependencies are maintained via [pnpm](https://pnpm.io) via `pnpm up -Lri`. This is the reason you see a `pnpm-lock.yaml`. That being said, any package manager will work. This file can be safely be removed once you clone a template. ```bash $ npm install # or pnpm install or yarn install ```...
lhtvikaschauhan_nearApp_rust
.gitpod.yml README.md contract Cargo.toml README.md src lib.rs target .rustc_info.json release .fingerprint Inflector-2de20e4408f9ec62 lib-inflector.json ahash-a7a678e2090df5d3 build-script-build-...
near-blank-project Smart Contract ================== A [smart contract] written in [Rust] for an app initialized with [create-near-app] Quick Start =========== Before you compile this code, you will need to install Rust with [correct target] Exploring The Code ================== 1. The main smart contract code liv...
link2-Guru_near-sync-block
sync ecosystem.config.js genesis betanet_genesis.json mainnet_genesis.json testnet_genesis.json index.js models AccessKey.js Account.js Action.js Block.js Chunk.js Genesis.js Node.js Transaction.js index.js ...
near-tips_ntvalidator
.github workflows github.yml .idea modules.xml vcs.xml README.md docker-compose.dev.yml docker-compose.prod.yml docker-compose.yml package.json src config vars.js index.js routes index.js v1 index.js scripts generateKeys.js utils ...
## Near-Tips Validator Goal of this project is to decentralized validate user oauth2 This project has following dependencies: - Node (version >= 16) #### Build and start for dev - yarn - yarn run generatekeys - yarn dev #### Environment variables to be configured - NODE_ENV – production | ...
MoonBaseDAO_frontend-app-v2
.eslintrc.json README.md next.config.js package.json postcss.config.js public next.svg thirteen.svg vercel.svg src components account-dropdown desktop index.ts mobile index.ts discover categories index.ts...
# moonbase.app a web3 crm with focus on dao tooling ![](https://cdn.discordapp.com/attachments/1047007258237743165/1075859521462866011/image.png) # Getting Started ```bash yarn install yarn dev ``` This will start the app at port ***localhost:3000***
myzyryzm_blockemon-contract
README.md as-pect.config.js asconfig.js assembly __tests__ as-pect.d.ts as_types.d.ts helpers.ts main.ts models.ts tsconfig.json package.json
<!-- @format --> # blockemon-contract ## Set Up `yarn` : installs all the relevant node modules \ `yarn build` : creates the out/main.wasm file \ `yarn test` : runs the main.spec.ts file in assembly/\_\_tests\_\_ ## NEAR `near dev-deploy out/main.wasm` : deploys the contract ### View Methods `near view $CONTRACT...
nexeranet_staking-pool-ofp
Cargo.toml README.md build.sh history.txt src internal.rs lib.rs test_utils.rs target .rustc_info.json debug .fingerprint Inflector-73fd077a71c32cd7 lib-inflector.json aho-corasick-306b7d82e90c6f41 lib-aho_corasick.json aho-...
# Staking / Delegation contract This contract provides a way for other users to delegate funds to a single validation node. Implements the https://github.com/nearprotocol/NEPs/pull/27 standard. There are three different roles: - The staking pool contract account `my_validator`. A key-less account with the contract t...
Melchizedek4ever_RoulletteContract
README.md as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts index.unit.spec.ts index.ts tsconfig.json neardev dev-account.env node_modules .bin acorn.cmd asb.cmd asbuild.cmd asc.cmd asinit.cmd asp.cmd aspect.cmd ...
# ts-mixer [version-badge]: https://badgen.net/npm/v/ts-mixer [version-link]: https://npmjs.com/package/ts-mixer [build-badge]: https://img.shields.io/github/workflow/status/tannerntannern/ts-mixer/ts-mixer%20CI [build-link]: https://github.com/tannerntannern/ts-mixer/actions [ts-versions]: https://badgen.net/badge/ico...
marco-sundsk_ncd_examples
Cargo.toml README.md contracts cchl Cargo.toml src lib.rs tests execution_result.txt test_cchl.rs mock-dex Cargo.toml build.sh src lib.rs sim-token Cargo.toml build.sh src even...
# ncd_examples
Peersyst_rust-fil-proofs
.circleci config.yml .clippy.toml CHANGELOG.md CONTRIBUTING.md Cargo.toml README.md fil-proofs-tooling Cargo.toml README.md release.toml scripts aggregate-benchmarks.sh benchy.sh micro.sh retry.sh run-remote.sh with-dots.sh with-lock.sh src...
GPU CPU Test ============ This is a test utility to test whether it works to prioritize certain proofs. When a proof is prioritized, it will run on the GPU and all other proofs will be pushed to the CPU. This utility is meant to be run manually. It spawns multiple threads/processes that run proofs. Those get killed a...
langorn_Missing-Person-Boards
README.md as-pect.config.js asconfig.js asconfig.json assembly __tests__ as-pect.d.ts board.spec.ts example.spec.ts index.spec.ts as_types.d.ts bar.ts index.ts main.ts model.ts tsconfig.json index.js package-lock.json package.json preinstall.sh scripts ini...
# Missing-Person-Boards Near Protocol Certificate Submission - Implementation for Near Protocol Certification Project. ## Concept The purpose of this project is intends to helps resolve missing, unidentified, and unclaimed person cases worldwide with blockchain technology. ## Installation clone this repo run `yarn i...
nativeanish_ArTodo
README.md package.json public index.html smartContract Cargo.toml src lib.rs src nearConfig config.ts near.ts reducer init.ts util init.ts tsconfig.json
# ArTodo is a decentrazlied public Todo. Anyone can connect their near wallet and can store their todo's on the permaweb. ArTodo uses the 2 core technology, Permaweb for storing the todo's data of each individual and near wallet for routing the permaweb storage. [live version](https://arweave.net/jfAPvrRGvvudH17IFCMNnf...
esaminu_test-rs-boilerplate-106n
.eslintrc.yml .github ISSUE_TEMPLATE 01_BUG_REPORT.md 02_FEATURE_REQUEST.md 03_CODEBASE_IMPROVEMENT.md 04_SUPPORT_QUESTION.md config.yml PULL_REQUEST_TEMPLATE.md labels.yml workflows codeql.yml deploy-to-console.yml labels.yml lock....
# Hello NEAR Contract The smart contract exposes two methods to enable storing and retrieving a greeting in the NEAR network. ```rust const DEFAULT_GREETING: &str = "Hello"; #[near_bindgen] #[derive(BorshDeserialize, BorshSerialize)] pub struct Contract { greeting: String, } impl Default for Contract { fn d...
Learn-NEAR_factory-example-js
.gitpod.yml README.md contract README.md babel.config.json build.sh deploy.sh package-lock.json package.json src contract.ts tsconfig.json integration-tests package-lock.json package.json src main.ava.ts package-lock.json package.json
# Factory Contract A factory is a smart contract that stores a compiled contract on itself, and automatizes deploying it into sub-accounts. This particular example presents a factory of [donation contracts](https://github.com/near-examples/donation-rust), and enables to: 1. Create a sub-account of the factory and de...
kenobijon_nearpetshop
Cargo.toml README.md build.sh clean.sh deploy.sh dev-deploy.sh init-args.js rustfmt.toml src lib.rs test.sh
# NEAR Pet Shop Smart Contract Sample Pet Shop Contract based upon popular [Truffle Pet Shop Tutorial](https://trufflesuite.com/tutorial/) # Required Software - Rust 1.61.1 + cargo - Node.js - NEAR CLI 3.4 # Authors - Ken Miyachi <ken@near.foundation>
keypom_examples
.eslintrc.js README.md package.json src App.js components Account.js FT.js Form.js Header.js Home.js Modal.js NEAR.js NFT.js configs ft.js keypom-utils.js nft.js simple.js css modal-ui.css the...
# React 17, Parcel with useContext and useReducer - Bundled with Parcel 2.0.1 - *Minimal all-in-one state management with async/await support* ## Getting Started: State Store & useContext >The following steps are already done, but describe how to use `src/utils/state` to create and use your own `store` and `StateProv...
omer-demircioglu_NEARsdk
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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
NEARFoundation_near-prettier-config
README.md package-lock.json package.json prettier.config.js
# near-prettier-config [![NPM version](https://img.shields.io/npm/v/@nearfoundation/near-prettier-config.svg)](https://www.npmjs.com/package/@nearfoundation/near-prettier-config) NEAR Foundation's [shareable config](https://near-prettier.io/docs/en/configuration.html#sharing-configurations) for [Prettier](https://near...
amiyatulu_samikhium
README.md contract Cargo.toml build.js src lib.rs samikhium.rs samikhium account.rs samikhiumstructs.rs tests mod.rs near-contract-standards Cargo.toml src fungible_token core.rs core_impl.rs macr...
# samikhium ### A decentralized blogging and video sharing platform without information pollution Samikhium is a blogging and video app, build on coordination games to separate fake, misleading, and redundant information from quality content. It incentivizes only quality original content as per the scientific g...
NEAR-Analytics_NEAR-Social
README.md data output_snoopy_pipeline_active_devs_around_event_dates.json output_snoopy_pipeline_benchmark.json output_snoopy_pipeline_demo_event.json
# NEAR-Social A hub for NEAR Social posts
near-hockey_game-frontend
.idea modules.xml README.md package.json public img near-logo.svg index.html manifest.json robots.txt src App.js App.test.js app near.js store.js assets near-logo.svg constants routes.js features counter Counter.js ...
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) template. ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode....
manas0203_hbot-xrpl-dex-interface
.github ISSUE_TEMPLATE bug_report.md feature_request.md scripts_request.md user_story_template.md actions install_env_and_hb action.yml pull_request_template.md workflows workflow.yml CODE_OF_CONDUCT.md CONTRIBUTING.md DATA_COLLECTION.md DOCKER...
![Hummingbot](https://i.ibb.co/X5zNkKw/blacklogo-with-text.png) # Hummingbot Gateway --- Hummingbot Gateway is a REST API that exposes connections to various blockchains (wallet, node & chain interaction) and decentralized exchanges (pricing, trading & liquidity provision). It is written in Typescript and takes adva...
kuutamolabs_vss-server
.github workflows build-and-deploy.yml README.md app src main java org vss KVStore.java VSSApplication.java api AbstractVssApi.java ...
# Versioned Storage Service ### Introduction to VSS (Versioned Storage Service) VSS, which stands for Versioned Storage Service, is an open-source project designed to offer a server-side cloud storage solution specifically tailored for non-custodial Lightning supporting mobile wallets. Its primary objective is to simp...
mehmetali765_NearDeveloperCoursePractice2
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...
jacobnaumann_near-bootcamp-deploys
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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
Hellthgo-Official_course-content-dashboard
.env README.md firebase.json package-lock.json package.json postcss.config.js public favicon.svg index.html manifest.json robots.txt src App.css App.js App.test.js ConfigJson.js DBConfig.js assets images Vector.svg avatar.svg course-upl...
# 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...
guelowrd_perfect-pitch
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...
gautamprikshit1_crossword-near
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...
frol_near-workshop-2021
example Cargo.toml src main.rs social-rating Cargo.toml src lib.rs status-box Cargo.toml README.md src lib.rs
Check that everything is compiling fine: ``` cargo check ``` Build Wasm binary: ``` cargo build --target wasm32-unknown-unknown --release ``` Call a read-only function (`get_message`) through JSON RPC via cURL: ``` curl https://rpc.testnet.near.org -H Content-Type:application/json -X POST --data '{"jsonrpc": "2.0"...
iOchando_defix3_ts_poo
.adminjs .entry.js README.md dist app.js blockchain abi.json binance binance.service.js bitcoin bitcoin.service.js blockchain.interface.js ethereum ethereum.service.js near near.service.js tron ...
# defix3_back
mfornet_account-lookup-ts
Design.md README.md craco.config.js package.json public index.html manifest.json robots.txt src App.css index.css logo.svg react-app-env.d.ts reportWebVitals.ts setupTests.ts types.ts utils.ts tailwind.config.js tsconfig.json webpack.config.js
# Account Lookup Table **[www](https://mfornet.github.io/account-lookup-ts/)** View details of several lockup accounts in a single place. Similar to [Account-Lookup](https://near.github.io/account-lookup/). ## Roadmap - Button to remove an account - Parse account from public key / owner implicit account id / lo...
Nitin2806_voting-system-blockchain
.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: `npm install` 3. Run the local development server: `npm run dev` (see `package.json` for a ...
purecube_new-frontend
.eslintrc.json README.md app index.css styles fonts.css index.css swiper.css entities auth index.ts ui index.ts game api index.ts index.ts ui index.ts news api index.ts ind...
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...
Near-Grants-Projects_ea-kazi-backend
.eslintrc.json .vscode settings.json README.md docker-compose.yml package-lock.json package.json src common http.interface.ts types email.ts status.ts config index.ts constants role.const.ts status.const.ts controller apply_job....
# ea-kazi-backend # to create migration file ``` typeorm migration:create ./src/database/migrations/job ``` # to install ``` brew install redis ``` # to start redis ``` redis-server ```
microchipgnu_mu-contracts
README.md babel.config.json lerna.json package-lock.json package.json packages examples README.md babel.config.json package-lock.json package.json src counter.ts ownable-counter.ts parking-lot.ts tsconfig.json helpers RE...
# Helpers This package aims to support developers with sets of reusable, secure and maintained code. ## Access Decide who can perform each of the actions on your system. ### Access Control Contract helper that allows children to implement role-based access control mechanisms. ### Ownable Contract helper which p...
max-mainnet_ref-orderly
README.md package-lock.json package.json renovate.json src config.ts index.html index.ts near.ts orderly api.ts error.ts off-chain-api.ts off-chain-ws.ts on-chain-api.ts type.ts utils.ts tailwind.config.js tsconfig.json
## Ref Finance <> Orderly # REF <> ORDERLY
NearDeFi_bos-apps-examples
EULA.md LICENSE.md README.md
# Native Apps for Blockchain Opearting System (BOS) Gateways This repository hosts sample applications for operating a BOS gateway in a local environment, as a native app for Windows, MacOS, and Linux. These applications are intended exclusively for demonstration and should be used in accordance with the [End User L...
joelvaiju_Near-Challenge-3-Social-good
.cache 01 1a3af6d43bd59ecdf48aeee3e86395.json 0c ca69a2a022848d0b5ebf882915e663.json 0e 2beb0b624a9daa12f601a7430d1477.json 0f 2ae34b727790553142b29f7e0bffa8.json f878494dae8cb2a57bb56f979ed31e.json 12 b072908da4c0cc64f12929184fcb4d.json 15 ...
near-spring-NFT-challenge3 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 ...
Amira1502_fundingApp
.gitpod.yml README.md contract Cargo.toml README.md build.sh deploy.sh neardev dev-account.env src lib.rs models.rs utils.rs target .rustc_info.json release .fingerprint Inflector-6cf59532d66cda8f ...
# 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...
manas99_kord-poc-nbs
README.md browser-ng README.md angular.json custom-webpack.config.js karma.conf.js package.json src app app-routing.module.ts app.component.html app.component.spec.ts app.component.ts app.module.ts guards ...
### Need few fixes in node_modules - Add `"skipLibCheck": true` to `tsconfig.json` under `compilerOptions` # Kord: PoC This repository contains the Proof Of Concept of Kord as developed for "The Next Top Blockchain Startup" (NBS) hackathon. ------ ## How to use this repo The repo contains 3 folders: - `browser-ng`...
isabella232_near-storage-bridge
.eslintrc.json .github ISSUE_TEMPLATE bug_report.md feature_request.md pull_request_template.md workflows test.yml README.md contracts ownable as-pect.config.js asconfig.json assembly __tests__ as-pect.d.ts index...
# near-storage-bridge [![GitHub license](https://img.shields.io/github/license/textileio/near-storage-bridge.svg)](./LICENSE) [![GitHub package.json version](https://img.shields.io/github/package-json/v/textileio/near-storage-bridge.svg)](./package.json) [![Release](https://img.shields.io/github/release/textileio/near...
NotBoringCompany_webapp-api-v2
.eslintrc.json .github workflows main.yml README.md abi genesisNBMon.json realmShards.json api-calculations genesisNBMonHelper.js nbmonBlockchainStats.js nbmonData.js nbmonTypeEffectiveness.js api nfts genesisNBMon.js genesisNBMonHatching.js genesisNBMonMi...
# Not Boring Company's official Web App API (V2) ## Note: Our current web app ONLY supports EVM chains. Support for Non-EVM chains such as Solana, NEAR and so on will be implemented in the near future.
NEARBuilders_potlock
.github ISSUE_TEMPLATE bug_report.md enhancement.md feature_request.md workflows deploy-mainnet.yml .vscode settings.json README.md apps potlock bos.config.json package-lock.json package.json
# bos-app PotLock BOS App ## Steps to run 1. [Install bos-cli](https://github.com/bos-cli-rs/bos-cli-rs#install) 2. [Install bos-loader](https://github.com/near/bos-loader#installation) Note: This uses [bos-workspace](https://github.com/sekaiking/bos-workspace/tree/main/src) To run, ``` npm run dev ``` This will s...
laiq6948_near-sample-page
.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 ========== [![Build Status](https://travis-ci.com/near-examples/guest-book.svg?branch=master)](https://travis-ci.com/near-examples/guest-book) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/near-examples/guest-book) <!-- MAGIC COMMENT: DO NOT DELETE!...
peekpi_RainbowWars-Vue
README.md babel.config.js package.json public index.html src elem.js lib BridgedToken.json RainbowWars.json borshify-proof.js ethBridge.js ethConfig.js nearBridge.js nearConfig.js nearInit.js relay.js main.js
# RainbowWars VUE Frontend ## Description RainbowWars is a cross-chain game. Here is the [description][describe] and [demo][demo]. This is frontend in VUE for RainbowWars. The RainbowWars project consists of three parts: - [ethereum solidity contract][ethcontract] - [near assembly contract][nearcontract] - [vue front...
mtengineer90_NearTest_1
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: ┌─────────────────────────────────┬─────────────────────────────────┐ │ ...
mchtter_ticket3-near-protocol
README.md as-pect.config.js asconfig.json package.json scripts 1.dev-deploy.sh 2.health-check.sh 3.buy-ticket.sh 4.list-tickets.sh 5.ticket-by-owner.sh src as_types.d.ts ticket3 __tests__ README.md as-pect.d.ts index.unit.spec.ts asconfig.j...
## Integration tests []: # Language: markdown []: # Path: src/ticket3/__tests__/ticket3.test.js ``` yarn test:unit ``` # `Ticket3` Ticket3 is an application where you can buy tickets through the Near network. This Smart Contract allows you to buy unique tickets for many genres such as concert, theatr...
holydragon2009_green-fruit-contract
GreenFruit-Contract README.md as-pect.config.js asconfig.json assembly as_types.d.ts index.ts models.ts tsconfig.json compile.js package.json README.md
# green-fruit-contract green fruit, a near blockchain contract to demo # GreenFruit 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 contr...
giddyphysicist_ParallelSwapForRefFinance
README.md contract Cargo.toml README.md build.js src lib.rs index.html jsconfig.json node_modules .bin acorn.cmd acorn.ps1 autoprefixer.cmd autoprefixer.ps1 browserslist.cmd browserslist.ps1 cross-env-shell.cmd cross-env-shell.p...
# node-emoji [![NPM version (1.0.3)](https://img.shields.io/npm/v/node-emoji.svg?style=flat-square)](https://www.npmjs.com/package/node-emoji) [![NPM Downloads](https://img.shields.io/npm/dm/node-emoji.svg?style=flat-square)](https://www.npmjs.com/package/node-emoji) [![Build Status](https://img.shields.io/travis/omni...
near_near-sdk-zig
.github ISSUE_TEMPLATE BOUNTY.yml README.md build.sh
# near-sdk-zig: Building smart contracts with Zig
EV3RETH_ev3reth-website-v2
.eslintrc.json README.md components ev3-particles.js next-env.d.ts next.config.js package.json pages api hello.ts public curve.svg curve3.svg styles Home.module.css globals.css theme.ts tsconfig.json utils contentMapping.ts links.ts
#EV3RETH Machine Learning Artist and Composer TODO: - full screen video - autoslide show instead of videos on home page displays - for mobile video, indicator when play has been clicked but video is loading - optimize image sizes in AWS - add snackbar notifications with notistack - impliment Art Evolved ideas
irony-rust_ndex-ui
README.md babel.config.js package.json public index.html src main.js
# nDEX the future is NEAR you Decentralized Exchange based on NEAR Protocol blockchain. nDEX based on NEAR Protocol SmartContract. It's fully decentralized and secure. You fully own your assets. ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and ...
kinnevo_sharingshard-frontend
.env README.md babel.config.js jsconfig.json package-lock.json package.json public index.html src assets logo.svg reset.css globalConstant.js main.js plugins vuetify.js router.js router index.js stores counter.ts userstore.js utils ...
# sharingshard ## 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/config...
NearDeFi_DefiLlama-Adapters
.github workflows alert.yml commentResult.js getFileList.js test.yml ERROR TVL README.md add_enquiry.md dexVolumes 1inch index.ts balancer index.ts bancor index.ts champagneswap index.ts cli testAdapter.js cryptoswap ...
# Defillama Adapters Follow [this guide](https://docs.llama.fi/submit-a-project) to create an adapter and submit a PR with it. Also, don't hesitate to send a message on [our discord](https://discord.gg/buPFYXzDDd) if we're late to merge your PR. ## Getting listed Please send answers to questions there https://githu...
near-ndc_ndc-dashboard
.github workflows main.yml .prettierrc.json dummy-check-in-contract Cargo.toml README.md rust-toolchain.toml src lib.rs package.json readme.md server api app.js config cors.config.js database.config.js controllers acquis...
# dummy-check-in-contract The dummy contract allows contractless DAO to onboard users by their iniatives. ## How to Build Locally? Install [`cargo-near`](https://github.com/near/cargo-near) and run: ```bash cargo near build ``` ## How to Deploy? Deployment is automated with GitHub Actions CI/CD pipeline. To deplo...
ilyar_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. ## Concept The contracts provided here enable users to propose neighborhood development projects and crowd-source funding for them. Think of it like Kick...
NEARBuilders_everything
.github workflows quality.yml release-mainnet.yml release-testnet.yml README.md apps every.near bos.config.json data.json bos.workspace.json index.html package.json src app.css index.css tree.json vite.config.js
# 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 ```
andreykobal_amber-frontend-final
.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 ================== 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 ...
jumbo-exchange_interface
.eslintrc.js .gitlab-ci.yml README.md docker-compose.stage.yml package.json public index.html logo.svg manifest.json robots.txt src assets images-app claim-arrow.svg clear-search.svg close.svg defaultToken.svg exchange.svg ...
# Jumbo ``` export NEAR_ENV=testnet export TOKEN_1=ref.fakes.testnet export TOKEN_2=token.solniechniy.testnet export CONTRACT_ID=ref-contract.solniechniy.testnet export OWNER_ID=solniechniy.testnet ``` ## Creating LP Creating simple pool ``` near call $CONTRACT_ID add_simple_pool '{"tokens":...
QKWQFC_web223
README.md ce-contract-core README.md integration-tests rs Cargo.toml src helpers.rs tests.rs ts package.json src main.ava.ts utils.ts market-contract Cargo.toml REA...
bs58 ==== [![build status](https://travis-ci.org/cryptocoinjs/bs58.svg)](https://travis-ci.org/cryptocoinjs/bs58) JavaScript component to compute base 58 encoding. This encoding is typically used for crypto currencies such as Bitcoin. **Note:** If you're looking for **base 58 check** encoding, see: [https://github.c...
kunal266_nft_marketplace
.gitpod.yml README.md babel.config.js contract Cargo.toml README.md compile.js src lib.rs target .rustc_info.json debug .fingerprint Inflector-f35c64bdcc83a85c lib-inflector.json autocfg-5eed84e18ea4d38d ...
pumpblock ================== This [React] app was initialized with [create-near-app] `rustup target add wasm32-unknown-unknown` `npm install -g near-cli near-api-js` `create wallet on ` [near wallet](https://wallet.testnet.near.org/) `npm install nft.storage` ### `create account on` [nft.storage](https://nft.stora...
mxber2022_AbstractionHack
README.md metagamerhub .env README.md next.config.js package.json postcss.config.js public next.svg vercel.svg src app constants.ts data fallback.ts fetch.ts getBlockedNfts.ts grap...
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev # or pnpm dev # or bun dev ``` Open [http://localhost:3000](http://l...
NavaraWallet_Name-Service-Contract
LICENSE.md README.md command.sh market-contract Cargo.toml README.md build.sh src external.rs internal.rs lib.rs nft_callbacks.rs sale.rs sale_views.rs mint.sh nft-contract Cargo.toml README.md build.sh src address.rs approv...
# TBD # TBD # Name-Service-Contract ## Deploy sh nft.deploy.sh ## Migrate sh nft.migrate.sh ## Mint a demo nft sh mint.sh
esaminu123_console-donation-template-sdf3w2432q
.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://img.shields.io/badge/⋈%20Examples-Basics-green)](https://docs.near.org/tutorials/welcome) [![](https://img.shields.io/badge/Gitpod-Ready-orange)](https://gitpod.io/#/https://github.com/near-examples/donation-js) [![](https://img.shields.io/badge/Contract-js-yellow)](https://docs.near.org/dev...
Ideevoog_Toolblox.Blockservers.Near
LICENSE.md README.md index.ts package-lock.json package.json tsconfig.json
# Toolblox.Blockserves.Near This is an indexer built on top of [near-lake-framework-js](https://github.com/near/near-lake-framework-js). Indexer matches the ARC-1 invoice standard events and pushes them to Ada message hub.
gyan0890_NEAR_Quest2
LEARN.md learn_src 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 ...
# Glob Match files using the patterns the shell uses, like stars and stuff. [![Build Status](https://travis-ci.org/isaacs/node-glob.svg?branch=master)](https://travis-ci.org/isaacs/node-glob/) [![Build Status](https://ci.appveyor.com/api/projects/status/kd7f3yftf7unxlsx?svg=true)](https://ci.appveyor.com/project/isaa...
Made-For-Gamers_game-jam-webgl-template
Assets Scripts 0xcord Chainlink_API.cs Return Data RandomNumberResponse.cs Auth WalletAuthenticate.cs JS API Near_API.cs NFT GetArweaveNFTMeta.cs GetMFGNFTMeta.cs GetNFTImage.cs ...
# Near WebGL API for Unity Example scenes of how to do Near JavaScript API calls and Near RPC calls using the included but currently limited Near_API class. <p>&nbsp;</p> ## Unity Project Ø Unity version: 2021.3.21f1 Ø Make sure you install 2 Unity Editor modules - WebGL Build Support & Windows Build Support (IL2...
onyb_zkloans
.gitpod.yml README.md contract Cargo.toml README.md src lib.rs verifier.rs views.rs frontend App.js assets global.css logo-black.svg logo-white.svg components app index.css index.js mock.js st...
zkLoans ================== <img width="360" src="https://user-images.githubusercontent.com/3684187/187057897-65d5a1d2-612f-48f5-a278-e28fa11fe0dd.png"> zkLoans brings confidential Credit Scores. It proves to a counterparty if you meet threshold requirements for a credit score without revealing the precise value. This...
kunal266_solana_quest
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 ...
# eslint-utils [![npm version](https://img.shields.io/npm/v/eslint-utils.svg)](https://www.npmjs.com/package/eslint-utils) [![Downloads/month](https://img.shields.io/npm/dm/eslint-utils.svg)](http://www.npmtrends.com/eslint-utils) [![Build Status](https://github.com/mysticatea/eslint-utils/workflows/CI/badge.svg)](htt...
kidboy155_hello-near-rs-main
.github workflows tests.yml .gitpod.yml README.md contract Cargo.toml README.md src lib.rs frontend assets global.css logo-black.svg logo-white.svg index.html index.js near-api.js near-config.js integration-tests rs Cargo.toml ...
Hello NEAR smart contract ========================= 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/lib.rs`. 2. There are two functions to the smart contract: `get_greeting` ...
kadirgocebe_GambleGame
README.md as-pect.config.js as_types.d.ts asconfig.json assembly as_types.d.ts main.ts model.ts tsconfig.json compile.js package-lock.json package.json scripts create.sh play.sh script.sh start.sh tsconfig.json
#### GAMBLE GAME Smart Contract Game Developed by NEAR ================== A smart contract game written in AssemblyScript for NEAR Environment by Kadir Gocebe ## Loom Video =========== ``` https://www.loom.com/share/1f931399f44c49d2bc9f98c751f951b4 ``` ## What Does Code Do? =========== This is a basic Guess the Num...
monsieur-ebi_near_auth
README.md config-overrides.js package.json public index.html manifest.json robots.txt src App.js Auth.js components Button.js index.css index.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...
near_devgigsboard
.devcontainer devcontainer.json post-create.sh .github workflows main.yml release.yml Cargo.toml README.md community-factory Cargo.toml src lib.rs community Cargo.toml src lib.rs devhub_common Cargo.toml src lib.rs discussions Cargo.toml ...
# 👋 Welcome to the NEAR DevHub <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END --> [NEAR DevHub](http://devgovgigs.near.social) is a decentra...
Prometheo_near-impl
README.md contract Cargo.toml README.md build.sh src approval.rs enumeration.rs events.rs internal.rs lib.rs metadata.rs mint.rs nft_core.rs royalty.rs package.json src App.js Components InfoBubble.js Minting...
nft-mint-frontend ================== 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...
NguyenTrongTin1107_dMart_sm
README.md dmart Cargo.toml README.md build.sh compile.js neardev dev-account.env src account.rs internal_account.rs lib.rs nft.rs storage.rs storage_key.rs nft .gitpod.yml Cargo.toml README-Windows.md README.md build.sh ...
near_fm 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/...
jelilat_swift-pay
.gitpod.yml README.md babel.config.js package.json src App.js Components CreatePayment.css Header.css Utils utils.js __mocks__ fileMock.js config.js global.css index.html index.js jest.init.js main.test.js utils.js wallet login ...
swift-pay ================== 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...
Hoaphamz123_stakingpool___contract
Cargo.toml README.md build.sh src internal.rs lib.rs test_utils.rs target .rustc_info.json debug .fingerprint Inflector-5962d0ee2f0ab2a7 lib-inflector.json aho-corasick-24d7b1ae53404622 lib-aho_corasick.json aho-corasick-850...
# Staking / Delegation contract This contract provides a way for other users to delegate funds to a single validation node. Implements the https://github.com/nearprotocol/NEPs/pull/27 standard. There are three different roles: - The staking pool contract account `my_validator`. A key-less account with the contract t...
eteu-technologies_eteu-near-contract-blobs
quantox-dejan_create-near-app-rs-starter
.gitpod.yml README.md contract Cargo.toml README.md src lib.rs frontend App.js assets global.css logo-black.svg logo-white.svg index.html index.js near-api.js near-config.js package.json ui-components.js integration-tests Cargo.toml src...
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 `...
near-rocket-rpc_rocket-contracts
README.md cargo.toml contracts rpc-escrow cargo.toml src events.rs lib.rs rpc-token cargo.toml src lib.rs
# Rocket Smart Contracts This repo contains two NEAR smart contracts of Rocket RPC: - RPC Token Contract - `contracts/rpc-token` - testnet deployment: `token.rocket0.testnet` - Escrow Contract - `contracts/rpc-escrow` - testnet deployment: `escrow.rocket0.testnet` ## Build `> make all`
gitshreevatsa_Book-Management
README.md as-pect.config.js asconfig.json assembly __test__ as-pect.d.ts index.unit.spec.ts as_types.d.ts index.ts models.ts tsconfig.json neardev dev-account.env package-lock.json package.json
# BOOK MANAGEMENT Book Management is a smart contract which works as a library. It contains a database of books. The following functionalities can be added: 1. Create a book with details like:</br> - ID of the book - Name of the book - Author of the book - Department to which the book belongs to 2. View all the books...
ithevyanshu_e-Ballot
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 App.js Com...
blockvote 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 `asse...
esaminu_rust-template-654
.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...
JulioMCruz_NCD2L1--WeFund
README.md backend as-pect.config.js asconfig.json contract as_types.d.ts asconfig.json assembly __tests__ as-pect.d.ts main.spec.ts index.ts model.ts tsconfig.json utils.ts package.json frontend ...
# WeFund ================== > Proyecto realizado para el NCD Bootcamp NEAR Hispano. ## WeFund es un servicio que, a través de la blockchain, buscar fondeo para nuestros proyectos, además de que nos permite fondear proyectos de la comunidad y entre amigos. # WeFund permite: 1. Crear un nuevo proyecto, pudiendo reci...
Mycelium-Lab_crisp-liquidation-bot
Cargo.toml README.md src main.rs utils.rs
# crisp-liquidation-bot Bot which automatically liquidates borrow position on crisp-exchange contract. Notice that you have to own enough tokens on your exchange balance! ## Requirements - NEAR 3.4.2 - Rust 1.64.0 ## Setup Install near-cli using instructions found [here](https://docs.near.org/tools/near-cli). Ins...
kamilcanakcasayar_near-patika
README.md 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 simple __tests__ as-pect.d.ts index.unit.spec.ts asconfig.json assembly index.ts...
# `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...
hatskier_paras-nft-contract
Cargo.toml README.md _rust_setup.sh build.sh package.json paras-nft-contract Cargo.toml src event.rs lib.rs tests simulation_tests.rs
# NFT Series Implementation ## Instructions `yarn && yarn test:deploy` #### Pre-reqs Rust, cargo, near-cli, etc... Everything should work if you have NEAR development env for Rust contracts set up. [Tests](test/api.test.js) [Contract](contract/src/lib.rs) ## Example Call ### Deploy ``` env NEAR_ENV=local near --...
nativeanish_cloth-market
README.md package.json public index.html smartcontract Cargo.toml src lib.rs src util config.ts marketplace.ts near.ts tsconfig.json
# cloth-market cloth-market This Project is cloth marketplace dapp built upon near blockchain for buying and selling clothes. https://near-cloth.netlify.app/