Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deploy-example.ts #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

simonerom
Copy link
Member

@simonerom simonerom commented Dec 13, 2024

The Device NFT deployment in deploy-example.ts has been fixed (#6), and the script has been improved with enhanced logging and the addition of linking the Device NFT contract to the project ID. Example output:

Deploying contracts with the account: 0x00e27ACAF1d3D58861DF710719fc97C43fC976f6
Account balance: 11090.16634755697 ETH
Deploying DeviceNFT as an upgradeable contract...
Device NFT deployed to: 0x97c8935506647FDd2a783eBC4D9f502b7ACBf2FE
Configuring minter for Device NFT contract...
Minter configured for Device NFT contract.
Registering a project in ioID...
Project registered with ID: 969
Setting Device NFT contract for the project...
Device NFT contract set for project ID: 969
Applying for 100 IoID registrations...
100 IoID registrations successfully reserved for the project.

The Device NFT deployment in deploy-example.ts has been fixed, and the script has been improved with enhanced logging and the addition of linking the Device NFT contract to the project ID. Example output:

```bash
Deploying contracts with the account: 0x00e27ACAF1d3D58861DF710719fc97C43fC976f6
Account balance: 11090.16634755697 ETH
Deploying DeviceNFT as an upgradeable contract...
Device NFT deployed to: 0x97c8935506647FDd2a783eBC4D9f502b7ACBf2FE
Configuring minter for Device NFT contract...
Minter configured for Device NFT contract.
Registering a project in ioID...
Project registered with ID: 969
Setting Device NFT contract for the project...
Device NFT contract set for project ID: 969
Applying for 100 IoID registrations...
100 IoID registrations successfully reserved for the project.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant