Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/web3gamesofficial/web3games-near-nftdrop

For NFT airdrop by Near
https://github.com/web3gamesofficial/web3games-near-nftdrop

Last synced: 2 months ago
JSON representation

For NFT airdrop by Near

Awesome Lists containing this project

README

        

Web3games-nftdrop covers three parts

1-web3games-nft

2-web3games-drop

3-web3games-scripts

Use

```
## Testing
To test run:
​```bash
cargo test -- --nocapture
​```
## Build
to run:
​```bash
RUSTFLAGS='-C link-arg=-s' cargo build --target wasm32-unknown-unknown --release
​```
```

use js

1- deposit money for airdrop nft [deposit.js]

2- for mint NFT [mint.js]

3- for transfer to nftDrop and callback to add function call keys [transfercall.js]

4- create a low tx for front-end to claim nft [lowtx.js]

5- for deploy contract quickly by script [deploycontract.js]

you can find these scripts at

https://github.com/web3gamesofficial/web3games-near-scripts