https://github.com/joticajulian/kondor-elementus-nft
NFT Koinos Contract
https://github.com/joticajulian/kondor-elementus-nft
Last synced: about 2 months ago
JSON representation
NFT Koinos Contract
- Host: GitHub
- URL: https://github.com/joticajulian/kondor-elementus-nft
- Owner: joticajulian
- License: mit
- Created: 2023-12-21T14:22:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T15:31:50.000Z (7 months ago)
- Last Synced: 2024-10-19T10:28:48.332Z (7 months ago)
- Language: TypeScript
- Size: 320 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kondor Elementus (NFT collection)
The goal is to create an NFT collection that celebrates the first upgrade in Koinos network led by an external collaborator. This update symbolizes the Koinos ability to adapt, transform and evolve, surpassing even the visions of its creators and the expectations of any individual developer. Thanks to the infinite scalability of Koino, each user has the poer to take advantage of true decentralization to freely create whatever they want, without restrictions, using the network according to their own needs.
# Compilation
```
yarn install
yarn build
```The WASM file will be generated in `src/build/release/nft.wasm`.
Create a `.env` file by taking a copy of `.env.example` and fill the private keys and contract IDs accordingly. The mana sharer is the account with funds that will pay the mana, the transaction will include its signature for that. Thus, the new NFT does not need Koins in the address.
To deploy it run:
```
yarn deploy
```or for mainnet run:
```
yarn deploy mainnet
```