-
Notifications
You must be signed in to change notification settings - Fork 3
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
Liasion Track #9
Comments
DCL Crypto ToolkitA content creator was warning the library https://github.com/decentraland/dcl-crypto-toolkit doesn't provide feedback about the import { executeTask } from '@dcl/sdk/ecs'
import * as crypto from 'dcl-crypto-toolkit'
const testAddressTarget = '0x04812c531083054863ef354EF600A61857921466'
export function main() {
executeTask(async () => {
const balance = await crypto.mana.balance(testAddressTarget )
console.log('First Mana balance:', balance)
try {
await crypto.mana.send(testAddressTarget, 10, false)
console.log('Mana sent successfully!')
}catch(e){
console.log(e)
} finally {
try {
const balance = await crypto.mana.balance(testAddressTarget )
console.log('Then Mana balance:', balance)
}catch(e){
console.log(e)
}
}
})
} |
Developing SDK Libraries
A tested alternative was proposed: decentraland/documentation#407 |
Map specification for realmsThe web client has taken advantage of the efforts done by the |
This issue contains the track of DAO&Foundation Liaison by the DAO SDK support team
2024/07/08
ecs-math
nice to haveSources
The text was updated successfully, but these errors were encountered: