Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/protokol/disconnectednft-contracts
https://github.com/protokol/disconnectednft-contracts
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/protokol/disconnectednft-contracts
- Owner: protokol
- Created: 2022-06-12T19:52:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T22:55:44.000Z (9 months ago)
- Last Synced: 2024-04-18T23:24:51.335Z (7 months ago)
- Language: TypeScript
- Size: 402 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disconnected NFT
![Banner](banner.jpg)
## Description
Disconnected is a one-of-one, dynamic, evolving NFT artwork that leverages United Nations datasets to track global internet connectivity rates. Disconnected will evolve over time, continuing to grow as more and more people are connected to the internet.
At the time of minting, 37% of the world’s population (approximately 3 billion people) have never used the internet. Disconnected has been created to raise awareness of this fact and encourage the world’s governments to do more in ensuring their citizens have access to a free and open internet.
## Technical Instructions
Before executing any of the commands run:
```shell
npm run compile
```#### Test
```shell
npm run test
```#### Coverage
```shell
npm run test:coverage
```#### Depyloment
```shell
hh deploy \
--name Disconnected \
--symbol DIS \
--contracturi https://raw.githubusercontent.com/protokol/disconnectednft-contracts/master/metadata/contract.json \
--baseuri https://raw.githubusercontent.com/protokol/disconnectednft-contracts/master/metadata/nft.json \
--recipient 0xecF9CA2F9236981D5669876A9d79712bb0852907 \
--token 1 \
--network matic
```#### Verify
```shell
hh verify 0x048275cCAb57e0Fa95E76A70e9cd8dBB6381Babd \
Disconnected \
DIS \
https://raw.githubusercontent.com/protokol/disconnectednft-contracts/master/metadata/contract.json \
https://raw.githubusercontent.com/protokol/disconnectednft-contracts/master/metadata/nft.json \
0xecF9CA2F9236981D5669876A9d79712bb0852907 \
1 \
--network matic
```