-
Notifications
You must be signed in to change notification settings - Fork 12
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
base: main
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
maxGas, // maximum gas for deployment | ||
false // wait for the deployment finality | ||
const decimals = 10 ** 9; | ||
const apiUrl = "https://buildnet.massa.net/api/v2"; |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"@massalabs/massa-web3": "4.0.0-next.20240527122315", | |
"@massalabs/massa-web3": "4.0.0-next", |
then run npm install
This PR adds a sub folder named
contracts_showcase
that contains contracts that are using objects from massa-as-sdk.This PR contains :
contracts_showcase
folder.