Skip to content

nearwatch/postcards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcards.near.page, pcards.testnet.page

Introduction

Near Postcards dApp is an example of a fully decentralized Near protocol service that stores all data directly on the blockchain itself, including design templates and web interface.

Also, the service is an example of integrating any application into an official wallet through the Collectibles tab. Just open a postcard image in a new browser tab and you will be redirected to the project page.

In this way, you can significantly improve the usability of your application.

Usage

The service provides the ability to send NFT images simulating paper postcards with a postage stamp with the flag of the country of origin, postal seals and stamps.

The sender can write a short text (200 characters) which will be displayed on the NFT postcard.

Open pcards.near.page, log in and fill out the form to send a postcard.

After successful sending, you will be redirected to the page with postcards of the receiver.

Video

https://youtu.be/jYkiEB18GeY

Build

$ cargo build --target wasm32-unknown-unknown --release
$ copy target\wasm32-unknown-unknown\release\near_postcards.wasm main.wasm 

Deploy

$ near deploy --wasmFile main.wasm --accountId account.near

Support

Near.Watch technical support group (telegram)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published