repoName stringlengths 7 77 | tree stringlengths 0 2.85M | readme stringlengths 0 4.9M |
|---|---|---|
near-examples_cross-contract-hello-js | .github
workflows
tests.yml
.gitpod.yml
README.md
contract
README.md
build.sh
deploy.sh
package.json
src
contract.ts
tsconfig.json
integration-tests
package.json
src
main.ava.ts
package.json
| # 📞 Cross-Contract Hello
[](https://docs.near.org/tutorials/welcome)
[](https://gitpod.io/#/https://github.com/near-examples/xcc-js)
[](https://docs.near.... |
kquan99dk_challenge2-mintnft | .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... |
Kikimora-Labs_gonear-name | .github
workflows
main.yml
README.md
economics
rewards.py
escrow_contract
Cargo.toml
build.sh
compile_and_test.sh
expensive.sh
src
action.rs
lib.rs
proposal.rs
tests
general.rs
frontend
README.md
package.json
public
browserconfi... | # TBD
# NEAR Protocol Accounts Marketplace dApp
## Quick start
To run this locally:
1. Config envs: `cp .env.example .env`
2. Install dependencies via `yarn install`
3. Start the development server using `yarn start`
4. Open up http://localhost:8080
## Running tests
There are no any tests :–(.
## Deployment
Proj... |
ippishio_near-cat-nft | README.md
browserconfig.xml
index.html
main.js
near.js
nft-contract
Cargo.toml
README.md
build.sh
src
approval.rs
enumeration.rs
internal.rs
lib.rs
metadata.rs
mint.rs
nft_core.rs
royalty.rs
target
.rustc_info.json
relea... | # near-cat-nft
Challenge #3
#### NEAR CATS NFT Collection contains 50 images of cats, personally drawn by my hand :)
#### Because this isn't real NFT collection, you can mint tokens as many as you want.
## Project structure
Repository contains two folders:
- nft-uploader
- nft-contract
#### nft-uploader
Contains scri... |
Peersyst_xrp-evm-safe-client-gateway | .github
ISSUE_TEMPLATE
bug_report.md
feature_request.md
action-rs
grcov.yml
dependabot.yml
landing_page
index.html
pull_request_template.md
workflows
cla.yml
rust.yml
Cargo.toml
README.md
add_rustfmt_git_hook.sh
docker-compose.yml
rust-toolchain.to... | # Safe Client Gateway
[](https://github.com/safe-global/safe-client-gateway/actions)
[](https://coverall... |
mustafabalci_near-smart-contract-practice-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
... | # `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... |
manognaaaa_blockyourvote | .gitpod.yml
README.md
contract
README.md
babel.config.json
build.sh
build
builder.c
code.h
hello_near.js
methods.h
deploy.sh
neardev
dev-account.env
package-lock.json
package.json
src
contract.ts
tsconfig.json
frontend
App.js
... | # BlockYourVote
# 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 thi... |
EvmosGov_tracker | .eslintrc.json
.github
ISSUE_TEMPLATE
config.yml
new_issue.yml
README.md
jest.config.js
next-env.d.ts
next.config.js
package.json
postcss.config.js
public
js
mobile.js
vercel.svg
src
config.ts
features
api-routes
api
github
... | # Evmos Govnernance Issue Tracker
## Dev
Checkout the repo and set the required environmental variables by copying `./.env.example` into `./.env.local`.
Next, install the dependencies:
```bash
npm install
# or
yarn install
```
Run the development server:
```bash
npm run dev
# or
yarn dev
```
|
NEAR-Hispano_Artemis-Elearning | .history
README_20220518134301.md
README_20220518134317.md
README_20220518134353.md
README_20220518134426.md
README_20220601130356.md
README_20220601130813.md
README_20220601130825.md
README_20220601130829.md
README_20220601130832.md
README_20220601130834.md
README_2022060113... |