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

Add example contracts showcase #294

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft

Conversation

AurelienFT
Copy link
Contributor

@AurelienFT AurelienFT commented Apr 2, 2024

This PR adds a sub folder named contracts_showcase that contains contracts that are using objects from massa-as-sdk.
This PR contains :

  • A README.md for user that want to run these contracts showcase.
  • A CONTRIBUTING.md to ensure a standard in adding new contracts showcase
  • A generic CI workflow that will tests all subfolders in the contracts_showcase folder.

@AurelienFT AurelienFT marked this pull request as ready for review April 2, 2024 11:32
@gregLibert gregLibert removed the request for review from Ben-Rey April 24, 2024 12:31
@gregLibert gregLibert self-assigned this Apr 24, 2024
@gregLibert gregLibert marked this pull request as draft April 24, 2024 12:31
Copy link

sonarcloud bot commented Jun 7, 2024

Quality Gate Passed Quality Gate passed

Issues
3 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

maxGas, // maximum gas for deployment
false // wait for the deployment finality
const decimals = 10 ** 9;
const apiUrl = "https://buildnet.massa.net/api/v2";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is exported by massa web3

"@massalabs/massa-sc-deployer": "^1.3.0",
"@massalabs/massa-web3": "^3.0.2",
"@massalabs/massa-web3": "4.0.0-next.20240527122315",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@massalabs/massa-web3": "4.0.0-next.20240527122315",
"@massalabs/massa-web3": "4.0.0-next",

then run npm install

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.

3 participants